412 Commits (b515bfbdfbea06307df53d725ea3aa3807504a21)

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 15 years ago
Xinchen Hui d4b90b4788 Fixed bug #60206 (possible integer overflow in content_length) 15 years ago
Dmitry Stogov a5d3c2972e Fixed possible memory leak 15 years ago
Ilia Alshanetsky ca739da423 Removed deadcode 15 years ago
Rasmus Lerdorf 1c3d13e65f Good catch Coverity 15 years ago
Pierre Joye 9805e1674a - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 15 years ago
Felipe Pena 34ef66d7a4 - Fix crash on cgi 15 years ago
Felipe Pena 0203cc3d44 - Year++ 16 years ago
Pierre Joye 14e77486e0 - unused, double declared 16 years ago
Dmitry Stogov 6bc16cce8f Reduced overhead of FastCGI using near-perfect hash function and predcalculated hash values. 16 years ago
Dmitry Stogov a95dd97752 Added apache compatible functions (apache_child_terminate, getallheaders, apache_request_headers, apache_response_headers) to FastCGI SAPI 16 years ago
Kalle Sommer Nielsen 34b631f679 Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's 16 years ago
Kalle Sommer Nielsen 65d031d3da Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH() 16 years ago
Dmitry Stogov d6e772a1d0 Fixed ZTS build 16 years ago
Dmitry Stogov bfbfd15a2a improved performance of FastCGI request parsing 16 years ago
Dmitry Stogov f20f516129 typo 16 years ago
Dmitry Stogov b4216e0a82 Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to override the open function by opcode caches and eliminate the actual open syscall. 16 years ago
Dmitry Stogov d22dff0903 reduced request processing overhead 16 years ago
Felipe Pena f2419953d9 - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) 16 years ago
Felipe Pena 22e2302e78 - Improved initialization 16 years ago
Felipe Pena 3396a6d185 - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) 16 years ago
Antony Dovgal 04d673472f fix micro-memleaks (happened once per process) 16 years ago
Michael Wallner 11d24c1593 * implement new output API, fixing some bugs and implementing some feature 16 years ago
Pierre Joye 8a197878c8 - Fix #51688, ini per dir crashes when invalid document root are given 16 years ago
Jani Taskinen af49e58f51 - Reverted r296062 and r296065 16 years ago
Jani Taskinen 06f072cb5e MFH: Improved / fixed output buffering (Michael Wallner) 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 17 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 17 years ago
Dmitry Stogov b26c9d400d Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file) 17 years ago
Antony Dovgal f298e6ce6e fix crash on empty doc_root 17 years ago
Antony Dovgal 0ad8b2ab2b fix crash on empty doc_root 17 years ago
Stanislav Malyshev 7394d5bb6b improve fix for #49767 and #47627 - make PHP report 17 years ago
Stanislav Malyshev a226082475 improve fix for #49767 and #47627 - make PHP report 17 years ago
Pierre Joye 4706ebbfe2 - #48779, fix another use case where / usage may differ 17 years ago
Pierre Joye e4adfe4f61 - #48779, fix another use case where / usage may differ 17 years ago
Pierre Joye e5d4b019b9 - #48779, improve fix, drop usage of _tolower and use zend_strtolower 17 years ago
Pierre Joye 29cec688e8 - #48779, improve fix, drop usage of _tolower and use zend_strtolower 17 years ago
Felipe Pena 994307d429 - Fixed build and comment-style 17 years ago
Felipe Pena 7bdb2e9e60 - Fixed build and comment-style 17 years ago
Garrett Serack 8e5a00e546 - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) 17 years ago
Garrett Serack b7fbc646f1 - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) 17 years ago
Jani Taskinen 6d132cf814 - Simplified a bit and fixed possible memory corruption and definate leak. 17 years ago
Jani Taskinen ccd6e501d1 - Simplified a bit and fixed possible memory corruption and definate leak. 17 years ago
Felipe Pena 5c9579c27f - Drop unused var 17 years ago
Felipe Pena 792ae864ee - Drop unused var 17 years ago
Jani Taskinen f723d368b3 - Fixed bug #49182 (PHP CGI always outputs the shebang line) 17 years ago
Jani Taskinen 7713cc89d9 - Fixed bug #49182 (PHP CGI always outputs the shebang line) 17 years ago
Pierre Joye da915bc1c3 - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c 17 years ago
Pierre Joye a7db554314 - #48624 .user.ini never gets parsed 17 years ago
Pierre Joye 351b983419 - MF53: #47318, UMR when trying to activate user config 17 years ago