changelog Fri Jan 28 20:38:19 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1878&r2=1.1879&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1878 php-src/ChangeLog:1.1879
--- php-src/ChangeLog:1.1878 Thu Jan 27 20:35:59 2005
+++ php-src/ChangeLog Fri Jan 28 20:38:18 2005
@@ -1,3 +1,67 @@
+2005-01-28 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute_API.c:
+ - Fix severity (found by johannes)
+
+2005-01-28 Georg Richter <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_prop.c:
+ MFH: Fix for mysql_affected_rows and mysql_stmt_affected_rows
+
+ * ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_prop.c:
+ fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows
+ in case affected_rows function returns (my_ulonglong) -1 for errors.
+ (Thanks to Antony Dovgal for reporting this bug)
+
+2005-01-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/ftok.c
+ ext/standard/ftok.c
+ ext/standard/ftok.c:
+ improve CS & error messages
+
+ * ext/standard/ftok.c
+ ext/standard/ftok.c:
+ MFB: explain why ftok() failed
+
+ * (PHP_5_0)
+ ext/standard/ftok.c:
+ add warning explaining why ftok() failed
+
+ * (PHP_5_0)
+ NEWS:
+ BFN (#31732)
+
+ * ext/mbstring/mbstring.c:
+ MFB: fix #31732
+
+ * (PHP_5_0)
+ ext/mbstring/mbstring.c:
+ fix #31732 (mb_get_info causes segfault)
+
+ * (PHP_4_3)
+ ext/posix/posix.c
+ ext/posix/posix.c:
+ MFH: change return type from NULL to FALSE when parameter parsing failed
+
+ * ext/posix/posix.c:
+ change return type from NULL to FALSE when parameter parsing failed
+ (as was requested by Ilia)
+
+ * ext/posix/posix.c:
+ MFB: fix posix_getsid() & posix_getpgid()
+
+ * (PHP_5_0)
+ NEWS
+ ext/posix/posix.c:
+ fix posix_getsid() & posix_getpgid()
+
+ /* looks like copy&paste error first introduced in PHP 3.0.10 (!) */
+
2005-01-27 Frank M. Kromann <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -1218,7 +1282,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.1878 2005/01/28 01:35:59 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.1879 2005/01/29 01:38:18 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: