changelog Mon Dec 17 01:31:37 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2900&r2=1.2901&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2900 php-src/ChangeLog:1.2901
--- php-src/ChangeLog:1.2900 Sun Dec 16 01:31:35 2007
+++ php-src/ChangeLog Mon Dec 17 01:31:36 2007
@@ -1,3 +1,60 @@
+2007-12-16 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/spl/internal/splobjectstorage.inc
+ ext/spl/internal/splobjectstorage.inc:
+ - MFH: Fix #43611 SplObjectStorage is available since 5.1.2
+
+ * ext/spl/internal/splobjectstorage.inc:
+ - Fix #43611 SplObjectStorage is available since 5.1.2
+
+2007-12-16 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/tokenizer/tests/token_get_all_variation15.phpt
+ ext/tokenizer/tests/token_get_all_variation15.phpt:
+ MFB5.3: Fix test
+
+ * (PHP_5_3)
+ ext/tokenizer/tests/token_get_all_variation15.phpt:
+ Fix test
+
+ * (PHP_5_3)
+ ext/spl/spl_array.c:
+ Fix typo
+
+2007-12-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/standard/tests/general_functions/bug42272.phpt:
+
+ WS
+
+ * (PHP_5_2)
+ NEWS
+ ext/bz2/bz2_filter.c:
+ MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
+
+ * (PHP_5_3)
+ ext/bz2/bz2_filter.c:
+
+ MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
+
+ * ext/bz2/bz2_filter.c:
+
+ Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
+
+
+ * (PHP_5_2)
+ NEWS
+ ext/exif/exif.c
+ ext/exif/exif.c:
+
+ MFB: Fixed bug #43606 (define missing depencies of the exif extension)
+
+ * (PHP_5_3)
+ ext/exif/exif.c:
+ Fixed bug #43606 (define missing depencies of the exif extension)
+
2007-12-15 Hannes Magnusson <[EMAIL PROTECTED]>
* ext/zip/php_zip.c: