From: Date: Fri, 23 Feb 2007 01:31:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=711a2bd4c680160898ca3bc3fbcae30622c08e85;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 40f277a283..2ba329b61e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2007-02-22 Antony Dovgal + + * (PHP_5_2) + ext/posix/posix.c: + MFH: check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented) + patch by stas at FreeBSD dot org + + * ext/posix/posix.c: + check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented) + patch by stas at FreeBSD dot org + +2007-02-22 Marcus Boerger + + * main/streams/memory.c: + - Fix logic + +2007-02-22 Edin Kadribasic + + * (PHP_4_4) + ext/imap/imap.dsp: + fix build + +2007-02-22 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to -dev. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Go with RC1. + +2007-02-22 Nuno Lopes + + * ext/standard/tests/general_functions/proc_open02.phpt: + MFB + + * (PHP_5_2) + ext/standard/tests/general_functions/proc_open02.phpt: + fix test on ultra-fast-machines and/or SOs with long time slices + +2007-02-22 Antony Dovgal + + * sapi/cli/php_cli.c: + check for NULL, then add flag + +2007-02-22 Dmitry Stogov + + * ext/standard/basic_functions.c + ext/standard/basic_functions.c: + Fixed possible crash in putenv() on win32 + +2007-02-22 Ilia Alshanetsky + + * (PHP_5_2) + ext/standard/url_scanner.c: + One more strcpy. (Thanks Stas) + + * (PHP_5_2) + ext/standard/url_scanner.c: + + strcpy() elimination + 2007-02-21 Antony Dovgal * ext/standard/tests/file/bug27508.phpt: