From: Date: Wed, 27 Mar 2002 01:20:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca6ff78a8dc300685431aafdbd814524de72c171;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b725f0f977..bc42619758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2002-03-26 Jon Parise + + * ext/mime_magic/.cvsignore: Ignore generated files. + +2002-03-26 Sean Bright + + * php.ini-dist: Fix typo. + +2002-03-26 Hartmut Holzgraefe + + * ext/mime_magic/mime_magic.c + ext/mime_magic/php_mime_magic.h: build conflicts fixed + +2002-03-26 Sander Roobol + + * ext/standard/tests/array/002.phpt + ext/standard/tests/array/003.phpt + ext/standard/tests/array/004.phpt + ext/standard/tests/array/array_data.txt + ext/standard/tests/array/data.inc + ext/standard/tests/array/001.phpt: MFH + + * ext/standard/tests/array/001.phpt + ext/standard/tests/array/002.phpt + ext/standard/tests/array/003.phpt + ext/standard/tests/array/004.phpt + ext/standard/tests/array/array_data.txt + ext/standard/tests/array/data.inc: + Fixed the array-tests. Broke the test up into various smaller tests. + Reduced the test data because it was unmanageable. + +2002-03-26 Tomas V.V.Cox + + * pear/PEAR/Command/Config.php + pear/PEAR/Frontend/CLI.php: E_ALL fixes + + * pear/PEAR/Registry.php: + _lock() now returns PEAR Error or true for consistency + +2002-03-26 Marcus Börger + + * sapi/cli/php_cli.c: allow other modes to work with -- correct + + * sapi/cli/php_cli.c: fix behaviour on -- + +2002-03-26 Sascha Schumann + + * ext/standard/config.m4: + outcomment default linking against pam due to no feedback + regarding its purpose + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + If an argument ( + + * ext/standard/string.c: - MFH for bug #11244 + +2002-03-26 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: Remove warnings + +2002-03-26 Derick Rethans + + * ext/openssl/openssl.c: - No asserts in the branch + +2002-03-26 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: + Changed error messages to be consistent with other error messages + +2002-03-26 Derick Rethans + + * ext/dbx/dbx.c: - MFB + + * ext/dbx/dbx.c: - Fix comments + +2002-03-26 Markus Fischer + + * ext/standard/string.c: + - Fix bug 11244 (patch by "Tal Peer" ). + +2002-03-26 Derick Rethans + + * ext/openssl/tests/.cvsignore + ext/openssl/tests/001.phpt + ext/openssl/tests/skipif.inc + ext/openssl/openssl.c: - MFH for passphrase bug + +2002-03-26 Jani Taskinen + + * ext/xmlrpc/libxmlrpc/encodings.c: + MFH the use of correct header file -fix + + * ext/xmlrpc/config.m4 + ext/xslt/config.m4: MFH fixes for the iconv stuff + + * ext/xmlrpc/libxmlrpc/encodings.c: - Use correct header file. + + * acinclude.m4: MFB. (I must have been sleep-walking..) + +2002-03-26 Wez Furlong + + * ext/openssl/tests/.cvsignore + ext/openssl/tests/001.phpt + ext/openssl/tests/skipif.inc + ext/openssl/openssl.c: + Fix regular openssl_pkey_get_private($content, $phrase) syntax and + add test case. + This stuff should be merged into the 4.2 branch. + 2002-03-25 Jani Taskinen * ext/xmlrpc/php_config.h.in: Why was this here??