78 Commits (dc8d09bbbde45cfcc15907976c8bb5dd12fed64a)

Author SHA1 Message Date
Uwe Schindler 88bef568da MFH: Fix crash on server startup when log message is printed 19 years ago
Uwe Schindler ad336e432a remove (large) static buffers for header names and request uri 19 years ago
Uwe Schindler e25bb8ea04 use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now) 19 years ago
Uwe Schindler f34ec4f606 snprintf patch 19 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
foobar b9af8f2719 MFH: nuke php3 legacy 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Dmitry Stogov d647e000a7 Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) 21 years ago
Uwe Schindler 3fb36bf08e Add sapi.get_request_time() to NSAPI 21 years ago
Rasmus Lerdorf fdaa130f3a Add the new request_time sapi struct entry to all the sapis. Some of these 22 years ago
Uwe Schindler 74fe4ec0cb changed order of processing of ini entries 22 years ago
Uwe Schindler 5e1f396849 Fixed bug #29805 (HTTP Authentication Issues) 22 years ago
Uwe Schindler 3bb7e73656 replace strncpy with strlcpy 22 years ago
Uwe Schindler 8327d4e2bd Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM 22 years ago
Uwe Schindler e276023d82 Fix bug #28878: php.ini values in php5_execute 22 years ago
Uwe Schindler b39a1e5195 Security fix: Put '\0' string termination before loop 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Uwe Schindler 844d63081c remove revision tag from module version entry 23 years ago
Uwe Schindler d3d94ff2f3 fix header handler 23 years ago
Uwe Schindler 4dca199a98 Send correct default content type from php.ini not static text/html (important for other charsets than iso-8859-1) 23 years ago
Uwe Schindler 294fcddc0e Give user the chance to support nsapi_virtual() in newer servers by adding parameter server_lib to php5_init (windows only) 23 years ago
Andrey Hristov a0ad4f949e Removed the unnecessary check of array_init() return value. 23 years ago
Uwe Schindler 3fbe69f49a Possibility to use php5_execute to display server error pages or directory listing pages 23 years ago
Uwe Schindler 17c02dd9d4 some code cleanups 23 years ago
Uwe Schindler 72aa28d0c3 safe mode fix 23 years ago
Uwe Schindler e3a55ba297 Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future 23 years ago
Uwe Schindler 948476bd45 rename functions to php5_* 23 years ago
Uwe Schindler 2f280dcd55 prevent user from making nested PHP requests using virtual() 23 years ago
Edin Kadribasic fa48ad6df3 Fixed ZTS build 23 years ago
Edin Kadribasic 045460edd3 No need for this in the HEAD branch 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Uwe Schindler 827734280b Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode. 23 years ago
Uwe Schindler 6aaa211e9c zend_alter_ini_entry now with PHP_INI_USER 23 years ago
Uwe Schindler eeb7f4060e Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll 23 years ago
Uwe Schindler c1b8e699e1 virtual() now works under windows, too 23 years ago
Uwe Schindler 499f902a30 fix of incomplete windows fix 23 years ago
Uwe Schindler b13365a56b Changes for compilation under windows 23 years ago
Uwe Schindler fe141ca1ac Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun) 23 years ago
Uwe Schindler 1e4730fb70 Set exspected threads to tsrm_startup() to number of threads NSAPI returns for server 23 years ago
Uwe Schindler 6672f23a97 NSAPI SAPI sends now 404 if script not found and 500 if execution failed. Includes forgotten php4_close() function registration. Complete rewrite of php4_execute() 23 years ago
Uwe Schindler 2a90ecf4a3 Implement feature request #8879: Added possibility to alter ini entries by php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory) 23 years ago
Uwe Schindler 0353b50f80 PHP_WIN32 included 23 years ago
foobar b69d4c004d style, ws 23 years ago
foobar 8c596d1394 Some compilers puke on these.. 23 years ago
Uwe Schindler 738b662b72 (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disappeared (all by NSAPI allocated strings are freed). 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 24 years ago
foobar dd53efc196 - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. 24 years ago