| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #50140: With default compilation option, php symbols are unresolved f... | Uwe Schindler | 2009-11-17 | 1 | -0/+6 |
* | As I am working on it, further improvement for bug #50087 | Uwe Schindler | 2009-11-12 | 1 | -2/+2 |
* | Fix bug #50087: NSAPI performance improvements | Uwe Schindler | 2009-11-12 | 1 | -38/+24 |
* | 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 |
* | - #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 cas... | Garrett Serack | 2009-10-09 | 1 | -2/+22 |
* | Fixed test | Ilia Alshanetsky | 2009-09-13 | 1 | -2/+2 |
* | - 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 |
* | - 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 |