changelog Fri Sep 1 01:30:52 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2439&r2=1.2440&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2439 php-src/ChangeLog:1.2440 --- php-src/ChangeLog:1.2439 Thu Aug 31 01:30:57 2006 +++ php-src/ChangeLog Fri Sep 1 01:30:51 2006 @@ -1,3 +1,183 @@ +2006-08-31 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/standard/credits_ext.h: + - updates + + * ext/filter/package.xml: + - add new tests to the package.xml + + * ext/filter/CREDITS + ext/filter/filter.c + ext/filter/filter_private.h + ext/filter/package.xml + ext/filter/package2.xml + ext/filter/tests/035.phpt: + - implement FILTER_FLAG_ARRAY/SCALAR in input_get + - update changelog + - update tests + +2006-08-31 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/filter/tests/036.phpt: + add test + + * ext/filter/tests/036.phpt + ext/filter/tests/036.phpt: + + new test + + * ext/filter/filter.c: + change filters to operate on the copy of data, so multiple filters an be + applied one after another + +2006-08-31 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/filter/tests/004.phpt + ext/filter/tests/007.phpt + ext/filter/tests/011.phpt: + - skip these tests for RC3 + - CGI does not read commandline options when it sees REQUES_METHOD + - errors are shown two times now, to be checked post RC3 + + * (PHP_5_2) + ext/filter/logical_filters.c + ext/filter/tests/010.phpt + ext/filter/tests/013.phpt + ext/filter/tests/filter_data.phpt: + - MFH: pecl bug #8316, + empty strings are not int or float, return false (due to popular demand) + + * ext/filter/logical_filters.c + ext/filter/tests/010.phpt + ext/filter/tests/013.phpt + ext/filter/tests/filter_data.phpt: + - pecl bug #8316, + empty strings are not int or float, return false (due to popular demand) + +2006-08-31 Michael Wallner <[EMAIL PROTECTED]> + + * ext/zlib/tests/ob_001.phpt + ext/zlib/tests/ob_002.phpt + ext/zlib/tests/ob_003.phpt: + - fix tests SKIPIF + +2006-08-31 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/imap/php_imap.c + ext/imap/php_imap.c + ext/mbstring/mbstring.c + ext/oci8/oci8_statement.c + ext/oci8/oci8_statement.c + ext/posix/posix.c + ext/posix/posix.c + ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/sockets/sockets.c + ext/sockets/sockets.c: + last portion of z/Z fixes + +2006-08-31 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/filter/tests/035.phpt + ext/filter/tests/035.phpt: + + - add a test for input_get and array + This test fails now. When the input variable is an array, its contents + is replace by the filter result. To be fixed asap (before 5.2.0) + + * ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/tests/013.phpt: + - MFB: + - clean the auto trim (behaves like php_trim now) + - simplifies bool + - fix octal parsing + i- boost int/hex/octal validate_int + + * (PHP_5_2) + ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/tests/013.phpt: + - clean the auto trim (behaves like php_trim now) + - simplifies bool + - fix octal parsing + - boost int/hex/octal validate_int + +2006-08-31 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/pcntl/pcntl.c + ext/pcntl/pcntl.c: + fix typo in errmsg + + * ext/filter/filter.c + ext/filter/filter.c: + ext/filter z/Z fixes + + * ext/standard/basic_functions.c + ext/standard/basic_functions.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.c + ext/standard/string.c + ext/standard/string.c: + more z/Z fixes + + * ext/tidy/tidy.c: + z/Z problem fixes + +2006-08-31 Michael Wallner <[EMAIL PROTECTED]> + + * ext/zlib/tests/ob_001.phpt + ext/zlib/tests/ob_002.phpt + ext/zlib/tests/ob_003.phpt: + - add basic zlib.output_compression tests + + * ext/zlib/php_zlib.h + ext/zlib/zlib.c + main/output.c + main/php_output.h: + - output handler alias ctor should know about chunk_size and flags + +2006-08-31 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/openssl/tests/003.phpt + ext/openssl/tests/003.phpt: + fix test + + * (PHP_5_2) + ext/openssl/openssl.c: + MFH: fix problem with mixed arguments accepted as zval* causing + leaks/segfaults when converting to other types + + * ext/openssl/openssl.c: + fix problem with mixed arguments accepted as zval* causing leaks/segfaults + when converting to other types + +2006-08-31 Dmitry Stogov <[EMAIL PROTECTED]> + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + FastCGI environment variables must not be overriden by system environment + variables + + * ZendEngine2/zend_alloc.c: + Show name of storage layer in case of initialization fault + + * (PHP_5_2) + ZendEngine2/zend_alloc.c: + Show name of storage layer in case of initialization fault. + +2006-08-31 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/iconv/iconv.c + ext/iconv/iconv.c: + minor changes in iconv_substr() to avoid zval converting + + * (PHP_5_2) + ext/ctype/ctype.c: + fix warnings about nonextistent functions + 2006-08-30 Antony Dovgal <[EMAIL PROTECTED]> * ext/tidy/php_tidy.h