From: Date: Tue, 26 Mar 2002 01:19:23 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1037 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e74c66bb14fdfd957912951fa80889a0892894c2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 536aced4b9..b725f0f977 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2002-03-25 Jani Taskinen + + * ext/xmlrpc/php_config.h.in: Why was this here?? + + * ext/standard/dl.c: MFH dl() error message fix + +2002-03-25 Sterling Hughes + + * ext/xslt/sablot.c: Whitespace fixes + +2002-03-25 Edin Kadribasic + + * sapi/cli/EXPERIMENTAL + sapi/cli/README + sapi/cli/config.m4 + sapi/cli/php_cli.c: Hidden the existance of CLI SAPI by: + - removing the NEWS entry + - removing cli from make install chain + - marking it EXPERIMENTAL + - reverting installed name of cgi from php-cgi to php + + Marged max_execution_time override from head. + + * sapi/cli/EXPERIMENTAL: New file. + + * sapi/cgi/config.m4 + NEWS: Hidden the existance of CLI SAPI by: + - removing the NEWS entry + - removing cli from make install chain + - marking it EXPERIMENTAL + - reverting installed name of cgi from php-cgi to php + + Marged max_execution_time override from head. + +2002-03-25 Georg Richter + + * ext/mysql/php_mysql.c: + fixed prototype for mysql_ping + +2002-03-25 Sterling Hughes + + * ext/mysql/php_mysql.c: more zend_parse_parameters fixup + + * ext/mysql/php_mysql.c: Fix-up the last fix a bit + Clean up mysql_list_processes + +2002-03-25 Hartmut Holzgraefe + + * ext/exif/exif.c: pproto fix + +2002-03-25 Sterling Hughes + + * ext/mysql/php_mysql.c: clean up mysql_real_escape_string() a bit + + +2002-03-25 Hartmut Holzgraefe + + * ext/mime_magic/TODO: initial checkin + 2002-03-24 Zak Greant * ext/mysql/php_mysql.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 08c626c7fd..6e56e53113 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-03-25 Derick Rethans + + * zend_compile.c: - MFZE1 + 2002-03-23 Andi Gutmans * zend_ts_hash.c