changelog Fri Feb 27 20:32:07 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1551&r2=1.1552&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1551 php-src/ChangeLog:1.1552
--- php-src/ChangeLog:1.1551 Thu Feb 26 20:32:28 2004
+++ php-src/ChangeLog Fri Feb 27 20:32:06 2004
@@ -1,3 +1,55 @@
+2004-02-27 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * sapi/cgi/cgi_main.c:
+ As discussed a while ago. There is no reason to disallow command-line
+ arguments for the cgi version when run in a cgi context. Our own test
+ framework is in fact broken because of this unnecessary restriction.
+
+2004-02-27 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/fbsql/php_fbsql.c:
+ Define buffer size macro and add a comment about the buffer size.
+
+2004-02-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_compile.h:
+ Add some comments
+
+ * tests/classes/abstract_redeclare.phpt:
+ The order of error has changed here. So the expectations must change too.
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_execute.c:
+ Fixes for abstract classes/methods
+
+2004-02-27 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/PEAR.php:
+ fix #640, error in comment for getStaticProperty
+
+ * pear/PEAR/Autoloader.php
+ pear/PEAR/Command.php:
+ get_class -> is_a
+
+2004-02-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PECL_4_3)
+ ext/sqlite/sqlite.c
+ ext/sqlite/tests/sqlite_027.phpt:
+ MFH: Fixed possible crash inside sqlite_escape_string() and
+ sqlite_udf_encode_binary().
+
+ * ext/sqlite/tests/sqlite_027.phpt:
+
+ Fixed possible crash inside sqlite_escape_string() and
+ sqlite_udf_encode_binary().
+
+ * ext/sqlite/sqlite.c:
+ Fixed possible crash inside sqlite_escape_string() and
+ sqlite_udf_encode_binary().
+
2004-02-26 Frank M. Kromann <[EMAIL PROTECTED]>
* ext/fbsql/php_fbsql.c