491 Commits (5e33549e0da9504f8c62c339eff2cfef786ffe8a)

Author SHA1 Message Date
Dmitry Stogov dcd2ff33e0 Fixed bug #46366 (bad cwd with / as pathinfo) 17 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 17 years ago
Arnaud Le Blanc 047870a61f MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 17 years ago
Rasmus Lerdorf f459896964 Fix for bug #46525 which fixes Ilia's fix for bug #46319 17 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena 916b56d2d9 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Arnaud Le Blanc d5c0fbb06b Fixed FCGI_GET_VALUES requests (fixes #45522) 17 years ago
Ilia Alshanetsky 23ed94cbba MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 17 years ago
Dmitry Stogov 1b6dbf2c7a Fixed bug #45860 (header() function fails to correctly replace all Status lines) 18 years ago
Rasmus Lerdorf cf06da29a5 Remove stray folding tag here 18 years ago
Dmitry Stogov 7a12ee1ccc Fixed bug #45786 (FastCGI process exited unexpectedly) 18 years ago
Dmitry Stogov d2197dfef8 Fix for bug #45786 (FastCGI process exited unexpectedly) 18 years ago
Dmitry Stogov 2f41686810 Fixed double call to MSHUTDOWN in case of `php-cgi -m` 18 years ago
Jani Taskinen 2f9fddbb7b - Fix test 18 years ago
Jani Taskinen 5a6f6baa86 - Fix tests 18 years ago
Jani Taskinen bc6a9ad209 [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at 18 years ago
Dmitry Stogov c1ef996a1c Removed shebang line check from CGI sapi (it is checked by scanner) 18 years ago
Dmitry Stogov 18076953a1 Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) 18 years ago
Dmitry Stogov 6cf169b16c Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before shutdown) (basant dot kukreja at sun dot com) 18 years ago
Dmitry Stogov c3408755ec Fixed possible buffer overflow 18 years ago
Dmitry Stogov f3c82b0055 Optimized request startup sequence for php.ini without per dir and per host conf 18 years ago
Dmitry Stogov afbc0c20ab Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) 18 years ago
Dmitry Stogov 3cbd48398d - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) 18 years ago
Scott MacVicar 56352d1a2f MFB 5.3: Rest of the changes for re2c merge 18 years ago
Rasmus Lerdorf b911467d1d MFB 18 years ago
Dmitry Stogov ea9305c543 Implemented concept of "delayed early binding" that allows opcode caches to perform class declaration (early and/or run-time binding) in exactly the same order as vanila php. 18 years ago
Ilia Alshanetsky 9737e9ee3b MFB: Fixed security issue detailed in CVE-2008-0599 18 years ago
Dmitry Stogov 965054d2f0 optimization 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov e54f02059e The -f option is fixed to work in the same way as in CLI sapi 18 years ago
Jani Taskinen ae2b2b1465 - Added support for [HOST=www.example.com] sections 18 years ago
Antony Dovgal 5742cc19bb MF53: fix tests 18 years ago
Dmitry Stogov 73e8a773fa use slprintf() 18 years ago
Dmitry Stogov dba5f202f0 Fixed bug #42848 (Status: header incorrect under FastCGI) 18 years ago
Dmitry Stogov ffbbe893c9 Added check for HAVE_GETTIMEOFDAY 18 years ago
Jani Taskinen 3c85eea2cf ws 18 years ago
Dmitry Stogov 896cdeee7a Added CGI SAPI -T option, to measure execution time of script repeated several times. 18 years ago
Rob Richards b9b4dd6d09 fix win build 19 years ago
Jani Taskinen 44cbb46246 - Added common getopt implementation to core. 19 years ago
Jani Taskinen f964370a35 - Added ".htaccess" style user-defined php.ini files support for 19 years ago
Jani Taskinen 70abdbeef2 ws + cs fixes 19 years ago
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Dmitry Stogov fb5479c145 ws 19 years ago
Dmitry Stogov 4d9ca5ef3c Fixed bug #42699 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov c49d25c642 Fixed bug #42587 (behaviour change regarding symlinked .php files) 19 years ago
Antony Dovgal eec31a3df3 output is started in php_module_startup(), no need to start it twice 19 years ago
Dmitry Stogov 1123fc8150 forgotten part 19 years ago
Dmitry Stogov 0507b17657 Added checks for malformated FastCGI requests (Mattias Bengtsson) 19 years ago
Dmitry Stogov cbc9348dae Fixed bug #42523 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov 98bb2b0d9e Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options) 19 years ago