| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -2/+0 |
| | | |||||
| * | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 |
| | | |||||
| * | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 1 | -0/+3 |
| | | |||||
| * | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+4 |
| | | |||||
| * | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -14/+23 |
| | | |||||
| * | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -23/+14 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -3/+3 |
| | | |||||
| * | Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵ | Dmitry Stogov | 2009-11-30 | 1 | -10/+15 |
| | | | | | non-existant file) | ||||
| * | fix crash on empty doc_root | Antony Dovgal | 2009-10-20 | 1 | -1/+1 |
| | | |||||
| * | improve fix for #49767 and #47627 - make PHP report | Stanislav Malyshev | 2009-10-16 | 1 | -1/+1 |
| | | | | | | "no script" on 404 again | ||||
| * | - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -4/+0 |
| | | |||||
| * | - #48779, improve fix, drop usage of _tolower and use zend_strtolower | Pierre Joye | 2009-10-12 | 1 | -2/+2 |
| | | |||||
| * | - Fixed build and comment-style | Felipe Pena | 2009-10-09 | 1 | -4/+4 |
| | | |||||
| * | - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be ↵ | Garrett Serack | 2009-10-09 | 1 | -2/+22 |
| | | | | | case insensitive (garretts) | ||||
| * | - Simplified a bit and fixed possible memory corruption and definate leak. | Jani Taskinen | 2009-09-10 | 1 | -23/+6 |
| | | |||||
| * | - Drop unused var | Felipe Pena | 2009-09-05 | 1 | -1/+0 |
| | | |||||
| * | - Fixed bug #49182 (PHP CGI always outputs the shebang line) | Jani Taskinen | 2009-09-05 | 1 | -0/+24 |
| | | |||||
| * | - #48624 .user.ini never gets parsed | Pierre Joye | 2009-06-22 | 1 | -1/+1 |
| | | |||||
| * | - kill unused var | Pierre Joye | 2009-06-17 | 1 | -2/+0 |
| | | |||||
| * | - #47318, UMR when trying to activate user config | Pierre Joye | 2009-06-17 | 1 | -9/+40 |
| | | |||||
| * | MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME ↵ | David Soria Parra | 2009-06-09 | 1 | -2/+2 |
| | | | | | | | | for non apache). The fix was provided by Sriram Natarajan. | ||||
| * | MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c) | Jani Taskinen | 2009-06-04 | 1 | -1/+4 |
| | | |||||
| * | MFH: CS + WS changes | Jani Taskinen | 2009-06-04 | 1 | -76/+91 |
| | | |||||
| * | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+2 |
| | | |||||
| * | MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵ | David Soria Parra | 2009-01-19 | 1 | -2/+1 |
| | | | | | the actual value that we get from apache. | ||||
| * | Disable dl() in CGI and FastCGI modes | Dmitry Stogov | 2009-01-11 | 1 | -1/+3 |
| | | |||||
| * | MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). | David Soria Parra | 2009-01-09 | 1 | -1/+3 |
| | | |||||
| * | MFH | Marcus Boerger | 2008-12-31 | 1 | -0/+12 |
| | | | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC] | ||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -3/+3 |
| | | |||||
| * | Fixed bug #46366 (bad cwd with / as pathinfo) | Dmitry Stogov | 2008-11-28 | 1 | -0/+3 |
| | | |||||
| * | Fix for bug #46525 | Rasmus Lerdorf | 2008-11-08 | 1 | -0/+1 |
| | | |||||
| * | MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) | Arnaud Le Blanc | 2008-10-21 | 1 | -1/+8 |
| | | |||||
| * | Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 response | Ilia Alshanetsky | 2008-10-17 | 1 | -0/+9 |
| | | | | | | code, in cgi sapi) | ||||
| * | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 1 | -2/+13 |
| | | |||||
| * | Remove stray folding tag here | Rasmus Lerdorf | 2008-08-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #45786 (FastCGI process exited unexpectedly) | Dmitry Stogov | 2008-08-26 | 1 | -3/+3 |
| | | |||||
| * | Fix for bug #45786 (FastCGI process exited unexpectedly) | Dmitry Stogov | 2008-08-18 | 1 | -4/+4 |
| | | |||||
| * | Fixed double call to MSHUTDOWN in case of `php-cgi -m` | Dmitry Stogov | 2008-08-15 | 1 | -0/+1 |
| | | |||||
| * | MFH | Jani Taskinen | 2008-08-13 | 1 | -11/+0 |
| | | |||||
| * | Removed shebang line check from CGI sapi (it is checked by scanner) | Dmitry Stogov | 2008-08-04 | 1 | -57/+25 |
| | | |||||
| * | Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) | Dmitry Stogov | 2008-07-15 | 1 | -9/+36 |
| | | |||||
| * | Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown ↵ | Dmitry Stogov | 2008-07-15 | 1 | -7/+36 |
| | | | | | before shutdown) (basant dot kukreja at sun dot com) | ||||
| * | Fixed possible buffer overflow | Dmitry Stogov | 2008-06-23 | 1 | -3/+7 |
| | | |||||
| * | Optimized request startup sequence for php.ini without per dir and per host ↵ | Dmitry Stogov | 2008-04-15 | 1 | -30/+35 |
| | | | | | configurations | ||||
| * | Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) | Dmitry Stogov | 2008-04-09 | 1 | -1/+1 |
| | | |||||
| * | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
| | | |||||
| * | Implemented concept of "delayed early binding" that allows opcode caches to ↵ | Dmitry Stogov | 2008-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | perform class declaration (early and/or run-time binding) in exactly the same order as vanila php. The following pseudo-code explains how it should be used in opcode cache. function cache_compile_file($filename) { if (!is_cached($filename)) { ... orig_compiler_options = CG(compiler_optins); CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES | ZEND_COMPILE_DELAYED_BINDING; $op_array = orig_compile_file($filename); CG(compiler_options) = orig_copiler_options; ... } else { $op_array = restore_from_cache($filename); } zend_do_delayed_early_binding($op_array); } | ||||
| * | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -3/+3 |
| | | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
