From: Date: Wed, 19 May 2004 00:34:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd29f379e748ec0060d47c6d479e51e1445d9ae8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a4723ea70..7dfd90ba53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2004-05-18 Ilia Alshanetsky + + * ext/ingres_ii/ii.c: + Fixed possible memory leak. + +2004-05-18 Marcus Boerger + + * tests/strings/002.phpt: + Fix test + + * ZendEngine2/zend_API.c: + - Need to operate on module pointer in hash table + +2004-05-18 Wez Furlong + + * ZendEngine2/zend_execute_API.c: + Fix bug #28438: win32 build fails in non-zts mode + +2004-05-18 Stanislav Malyshev + + * ZendEngine2/zend_API.c + ext/standard/dl.c: + Z_TYPE_P is for zvals + +2004-05-18 Wez Furlong + + * ext/standard/dl.c: + Fix dl() and extension= + + * ZendEngine2/zend_API.c: + Register according to the type specified by the module. + (Helps to fix dl() bug) + +2004-05-18 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/exec.c: + MFH: Fixed command line escaping routines for win32. + + * ext/standard/exec.c: + Fixed command line escaping routines for win32. + +2004-05-18 Edin Kadribasic + + * ext/pspell/pspell.c: + Move declarations to the begining of function. + This allows it to actually compile on windows. + + * ext/sybase_ct/php_sybase_ct.c: + TSRM fix + + * ext/sockets/sockets.c: + No length parameter -> estrdup() + +2004-05-18 Sara Golemon + + * ZendEngine2/zend_execute.c: + Bugfix#28404 When type is double we need to access dval, not lval + 2004-05-17 Ilia Alshanetsky * ext/standard/tests/strings/bug26973.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4a233622e0..8f7a36b8ec 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2004-05-18 Marcus Boerger + + * zend_API.c: + - Need to operate on module pointer in hash table + +2004-05-18 Wez Furlong + + * zend_execute_API.c: + Fix bug #28438: win32 build fails in non-zts mode + +2004-05-18 Stanislav Malyshev + + * zend_API.c: + Z_TYPE_P is for zvals + +2004-05-18 Wez Furlong + + * zend_API.c: + Register according to the type specified by the module. + (Helps to fix dl() bug) + +2004-05-18 Sara Golemon + + * zend_execute.c: + Bugfix#28404 When type is double we need to access dval, not lval + 2004-05-17 Andrei Zmievski * zend_ini_parser.y