From: Date: Fri, 26 Apr 2002 00:43:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77b99c3ce27abf5ba814dbfbeeddbd1d4544eee5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2dcb3fb7ce..4697786da6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2002-04-25 jim winstead + + * ext/standard/url_scanner_ex.c: update generated file + + * ext/standard/url_scanner_ex.re: + Do not add redundant id attribute. It doesn't make the output any + more standards compliant. + +2002-04-25 Edin Kadribasic + + * ext/mysql/config.m4: MFH + + * ext/mysql/config.m4: Some systems have mysql socket in /var/run/mysql + + * ext/oracle/oracle.c: MFB + + * ext/oracle/oracle.c: Fix the fix. + + * ext/oracle/oracle.c: Fix win32 build + +2002-04-25 Colin Viebrock + + * pear/Net/Dig.php + pear/Crypt/CBC.php: moved into /pear + +2002-04-25 Rui Hirokawa + + * ext/standard/string.c: + fixed directory access problem when direcory name is encoded in japanese Shift_JIS encoding. + +2002-04-25 Jani Taskinen + + * ext/standard/exec.c: MFH: fix for bug #16811 + +2002-04-25 Stig Bakken + + * pear/PEAR/Installer.php: * fix warning + +2002-04-25 Sascha Schumann + + * ext/standard/url_scanner_ex.c: + Touch generated file to increase timestamp + +2002-04-25 Harald Radi + + * main/win95nt.h: already defined in zend_config.win32.h + +2002-04-25 Yasuo Ohgaki + + * ext/pgsql/tests/17result.phpt + ext/pgsql/tests/result.inc: Added test for pg_fetch_*() functions + + * ext/pgsql/pgsql.c: Revert last 2 commits. + +2002-04-25 Derick Rethans + + * ext/standard/exec.c: - Fix for bug #16811 + + * ext/com/conversion.c: - MFH: fix for bug #14353 + + * ext/com/conversion.c: - Fix for bug #14353 + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: - Fix for bug 16810 (XHTML compliance) + +2002-04-25 Yasuo Ohgaki + + * ext/pgsql/config.m4: Fix version in message + +2002-04-25 Jani Taskinen + + * NEWS: fine-tuning + + * ext/xslt/config.m4: Only support the new libexpat. + +2002-04-25 Yasuo Ohgaki + + * ext/pgsql/php_pgsql.h + ext/pgsql/pgsql.c: + pg_client_encoding/pg_set_client_encoding should be compiled always. + Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of + multibyte support enabled or not. + + Reported by c@cornelia-boenigk.de + + 2002-04-24 Yasuo Ohgaki * ext/pgsql/pgsql.c: Remove result_type from pg_fetch_object() proto. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 88cd2f358e..b565001edf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-04-25 Harald Radi + + * zend_config.w32.h: unbreak the win32 build + 2002-04-24 Harald Radi * zend_API.c: MFZE1 saschas 'Avoid exceeding buffer limits' patch