summaryrefslogtreecommitdiff
path: root/sapi/nsapi
Commit message (Collapse)AuthorAgeFilesLines
* remove revision tag from module version entryUwe Schindler2003-12-121-2/+2
|
* this is not neededUwe Schindler2003-11-011-6/+1
|
* MFHUwe Schindler2003-10-311-7/+6
|
* Send correct default content type from php.ini not static text/html ↵Uwe Schindler2003-10-311-1/+4
| | | | (important for other charsets than iso-8859-1)
* new SunONE serverUwe Schindler2003-10-171-2/+2
|
* MFHUwe Schindler2003-08-042-8/+68
|
* MFHfoobar2003-08-011-6/+2
|
* put $Id:...$ in readmeUwe Schindler2003-07-241-1/+1
|
* MFH: Possibility to use php4_execute to display server error pages or ↵Uwe Schindler2003-07-242-31/+128
| | | | directory listing pages
* some code cleanupsUwe Schindler2003-07-211-10/+16
|
* MFH: safe mode fixUwe Schindler2003-07-151-2/+2
|
* MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming ↵Uwe Schindler2003-07-151-7/+8
| | | | in future
* fix typoUwe Schindler2003-07-021-1/+1
|
* Prevent user from making nested PHP requests with virtual()Uwe Schindler2003-07-021-1/+11
|
* MFH: Messages for newer servers.Uwe Schindler2003-06-011-5/+5
|
* MFH: Update of README for newer servers; apache-similar functions ↵Uwe Schindler2003-06-012-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_USERUwe Schindler2003-05-311-1/+1
|
* Disable virtual() if zlib.output_compression is turned on. Better detection ↵Uwe Schindler2003-05-301-8/+16
| | | | of ns-httpdXX.dll
* virtual() now works under windows, tooUwe Schindler2003-05-301-11/+28
|
* fix of incomplete windows fixUwe Schindler2003-05-291-4/+4
|
* Changes for compilation on windowsUwe Schindler2003-05-291-4/+4
|
* MFH.Uwe Schindler2003-05-291-3/+5
|
* MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...Uwe Schindler2003-05-291-96/+329
|
* Revert PHP part of the fd patchZeev Suraski2003-05-211-1/+1
|
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-171-1/+1
|
* PHP_WIN32 includedUwe Schindler2003-03-241-5/+3
|
* Changes for iPlanet Webserver 6Uwe Schindler2003-03-091-4/+7
|
* credits updateUwe Schindler2003-03-071-1/+1
|
* MFH (ws fixes, but merged to ease any fix patch merging)foobar2003-02-091-102/+106
|
* MFHfoobar2003-02-091-6/+6
|
* MFH: Fixed _SERVER[] variables, memleaksfoobar2003-02-091-57/+98
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Added a sanity check (hopefuly will fix bug #20109). According toIlia Alshanetsky2002-10-261-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 #19290foobar2002-09-291-2/+3
|
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-1/+10
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* Fix for bug #19290Dan Kalowsky2002-09-081-1/+3
| | | | | # Untested
* Fix for Bug #18999Dan Kalowsky2002-08-201-1/+1
|
* Fix for Bug #18794, and probably various others with nsapiDan Kalowsky2002-08-141-3/+5
|
* fix for bug #18794, not checking for actual filesDan Kalowsky2002-08-081-1/+3
|
* Fixing the same possible memory leak.Stefan Esser2002-06-211-0/+1
|
* Please welcome the new build system.Sascha Schumann2002-03-072-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
* - ReformattingDerick Rethans2002-02-201-43/+54
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-2/+4
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* TSRMLS fixesDaniel Beulshausen2001-08-141-14/+11
|
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
|
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-051-1/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-20/+18
|