changelog Fri May 22 01:32:49 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3410&r2=1.3411&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3410 php-src/ChangeLog:1.3411
--- php-src/ChangeLog:1.3410 Thu May 21 01:32:45 2009
+++ php-src/ChangeLog Fri May 22 01:32:47 2009
@@ -1,3 +1,70 @@
+2009-05-21 Arnaud Le Blanc <arnaud...@gmail.com>
+
+ * (PHP_5_2)
+ NEWS
+ ext/reflection/php_reflection.c
+ ext/reflection/php_reflection.c
+ ext/reflection/tests/bug48336.phpt
+ ext/reflection/tests/bug48336.phpt:
+ MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
+ work with redeclared property)
+ (patch by Markus dot Lidel at shadowconnect dot com)
+
+ * ext/reflection/php_reflection.c
+ ext/reflection/tests/bug48336.phpt
+ ext/reflection/tests/bug48336.phpt
+ ext/reflection/tests/bug48336.phpt:
+ Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
+ work with redeclared property)
+ (patch by Markus dot Lidel at shadowconnect dot com)
+
+ * (PHP_5_2)
+ ext/standard/microtime.c
+ ext/standard/microtime.c:
+ MFH: set second argument of gettimeofday() to NULL (fixes #48346,
+ patch by adriano at guiadohardware dot net)
+
+ * ext/standard/microtime.c:
+ set second argument of gettimeofday() to NULL (fixes #48346,
+ patch by adriano at guiadohardware dot net)
+
+ * (PHP_5_2)
+ ext/spl/spl_array.c
+ ext/spl/spl_array.c
+ ext/spl/tests/arrayObject_magicMethods6.phpt
+ ext/spl/tests/arrayObject_magicMethods6.phpt
+ ext/spl/tests/bug45622b.phpt
+ ext/spl/tests/bug45622b.phpt:
+ MFH: Better fix for #45622 (patch by robinf at php do net)
+
+ * ext/spl/spl_array.c
+ ext/spl/tests/arrayObject_magicMethods6.phpt
+ ext/spl/tests/bug45622b.phpt
+ ext/spl/tests/bug45622b.phpt
+ ext/spl/tests/bug45622b.phpt:
+ Better fix for #45622 (patch by robinf at php do net)
+
+2009-05-21 Ilia Alshanetsky <i...@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/curl/interface.c
+ ext/curl/interface.c:
+
+ MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out
+ when working with a non-writable stream)
+
+ * (PHP_5_3)
+ ext/curl/interface.c:
+
+ Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out when
+ working with a non-writable stream)
+
+2009-05-21 Jani Taskinen <jani.taski...@sci.fi>
+
+ * ext/standard/file.c:
+ ws
+
2009-05-20 Ilia Alshanetsky <i...@prohost.org>
* ext/pdo_sqlite/sqlite_statement.c
@@ -41165,7 +41232,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3410 2009/05/21 01:32:45 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3411 2009/05/22 01:32:47 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c