From: Date: Thu, 25 Apr 2002 00:49:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da643f3fea09c0ffa25d64ca7b32238686bbad53;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 20a267fc88..2dcb3fb7ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,120 @@ +2002-04-24 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: Remove result_type from pg_fetch_object() proto. + It still accepts 3rd argument, but passing 3rd argument + does not make sense for pg_fetch_object(). + + * ext/pgsql/pgsql.c: + It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_object() + Noticed by c@cornelia-boenigk.de + +2002-04-24 Dan Kalowsky + + * ext/odbc/php_odbc.c: + clearing up some code to remove any possible confusion in variable counts + +2002-04-24 Jani Taskinen + + * ext/mysql/config.m4: MFH + + * ext/mysql/config.m4: - Fixed a typo.. + +2002-04-24 Stanislav Malyshev + + * main/output.c: MFH + + * main/output.c: + Init output_start_* to avoid "output started at ZZZZZ" messages + (which may result when output started while zend is neither compiling nor + executing - e.g., when file upload fails). + +2002-04-24 Andrei Zmievski + + * NEWS: *** empty log message *** + +2002-04-24 Jani Taskinen + + * ext/imap/php_imap.c: MFH + + * ext/imap/php_imap.c: + - Do the ssl_onceonlyinit() as last. This is how c-client creates + the linkage.c (used by Pine). + +2002-04-24 Andrei Zmievski + + * ext/standard/array.c: MFH. + +2002-04-24 Jani Taskinen + + * ext/imap/.cvsignore: - Missing .libs line.. + +2002-04-24 Andrei Zmievski + + * ext/standard/array.c: Fix Bug #14795. + + * ext/standard/array.c: + Fix unwanted type conversion in array_merge_recursive (Bug #14990). + +2002-04-24 Jani Taskinen + + * ext/recode/config.m4 + ext/recode/php_recode.h + ext/recode/recode.c: One big mess is a bit less mess now. + +2002-04-24 Yasuo Ohgaki + + * ext/mbstring/mbstring.c: + Fixed typo. Compiler compiled with this typo somehow. + +2002-04-24 Uwe Steinmann + + * NEWS: - Put news item about changes of domxml in + +2002-04-24 Derick Rethans + + * NEWS: Merge fixes + + * NEWS: - Layout and release date + +2002-04-24 Yasuo Ohgaki + + * NEWS: Added NEWS for recent multibyte related fixes. + +2002-04-24 Jani Taskinen + + * ext/domxml/php_domxml.c: Fix ZTS build. + + * NEWS: Added the 4.2.1 entries here too. + + * NEWS: Forgot this one.. + + * NEWS: Added entry for the SID fix. + + * sapi/apache/mod_php4.c: This was not supposed to be committed.. + + * php.ini-recommended + sapi/apache/mod_php4.c: MFH + + * php.ini-recommended: fixed the comment.. + +2002-04-24 Aaron Bannert + + * sapi/apache2filter/sapi_apache2.c: + Apache does a full load, unload, load cycle for each DSO module. + This patch makes sure that any startup actions that are performed + for PHP don't happen until the second load (the second call to + the post_config hook), and it also prevents subsequent calls + to the initialization routines. + + Suggested By: Cliff Woolley + + PR: 16475, 16754 + +2002-04-24 Stig Bakken + + * pear/PEAR/Registry.php: + * add "_lastmodified" timestamp to registry files (don't trust filemtime) + 2002-04-23 Jani Taskinen * ext/java/Makefile.in: Make sure the extension will be named java.so diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0f1da00416..88cd2f358e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 Harald Radi + + * zend_API.c: MFZE1 saschas 'Avoid exceeding buffer limits' patch + 2002-04-23 Harald Radi * zend_hash.c