changelog Sun Dec 26 20:35:31 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1844&r2=1.1845&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1844 php-src/ChangeLog:1.1845
--- php-src/ChangeLog:1.1844 Fri Dec 24 20:35:00 2004
+++ php-src/ChangeLog Sun Dec 26 20:35:30 2004
@@ -1,3 +1,28 @@
+2004-12-26 Georg Richter <[EMAIL PROTECTED]>
+
+ * NEWS:
+ added constructors for mysqli_stmt and mysqli_resultset classes
+
+ * ext/mysqli/mysqli.c
+ ext/mysqli/php_mysqli.h
+ ext/mysqli/tests/062.phpt
+ ext/mysqli/tests/063.phpt:
+ added constructors for mysqli_stmt and mysqli_result classes
+
+2004-12-26 Wez Furlong <[EMAIL PROTECTED]>
+
+ * main/php.h:
+ bump PHP API number.
+
+ This is so that we can work around the signature change in the get_method
+ overloaded object handler in our portable extensions.
+
+ Yes, you could argue that the zend api number needs bumping, but then you
+ could
+ argue which one to bump, as neither of them is specific or generic
enough.
+
+ Besides all that, the PHP API number really needs a good old bump anyway.
+
2004-12-24 Antony Dovgal <[EMAIL PROTECTED]>
* ext/pcre/php_pcre.c:
@@ -14719,7 +14744,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1844 2004/12/25
01:35:00 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1845 2004/12/27
01:35:30 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>