From: Date: Tue, 12 Oct 2004 00:35:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04f75f2357dfaacead1eef12fa44eed222a7c816;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 37c7a2d64c..4254abce90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2004-10-11 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/standard/streamsfuncs.c + main/streams/streams.c: + MFH: Fixed bug #30362 (stream_get_line() not handling end string correctly) + + * ext/standard/streamsfuncs.c + main/streams/streams.c: + Fixed bug #30362 (stream_get_line() not handling end string correctly). + + * (PHP_5_0) + NEWS + ext/calendar/calendar.c: + MFH: Fixed bug #30375 (cal_info() does not work without a parameter). + + * ext/calendar/calendar.c: + Fixed bug #30375 (cal_info() does not work without a parameter). + +2004-10-11 Wez Furlong + + * (PHP_5_0) + NEWS: + BFN + + * main/streams/transports.c: + Fix the return value check too + + * (PHP_5_0) + main/streams/transports.c: + MFH: Fix #30387: wrong flag used for async connection + + * main/streams/transports.c: + check the correct flag for async connect + 2004-10-10 Sebastian Bergmann * (PHP_4_3)