mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
ChangeLog update
This commit is contained in:
parent
66181dde3b
commit
72d12fb320
2 changed files with 30 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2004-05-14 Andrei Zmievski <andrei@gravitonic.com>
|
||||
|
||||
* 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 <ilia@prohost.org>
|
||||
|
||||
* (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 <ilia@prohost.org>
|
||||
|
||||
* (PHP_4_3)
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2004-05-14 Andrei Zmievski <andrei@gravitonic.com>
|
||||
|
||||
* zend_ini_parser.y
|
||||
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-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* zend_API.c:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue