changelog Fri May 14 20:36:01 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1628&r2=1.1629&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1628 php-src/ChangeLog:1.1629
--- php-src/ChangeLog:1.1628 Thu May 13 20:32:50 2004
+++ php-src/ChangeLog Fri May 14 20:36:00 2004
@@ -1,3 +1,24 @@
+2004-05-14 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * NEWS:
+ .ini variables patch notice
+
+ * ZendEngine2/zend_ini_parser.y
+ ZendEngine2/zend_ini_scanner.l:
+ Adding ability to refer to existing .ini variables from within .ini
+ files. Example:
+
+ open_basedir = ${open_basedir} ":/new/dir"
+
+2004-05-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/file.c:
+ MFH: Fixed possible memory leak inside popen().
+
+ * ext/standard/file.c:
+ Fixed possible memory leak inside popen().
+
2004-05-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -3205,7 +3226,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1628 2004/05/14 00:32:50
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1629 2004/05/15 00:36:00
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>