#
a28a95c1 |
| 28-Jul-2006 |
Antony Dovgal |
MFH: patch for #37846 (wordwrap() wraps incorrectly) by Dmitry Kononov <ddk at krasn dot ru> |
#
4c2d752f |
| 27-Jul-2006 |
Ilia Alshanetsky |
Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used. |
#
7ba86d07 |
| 27-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST). |
#
e5a11823 |
| 27-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #38224 (session extension can't handle broken cookies). |
#
af48ecfc |
| 27-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #38229 (strtotime() does not parse YYYY-MM format). |
#
a98e5c67 |
| 27-Jul-2006 |
Dmitry Stogov |
Fixed bug #38234 (Exception in __clone makes memory leak) |
#
ee97ffd8 |
| 27-Jul-2006 |
Dmitry Stogov |
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler) |
#
f58da213 |
| 27-Jul-2006 |
foobar |
MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) MFH: . Renamed the function to snmp_set_oid_output_format() which describes MFH: it's behaviour better. Old one was lef
MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) MFH: . Renamed the function to snmp_set_oid_output_format() which describes MFH: it's behaviour better. Old one was left as an alias for it. MFH: . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC MFH: - Fixed some memleaks
show more ...
|
#
67a82e51 |
| 26-Jul-2006 |
foobar |
MFH: - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 compatibility issue) |
#
30f4d3f9 |
| 26-Jul-2006 |
Dmitry Stogov |
Fixed bug #38220 (Crash on some object operations) |
#
d8cd2d24 |
| 26-Jul-2006 |
foobar |
fix news |
#
9db0e7cc |
| 26-Jul-2006 |
Pierre Joye |
- 38212 & 38214 |
#
e447baaf |
| 26-Jul-2006 |
Dmitry Stogov |
Fixed bug #38211 (variable name and cookie name match breaks script execution) |
#
65626296 |
| 26-Jul-2006 |
Antony Dovgal |
MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) |
#
e11e2a13 |
| 25-Jul-2006 |
Ilia Alshanetsky |
Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key names). |
#
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) |