summaryrefslogtreecommitdiff
path: root/sapi/nsapi
Commit message (Expand)AuthorAgeFilesLines
...
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-28/+28
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-2/+1
* More things for the new build system.Wez Furlong2003-12-191-13/+7
* remove revision tag from module version entryUwe Schindler2003-12-121-2/+2
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-051-13/+11
* First version... Wez: can you check this...Uwe Schindler2003-12-051-0/+28
* fix header handlerUwe Schindler2003-10-311-7/+6
* Send correct default content type from php.ini not static text/html (importan...Uwe Schindler2003-10-311-1/+4
* new SunONE serverUwe Schindler2003-10-171-2/+2
* Give user the chance to support nsapi_virtual() in newer servers by adding pa...Uwe Schindler2003-08-042-8/+68
* Removed the unnecessary check of array_init() return value.Andrey Hristov2003-08-011-6/+2
* put $ID:...$ in readmeUwe Schindler2003-07-241-1/+1
* Possibility to use php5_execute to display server error pages or directory li...Uwe Schindler2003-07-242-31/+128
* some code cleanupsUwe Schindler2003-07-211-10/+16
* safe mode fixUwe Schindler2003-07-151-2/+2
* Make virtual() an alias for nsapi_virtual() -- better for docs/naming in futureUwe Schindler2003-07-151-7/+8
* rename functions to php5_*Uwe Schindler2003-07-022-25/+25
* prevent user from making nested PHP requests using virtual()Uwe Schindler2003-07-021-1/+11
* Fixed ZTS buildEdin Kadribasic2003-06-151-2/+2
* No need for this in the HEAD branchEdin Kadribasic2003-06-151-5/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Messages for newer servers.Uwe Schindler2003-06-011-5/+5
* Update of README for newer servers; apache-similar functions nsapi_request_he...Uwe Schindler2003-06-012-27/+96
* 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 o...Uwe Schindler2003-05-301-8/+16
* virtual() now works under windows, tooUwe Schindler2003-05-301-11/+28
* fix of incomplete windows fixUwe Schindler2003-05-291-4/+4
* Changes for compilation under windowsUwe Schindler2003-05-291-4/+4
* Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() f...Uwe Schindler2003-05-291-18/+228
* Set exspected threads to tsrm_startup() to number of threads NSAPI returns fo...Uwe Schindler2003-05-201-2/+9
* NSAPI SAPI sends now 404 if script not found and 500 if execution failed. Inc...Uwe Schindler2003-05-191-83/+63
* Implement feature request #8879: Added possibility to alter ini entries by ph...Uwe Schindler2003-05-182-4/+42
* PHP_WIN32 includedUwe Schindler2003-03-241-5/+3
* Changes for iPlanet Webserver 6Uwe Schindler2003-03-091-4/+7
* *** empty log message ***Uwe Schindler2003-03-021-1/+1
* style, wsfoobar2003-02-091-102/+106
* Some compilers puke on these..foobar2003-02-091-6/+6
* (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now simil...Uwe Schindler2003-02-071-57/+101
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
* Added a sanity check (hopefuly will fix bug #20109). According toIlia Alshanetsky2002-10-261-1/+3
* 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
* Fix for bug #19290Dan Kalowsky2002-09-081-1/+3
* 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