From: Date: Sat, 2 Jul 2005 05:34:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.1.0b3~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e273318d76523950fd5c7ac59f4fc593ed7c72d8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index faff75873c..fecef62bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2005-07-01 Edin Kadribasic + + * php.ini-recommended: + Inconsistency noticed by Nicholas Telford + +2005-07-01 Derick Rethans + + * (PHP_4_4) + configure.in + main/php_version.h: + - Back to -dev + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - GO with RC2. + +2005-07-01 Pierre-Alain Joye + + * (PHP_4_4) + pear/packages/XML_RPC-1.2.2.tar: + - really remove xmp-rpc 1.2.2 + + * pear/packages/XML_RPC-1.3.1.tar + pear/packages/XML_RPC-1.3.1.tar: + 1.1.4; + file XML_RPC-1.3.1.tar was initially added on branch PHP_4_4. + + * (PHP_4_4) + pear/go-pear-list.php: + - update xmp_rpc to 1.3.1 (step #1/3) + + * pear/go-pear-list.php: + bump xml_rpc to 1.3.1, php4 win32 builds uses this list to (4.4) + +2005-07-01 Derick Rethans + + * (PHP_4_4) + ext/pgsql/config.m4: + - Backport config.m4 from HEAD so that pg_config can be used. + +2005-07-01 Anantha Kesari H Y + + * (PHP_5_0) + main/reentrancy.c: + NetWare LibC has reentrant versions of time functions this code is of no + use. + -- Kamesh from hyanantha's account + + * main/reentrancy.c: + NetWare LibC has reentrant time functions no need to have this. + -- Kamesh from hyanantha's account + + * ext/standard/proc_open.c: + As fork implementation of NetWare LibC still in experimental stages making + the procve based solution ahead of HAVE_FORK. Later When fork becomes + stable will revert this fix. + --Kamesh from hyanantha's account + + * (PHP_5_0) + ext/standard/proc_open.c: + As fork implementation of NetWare LibC still in experimental stages making + the procve based solution ahead of HAVE_FORK. Later When fork becomes + stable will revert this fix. + 2005-06-30 Ilia Alshanetsky * NEWS