From: Date: Mon, 13 Dec 2004 01:39:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eafd2ef88e0f4d24fa1d282f67a0882c885e11e6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2cfbacc4ce..65eb8373e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2004-12-12 Wez Furlong + + * ext/standard/file.c: + Add missing constants for socketpair(). + I thought I had included these... + Good catch Nuno :) + +2004-12-12 Moriyoshi Koizumi + + * sapi/apache2filter/config.m4: + - Apply the same fix to apache2filter too. + +2004-12-12 Wez Furlong + + * configure.in + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h: + Add stream_socket_pair(), a streams based version of socketpair(). + Modified patch from Vincent [six at t0x dot net] + +2004-12-12 Ilia Alshanetsky + + * ext/standard/datetime.c: + Fixed bug #31056 (php_std_date() returns invalid formatted date if + y2k_compliance is On). + + +2004-12-12 Stanislav Malyshev + + * (PECL_4_3) + ext/sqlite/sqlite.c: + another 64-bit fix - 's' in zend_parse_parameters uses int, so it should + not get long * + +2004-12-12 Moriyoshi Koizumi + + * sapi/apache2handler/config.m4: + - Fixlet for httpd-2.1 on Darwin platforms + 2004-12-11 Derick Rethans * (PHP_4_3)