changelog Thu Feb 2 06:31:41 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2243&r2=1.2244&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2243 php-src/ChangeLog:1.2244
--- php-src/ChangeLog:1.2243 Wed Feb 1 06:31:40 2006
+++ php-src/ChangeLog Thu Feb 2 06:31:41 2006
@@ -1,3 +1,68 @@
+2006-02-01 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ Clarify new entries.
+
+2006-02-01 Joe Orton <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS
+ main/php_compat.h:
+ MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd).
+ (Jakub Moc)
+
+ * main/php_compat.h:
+ Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub
+ Moc)
+
+2006-02-01 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ NEWS
+ ext/standard/file.c
+ ext/standard/streamsfuncs.c:
+ MFH: fix #36242 (Possible memory corruption in stream_select())
+
+ * ext/standard/streamsfuncs.c:
+ fix #36242 (Possible memory corruption in stream_select())
+
+2006-02-01 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ Zend/zend_hash.c:
+ Fix the fix - PHP 4 behaves slightly differently than 5 (remarkably, nonw
+ of our tests cover it)
+
+2006-02-01 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_persist.c
+ ext/com_dotnet/com_persist.c:
+ MFB: Fix line endings.
+
+ * (PHP_5_1)
+ ext/com_dotnet/com_persist.c:
+ Fix line endings.
+
+2006-02-01 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_hash.c:
+ Fix possibility of a wrong element being deleted by zend_hash_del()
+
+ * (PHP_4_4)
+ Zend/zend_hash.c:
+ MFB (Fix possibility of a wrong element being deleted by zend_hash_del())
+
+ * (PHP_5_0)
+ ZendEngine2/zend_hash.c:
+ MFB (Fix possibility of a wrong element being deleted by
zend_hash_del())
+
+ * (PHP_5_1)
+ ZendEngine2/zend_hash.c:
+ Fix possibility of a wrong element being deleted by zend_hash_del()
+ Thanks Stefan!
+
2006-01-31 Derick Rethans <[EMAIL PROTECTED]>
* (PHP_5_1)