499 Commits (e595ebf5e557ebd47e1e3ba0e67f14c84db3d0fe)

Author SHA1 Message Date
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
David Soria Parra 1770e94d92 Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. 17 years ago
Dmitry Stogov e35b825990 Disable dl() in CGI and FastCGI modes 17 years ago
David Soria Parra 4edee64c6c Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Pierre Joye 08796b0bb9 - WS 17 years ago
Pierre Joye c33931489d - ws 17 years ago
Matt Wilmas 3cfd3fe58d Fixed bug #46782 (fastcgi.c parse error) 17 years ago
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 18 years ago
Arnaud Le Blanc d5c0fbb06b Fixed FCGI_GET_VALUES requests (fixes #45522) 18 years ago
Ilia Alshanetsky 23ed94cbba MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 18 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 19 years ago
Dmitry Stogov 73e8a773fa use slprintf() 19 years ago
Dmitry Stogov dba5f202f0 Fixed bug #42848 (Status: header incorrect under FastCGI) 19 years ago
Dmitry Stogov ffbbe893c9 Added check for HAVE_GETTIMEOFDAY 19 years ago
Jani Taskinen 3c85eea2cf ws 19 years ago
Dmitry Stogov 896cdeee7a Added CGI SAPI -T option, to measure execution time of script repeated several times. 19 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