Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
04d67347 |
| 08-Jun-2010 |
Antony Dovgal |
fix micro-memleaks (happened once per process) |
#
a8be1c1d |
| 08-Jun-2010 |
Antony Dovgal |
fix micro-memleaks (happened once per process) |
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
show more ...
|
#
91bcba03 |
| 30-Apr-2010 |
Pierre Joye |
- Fix #51688, ini per dir crashes when invalid document root are given |
#
8a197878 |
| 30-Apr-2010 |
Pierre Joye |
- Fix #51688, ini per dir crashes when invalid document root are given |
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065 |
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner) |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
b26c9d40 |
| 30-Nov-2009 |
Dmitry Stogov |
Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file) |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2 |
|
#
f298e6ce |
| 20-Oct-2009 |
Antony Dovgal |
fix crash on empty doc_root |
#
a2260824 |
| 16-Oct-2009 |
Stanislav Malyshev |
improve fix for #49767 and #47627 - make PHP report "no script" on 404 again |
#
e4adfe4f |
| 15-Oct-2009 |
Pierre Joye |
- #48779, fix another use case where / usage may differ |
#
e5d4b019 |
| 12-Oct-2009 |
Pierre Joye |
- #48779, improve fix, drop usage of _tolower and use zend_strtolower |
#
994307d4 |
| 09-Oct-2009 |
Felipe Pena |
- Fixed build and comment-style |
#
8e5a00e5 |
| 09-Oct-2009 |
Garrett Serack |
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) |
Revision tags: oci8-1.4.0, php-5.2.11 |
|
#
ccd6e501 |
| 10-Sep-2009 |
Jani Taskinen |
- Simplified a bit and fixed possible memory corruption and definate leak. |
Revision tags: php-5.2.11RC3 |
|
#
5c9579c2 |
| 05-Sep-2009 |
Felipe Pena |
- Drop unused var |
#
f723d368 |
| 05-Sep-2009 |
Jani Taskinen |
- Fixed bug #49182 (PHP CGI always outputs the shebang line) |
Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0 |
|
#
a7db5543 |
| 22-Jun-2009 |
Pierre Joye |
- #48624 .user.ini never gets parsed |
Revision tags: php-5.3.0RC4 |
|
#
6086c086 |
| 17-Jun-2009 |
Pierre Joye |
- kill unused var |
#
f2457fbd |
| 17-Jun-2009 |
Pierre Joye |
- #47318, UMR when trying to activate user config |
Revision tags: php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
368569c0 |
| 09-Jun-2009 |
David Soria Parra |
MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan. |
#
a332541a |
| 04-Jun-2009 |
Jani Taskinen |
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c) |
#
29c0b397 |
| 04-Jun-2009 |
Jani Taskinen |
MFH: CS + WS changes |
Revision tags: php-5.2.10RC1 |
|
#
01fc4ed1 |
| 19-May-2009 |
Kalle Sommer Nielsen |
MFH: Fix compiler warnings |