changelog Mon May 17 20:35:44 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1630&r2=1.1631&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1630 php-src/ChangeLog:1.1631
--- php-src/ChangeLog:1.1630 Sun May 16 20:33:01 2004
+++ php-src/ChangeLog Mon May 17 20:35:44 2004
@@ -1,3 +1,48 @@
+2004-05-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/strings/bug26973.phpt
+ tests/strings/002.phpt:
+ Correct output.
+
+2004-05-17 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/ftp_fopen_wrapper.c:
+ BugFix# 27982: Provide error message when trying to overwrite an existant
+ file without overwrite context option.
+
+2004-05-17 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_ini_parser.y
+ ZendEngine2/zend_ini_scanner.l:
+ Revert the .ini vars patch. Will have to try again next Christmas
+ apparently.
+
+ * ZendEngine2/zend_ini_parser.y:
+ Fix the apparent bug (; at the end of parse rule block).
+
+2004-05-17 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ php.ini-dist
+ php.ini-recommended:
+ - MFH: Document the smtp_post setting in php.ini*
+
+ * php.ini-dist
+ php.ini-recommended:
+ - Document the smtp_port setting in php.ini
+
+2004-05-17 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects_API.c
+ ZendEngine2/zend_objects_API.h:
+ As discussed with Andi, add this helper API for setting the object pointer
+ from
+ within the constructor.
+
+ Please read the comment for notes about how to use it; in general, you
+ don't
+ need it, so don't use it.
+
2004-05-16 Pierre-Alain Joye <[EMAIL PROTECTED]>
* pear/PEAR/Common.php:
@@ -3340,7 +3385,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1630 2004/05/17 00:33:01
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1631 2004/05/18 00:35:44
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>