changelog Mon Jan 21 01:31:31 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2933&r2=1.2934&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2933 php-src/ChangeLog:1.2934
--- php-src/ChangeLog:1.2933 Sun Jan 20 01:31:35 2008
+++ php-src/ChangeLog Mon Jan 21 01:31:31 2008
@@ -1,3 +1,43 @@
+2008-01-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/wddx/php_wddx_api.h
+ ext/wddx/wddx.c:
+
+ MFB: Optimize wddx boolean encoding
+
+ * (PHP_5_3)
+ ext/wddx/php_wddx_api.h
+ ext/wddx/wddx.c:
+
+ Optimize wddx boolean encoding
+
+2008-01-20 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS:
+ Add note about new getopt() features
+
+ * (PHP_5_2)
+ NEWS
+ ext/mysql/php_mysql.c:
+ MFH: Fixed bug #43875 (Two error messages returned for $new and $flag
+ argument in mysql_connect())
+
+ * (PHP_5_3)
+ ext/mysql/php_mysql.c:
+ MFH: Fixed bug#43875 (Two error messages returned for $new and $flag
+ argument in mysql_connect())
+
+ * ext/mysql/php_mysql.c:
+ Fixed bug#43875 (Two error messages returned for $new and $flag argument
in
+ mysql_connect())
+
+2008-01-20 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_dllist.c
+ ext/spl/tests/dllist_006.phpt:
+ Fix mem errors
+
2008-01-19 David Coallier <[EMAIL PROTECTED]>
* ext/standard/string.c: