| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove revision tag from module version entry | Uwe Schindler | 2003-12-12 | 1 | -2/+2 |
| | | |||||
| * | this is not needed | Uwe Schindler | 2003-11-01 | 1 | -6/+1 |
| | | |||||
| * | MFH | Uwe Schindler | 2003-10-31 | 1 | -7/+6 |
| | | |||||
| * | Send correct default content type from php.ini not static text/html ↵ | Uwe Schindler | 2003-10-31 | 1 | -1/+4 |
| | | | | | (important for other charsets than iso-8859-1) | ||||
| * | new SunONE server | Uwe Schindler | 2003-10-17 | 1 | -2/+2 |
| | | |||||
| * | MFH | Uwe Schindler | 2003-08-04 | 2 | -8/+68 |
| | | |||||
| * | MFH | foobar | 2003-08-01 | 1 | -6/+2 |
| | | |||||
| * | put $Id:...$ in readme | Uwe Schindler | 2003-07-24 | 1 | -1/+1 |
| | | |||||
| * | MFH: Possibility to use php4_execute to display server error pages or ↵ | Uwe Schindler | 2003-07-24 | 2 | -31/+128 |
| | | | | | directory listing pages | ||||
| * | some code cleanups | Uwe Schindler | 2003-07-21 | 1 | -10/+16 |
| | | |||||
| * | MFH: safe mode fix | Uwe Schindler | 2003-07-15 | 1 | -2/+2 |
| | | |||||
| * | MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming ↵ | Uwe Schindler | 2003-07-15 | 1 | -7/+8 |
| | | | | | in future | ||||
| * | fix typo | Uwe Schindler | 2003-07-02 | 1 | -1/+1 |
| | | |||||
| * | Prevent user from making nested PHP requests with virtual() | Uwe Schindler | 2003-07-02 | 1 | -1/+11 |
| | | |||||
| * | MFH: Messages for newer servers. | Uwe Schindler | 2003-06-01 | 1 | -5/+5 |
| | | |||||
| * | MFH: Update of README for newer servers; apache-similar functions ↵ | Uwe Schindler | 2003-06-01 | 2 | -27/+96 |
| | | | | | nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode. | ||||
| * | zend_alter_ini_entry now with PHP_INI_USER | Uwe Schindler | 2003-05-31 | 1 | -1/+1 |
| | | |||||
| * | Disable virtual() if zlib.output_compression is turned on. Better detection ↵ | Uwe Schindler | 2003-05-30 | 1 | -8/+16 |
| | | | | | of ns-httpdXX.dll | ||||
| * | virtual() now works under windows, too | Uwe Schindler | 2003-05-30 | 1 | -11/+28 |
| | | |||||
| * | fix of incomplete windows fix | Uwe Schindler | 2003-05-29 | 1 | -4/+4 |
| | | |||||
| * | Changes for compilation on windows | Uwe Schindler | 2003-05-29 | 1 | -4/+4 |
| | | |||||
| * | MFH. | Uwe Schindler | 2003-05-29 | 1 | -3/+5 |
| | | |||||
| * | MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;... | Uwe Schindler | 2003-05-29 | 1 | -96/+329 |
| | | |||||
| * | Revert PHP part of the fd patch | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | protect against further surprises by initializing all zend_file_handle's | Sascha Schumann | 2003-05-17 | 1 | -1/+1 |
| | | |||||
| * | PHP_WIN32 included | Uwe Schindler | 2003-03-24 | 1 | -5/+3 |
| | | |||||
| * | Changes for iPlanet Webserver 6 | Uwe Schindler | 2003-03-09 | 1 | -4/+7 |
| | | |||||
| * | credits update | Uwe Schindler | 2003-03-07 | 1 | -1/+1 |
| | | |||||
| * | MFH (ws fixes, but merged to ease any fix patch merging) | foobar | 2003-02-09 | 1 | -102/+106 |
| | | |||||
| * | MFH | foobar | 2003-02-09 | 1 | -6/+6 |
| | | |||||
| * | MFH: Fixed _SERVER[] variables, memleaks | foobar | 2003-02-09 | 1 | -57/+98 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Added a sanity check (hopefuly will fix bug #20109). According to | Ilia Alshanetsky | 2002-10-26 | 1 | -1/+3 |
| | | | | | | | http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539 util_hostname() can return a NULL value. | ||||
| * | Possible fix for #19290 | foobar | 2002-09-29 | 1 | -2/+3 |
| | | |||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -1/+10 |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
| * | Fix for bug #19290 | Dan Kalowsky | 2002-09-08 | 1 | -1/+3 |
| | | | | | | # Untested | ||||
| * | Fix for Bug #18999 | Dan Kalowsky | 2002-08-20 | 1 | -1/+1 |
| | | |||||
| * | Fix for Bug #18794, and probably various others with nsapi | Dan Kalowsky | 2002-08-14 | 1 | -3/+5 |
| | | |||||
| * | fix for bug #18794, not checking for actual files | Dan Kalowsky | 2002-08-08 | 1 | -1/+3 |
| | | |||||
| * | Fixing the same possible memory leak. | Stefan Esser | 2002-06-21 | 1 | -0/+1 |
| | | |||||
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -7/+1 |
| | | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
| * | - Reformatting | Derick Rethans | 2002-02-20 | 1 | -43/+54 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -2/+4 |
| | | |||||
| * | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -14/+11 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | | |||||
| * | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -1/+0 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -20/+18 |
| | | |||||
