#
356facf4 |
| 25-Jul-2006 |
Dmitry Stogov |
Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. |
#
0a95528f |
| 25-Jul-2006 |
Antony Dovgal |
news entry |
#
a5aae5c4 |
| 25-Jul-2006 |
Antony Dovgal |
ext/filepro moved to PECL |
#
bd581ab4 |
| 25-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself). |
#
7fdcd281 |
| 24-Jul-2006 |
Ilia Alshanetsky |
back to dev |
Revision tags: php-5.2.0RC1 |
|
#
5e24aedf |
| 24-Jul-2006 |
Ilia Alshanetsky |
5.2.0RC1 |
#
6cf345f5 |
| 24-Jul-2006 |
Pierre Joye |
- #38179 and zip entry |
#
a49e0447 |
| 24-Jul-2006 |
Dmitry Stogov |
Test for bug #38146 (Cannot use array returned from foo::__get('bar') in write context) |
#
cfac29e2 |
| 22-Jul-2006 |
Stefan Esser |
Added RFC1867 fileupload processing hook. |
#
2b8ad5a0 |
| 22-Jul-2006 |
foobar |
MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo) |
#
163e1fd4 |
| 20-Jul-2006 |
Edin Kadribasic |
Lib update |
#
221ac1b9 |
| 19-Jul-2006 |
Ilia Alshanetsky |
Extension news |
#
a90c48fb |
| 19-Jul-2006 |
foobar |
un*uck NEWS |
#
46f21b8a |
| 19-Jul-2006 |
Michael Wallner |
MFH: added error_get_last() function |
#
f7c99da2 |
| 19-Jul-2006 |
Dmitry Stogov |
Fixed bug #37144 (PHP crashes trying to assign into property of dead object) |
#
a390c84d |
| 18-Jul-2006 |
Antony Dovgal |
news entry |
#
29ed52ff |
| 18-Jul-2006 |
Dmitry Stogov |
New memory manager |
#
34cfec25 |
| 17-Jul-2006 |
Marcus Boerger |
- MFH Fix #38125 undefined reference to spl_dual_it_free_storage |
#
c0fcaa7a |
| 17-Jul-2006 |
Michael Wallner |
- fix bug #37945 pathinfo() cannot handle argument with special characters like german "Umlaute" |
#
dc8ba6f4 |
| 16-Jul-2006 |
Christian Stocker |
Added DOMNode::getNodePath() for getting an XPath for a node. |
#
dc571fa9 |
| 16-Jul-2006 |
Marcus Boerger |
- MFH Fixed Bug #29538 number_format and problem with 0 |
#
f03f2c5e |
| 16-Jul-2006 |
Marcus Boerger |
- MFH Pathinfo allows to get filename (Toby S, Christian S) |
#
9c30e20b |
| 15-Jul-2006 |
Marcus Boerger |
- MFH Implement todo: SplFileObject: ability to set the CSV separator per object |
#
31a8d6a6 |
| 15-Jul-2006 |
Marcus Boerger |
- MFH array_fill_keys, better unicode support, use new param parsing API |
#
87c64280 |
| 15-Jul-2006 |
Marcus Boerger |
- MFH Added array_fill_keys(). (Marcus, Mathew W) |