| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix crash on empty doc_root | Antony Dovgal | 2009-10-20 | 1 | -1/+1 |
| * | - Merge: improve fix for #49767 and #47627 - make PHP report 'no script' on 4... | Pierre Joye | 2009-10-19 | 1 | -1/+1 |
| * | - Merge: - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -4/+0 |
| * | - Merge: #48779 | Pierre Joye | 2009-10-12 | 1 | -2/+22 |
| * | - Merge: Fixed bug #49182 (PHP CGI always outputs the shebang line), kill unu... | Pierre Joye | 2009-10-09 | 1 | -23/+29 |
| * | - be sure to get all crt dbg errors in stderr | Pierre Joye | 2009-09-02 | 1 | -2/+4 |
| * | - fix build | Pierre Joye | 2009-08-26 | 1 | -2/+2 |
| * | Fixed variable clobbering | Ilia Alshanetsky | 2009-08-26 | 1 | -5/+5 |
| * | MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX | Uwe Schindler | 2009-08-03 | 1 | -0/+7 |
| * | - Updated fix for bug #48911 (embed sapi misses SAPI_API) | Garrett Serack | 2009-07-30 | 2 | -6/+12 |
| * | - Fixed bug #48911 (embed sapi misses SAPI_API) | Jani Taskinen | 2009-07-28 | 2 | -6/+6 |
| * | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 |
| * | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 |
| * | - Fixed bug #48802 (printf() returns incorrect outputted length) | Jani Taskinen | 2009-07-23 | 1 | -1/+1 |
| * | Improve wording and drop outdated link | Johannes Schlüter | 2009-06-29 | 1 | -6/+1 |
| * | - #48624 .user.ini never gets parsed | Pierre Joye | 2009-06-22 | 1 | -1/+1 |
| * | MFH: It's 2009 | Johannes Schlüter | 2009-06-21 | 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 for... | David Soria Parra | 2009-06-09 | 1 | -2/+2 |
| * | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| * | 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 skipif | Arnaud Le Blanc | 2009-05-20 | 1 | -1/+1 |
| * | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+2 |
| * | MFH | Arnaud Le Blanc | 2009-04-24 | 4 | -15/+15 |
| * | MFH: Inglés gramática | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| * | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| * | - MFH: Fix ZTS build | Felipe Pena | 2009-04-08 | 1 | -5/+5 |
| * | MFH: Fixed bug #47893 (CLI aborts on non blocking stdout) | Arnaud Le Blanc | 2009-04-07 | 1 | -1/+30 |
| * | MFH: Fixed compiler warning | Kalle Sommer Nielsen | 2009-03-30 | 1 | -1/+1 |
| * | MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown(). | Uwe Schindler | 2009-03-23 | 1 | -0/+6 |
| * | - disable it when ZTS is disabled | Pierre Joye | 2009-03-20 | 1 | -0/+1 |
| * | - fix build | Pierre Joye | 2009-03-16 | 1 | -1/+1 |
| * | - revert last commit (tree was not updated) | Pierre Joye | 2009-03-16 | 1 | -7/+5 |
| * | - fix vc6 build | Pierre Joye | 2009-03-16 | 1 | -5/+7 |
| * | Adjust previous fix to avoid compiler warnings | Ilia Alshanetsky | 2009-03-07 | 1 | -6/+5 |
| * | Improved parameter handling | Ilia Alshanetsky | 2009-03-07 | 1 | -8/+3 |
| * | make STDOUT function as STDERR, in case any module call print() | George Wang | 2009-02-27 | 1 | -0/+3 |
| * | - MFH: fix build (use the same arginfo than the aliased func) | Pierre Joye | 2009-02-02 | 1 | -1/+1 |
| * | MFH: | Felipe Pena | 2009-01-30 | 1 | -56/+75 |
| * | Improved parameter parsing | Ilia Alshanetsky | 2009-01-27 | 1 | -11/+5 |
| * | MFH Fix apache2handler under Apache 2.3.0-alpha | Scott MacVicar | 2009-01-19 | 1 | -0/+8 |
| * | MFH: Fix #47149. Remove check for script_filename = path_translated, as this ... | David Soria Parra | 2009-01-19 | 1 | -2/+1 |
| * | revert last commit, sizeof does not work in preprocessor :( | Uwe Schindler | 2009-01-11 | 1 | -7/+0 |
| * | MFH: add sanity check for time_t size of win32 | Uwe Schindler | 2009-01-11 | 1 | -1/+8 |
| * | 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: Corrected fix for bug #46844 to only trigger on the 1st line of CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -0/+21 |
| * | MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq... | Uwe Schindler | 2009-01-06 | 1 | -8/+0 |