changelog Sat Feb 14 20:33:32 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1538&r2=1.1539&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1538 php-src/ChangeLog:1.1539
--- php-src/ChangeLog:1.1538 Fri Feb 13 20:32:09 2004
+++ php-src/ChangeLog Sat Feb 14 20:33:31 2004
@@ -1,3 +1,40 @@
+2004-02-14 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ pear/scripts/pear.bat:
+ re-add as binary
+
+ * (PHP_4_3)
+ pear/scripts/pear.bat:
+ remove in order to re-add binary
+
+2004-02-14 Jan Lehnardt <[EMAIL PROTECTED]>
+
+ * ext/standard/dl.c:
+ - improve error message
+
+2004-02-14 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ bfn
+
+2004-02-14 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_iterators.c:
+ dtor's may not be called from free_storage handlers
+
+2004-02-14 Derick Rethans <[EMAIL PROTECTED]>
+
+ * main/php_ini.c:
+ - We always need to destroy the llist though.
+
+ * NEWS
+ main/php_ini.c:
+ - Fixed zero bytes memory allocation when no extra ini files are found in
+ the
+ --with-config-file-scan-dir specified directory. (patch by Eric Colinet
+ <[EMAIL PROTECTED]>)
+
2004-02-13 Rob Richards <[EMAIL PROTECTED]>
* ext/simplexml/simplexml.c: