From: Date: Fri, 7 May 2004 00:31:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5927a5eb1857a262c11448d7bcefd3e79feeeb95;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 92fa3cdbce..852da2cacb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2004-05-06 Derick Rethans + + * tests/lang/bug22367.phpt: + - Fixed test + +2004-05-06 Jay Smith + + * ext/standard/string.c: + Fixed a segfault. (It's possible for large offsets to make strrpos() + read past the end of the haystack string...) + +2004-05-06 Stanislav Malyshev + + * sapi/cgi/cgi_main.c: + fix line endings + + * sapi/cgi/cgi_main.c: + Fix fastCGI breakage: due to calling flush on unitialized requests, + request was aborted unless ignore_user_abort is set + +2004-05-06 Sara Golemon + + * NEWS + ext/standard/user_filters.c + main/streams/userspace.c: + Bugfix #28300 Userspace stream/filter names don't need to be lowercased. + +2004-05-06 Marc Boeren + + * ext/dbx/dbx_oci8.c + ext/dbx/dbx_pgsql.c: + Call functions by their new, proper names instead of what are now aliases. + Change OCIFetchInto (deprecated) to oci_fetch_array. + 2004-05-05 Ard Biesheuvel * ext/interbase/ibase_query.c: