From: Date: Sat, 27 Apr 2002 00:35:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08b407913887956ef8a82a5a6f94bc4e38b06dcc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4697786da6..8dbd5c9d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2002-04-26 Yasuo Ohgaki + + * ext/standard/filestat.c + ext/standard/php_filestat.h + ext/standard/basic_functions.c: Fixed bug #16861. + touch sets wrong atime or mtime when they are not specified. + touch silently failed when HAVE_UTIME is not defined. + (This needs more consideration. Which platform does not support it?) + +2002-04-26 Jani Taskinen + + * NEWS: - News entry about the change in php.ini-* + + + * php.ini-dist + php.ini-recommended: + Default setting for short_open_tag is better be Off. + +2002-04-26 Sascha Schumann + + * ext/session/session.c: three less strlen invocations + + * sapi/apache2filter/config.m4 + sapi/apache/config.m4: be a bit more verbose about what is wrong + +2002-04-26 Harald Radi + + * ext/com/com.h: + this patch should fix a bug where intermediate comvals were not + released before they were freed. this caused outproc com server + to belive that they still referenced even when the php process + already terminated. + +2002-04-26 Dan Kalowsky + + * ext/odbc/php_odbc.c: + bug fix for bug #15758, a double free'ing of an ODBC connection + +2002-04-26 Sascha Schumann + + * sapi/apache/libphp4.module.in: Fix external builds + + * configure.in: reuse known values + + * ext/mbstring/mbstring.h + ext/mbstring/php_mbregex.c: Improve use of module_globals macros + +2002-04-26 Jani Taskinen + + * sapi/apache2filter/config.m4 + sapi/apache/config.m4: + MFH: fix bug: #16791 (more reliable version check) + + * sapi/apache2filter/config.m4 + sapi/apache/config.m4: - Fix for bug: #16791. (more reliable test) + +2002-04-26 Tomas V.V.Cox + + * pear/DB/pgsql.php: E_ALL fix when DSN is given as an array + 2002-04-25 jim winstead * ext/standard/url_scanner_ex.c: update generated file