Revision tags: php-5.2.16, php-5.2.15, php-5.3.4 |
|
#
686c7fec |
| 03-Dec-2010 |
Jani Taskinen |
- CS + reorder to match trunk better, removed trailing dots from error messages
|
#
72ae65bc |
| 03-Dec-2010 |
Jani Taskinen |
- CS and "de-facto" style of returning NULL for failing parse-params, sync partially with PHP_5_3 too (reordering part :)
|
#
c8e40e49 |
| 03-Dec-2010 |
Jani Taskinen |
- Fix leaks and crash bug when passing the callback as variable
|
Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
823d7cb5 |
| 03-Nov-2010 |
Michael Wallner |
explicitness FTW; it should have been like that before, so it wouldn't have happened
|
#
743f5092 |
| 02-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib compression).
|
#
caffc1c9 |
| 27-Aug-2010 |
Dmitry Stogov |
Preallocate zend_hash instead of allocation/deallocation it on each request
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
9d657309 |
| 09-Jun-2010 |
Antony Dovgal |
fix minor memleak
|
#
99da695e |
| 02-Jun-2010 |
Michael Wallner |
fix cxx build
|
#
43154f2a |
| 01-Jun-2010 |
Michael Wallner |
* raise warning if zend_fcall_info_init() cannot resolve the callback * fix pointer mismatch
|
#
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 ...
|
#
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 |
|
#
5eb4db5e |
| 25-Jan-2010 |
Pierre Joye |
- Ensure that stderr output are not buffered, portability for tests
|
#
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, 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, oci8-1.4.0 |
|
#
b4ba7fb9 |
| 21-Sep-2009 |
Dmitry Stogov |
Fixed memory leak
|
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
3470a301 |
| 25-Mar-2009 |
Christian Seiler |
- Fixed memory leak in ob_get_clean/ob_get_flush. # Not necessary in HEAD because output buffering was completely rewritten # there.
|
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3 |
|
#
2e5f11b8 |
| 13-Feb-2009 |
David Coallier |
- Fixed bug #46897: ob_flush() should fail to flush unerasable buffers - Added test for bug46897 - A memleak has been identified while fixing this bug but the changes made by this commi
- Fixed bug #46897: ob_flush() should fail to flush unerasable buffers - Added test for bug46897 - A memleak has been identified while fixing this bug but the changes made by this commit do not affect ob_get_clean where the memleak (which is fixed in HEAD with the new handler) resides. - [DOC] New noticed is outputted in ob_flush when the buffer is unerasable
show more ...
|
Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
c7ef31ae |
| 07-Jan-2009 |
Felipe Pena |
- Checking 0 param in the new way [only in this branch]
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1 |
|
#
c1e0866d |
| 18-Aug-2008 |
Antony Dovgal |
reverted because of test failures
|
#
f59fbc37 |
| 18-Aug-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
|
Revision tags: php-4.4.9 |
|
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
|
Revision tags: php-5.3.0alpha1, php-4.4.9RC1 |
|
#
833a2295 |
| 17-Jul-2008 |
Dmitry Stogov |
Support for closures
|
#
4cc5f49d |
| 15-Jul-2008 |
Lars Strojny |
Return null on when param parsing errors occur
|
#
9cd815a9 |
| 15-Jul-2008 |
Lars Strojny |
New parameter parsing API
|