changelog Mon Feb 5 01:31:03 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2591&r2=1.2592&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2591 php-src/ChangeLog:1.2592
--- php-src/ChangeLog:1.2591 Sun Feb 4 01:31:12 2007
+++ php-src/ChangeLog Mon Feb 5 01:31:02 2007
@@ -1,3 +1,32 @@
+2007-02-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mssql/php_mssql.c:
+ MFB: #39213
+ Fix for '' returned as ' '.
+ This only works with FreeTDS as microsofts library returns a length of 1
+ for an empty string!
+
+ * (PHP_5_2)
+ ext/mssql/php_mssql.c:
+ Fix for '' returned as ' '.
+ This only works with FreeTDS as microsofts library returns a length of 1
+ for an empty string!
+
+2007-02-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/http.c:
+
+ Added a double free check.
+
+2007-02-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mbstring/config.w32:
+ MFB: Fix win32 build
+
+ * (PHP_5_2)
+ ext/mbstring/config.w32:
+ Fix win32 build
+
2007-02-03 Marcus Boerger <[EMAIL PROTECTED]>
* (PHP_5_2)