From: Date: Sun, 14 Jul 2002 00:17:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9710231fa32013c9e2c6373699a0af1b32df110;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a42b39d2c4..09e516e486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2002-07-13 sander + + * ext/standard/fsock.c: Fixed win32 build + +2002-07-13 sniper + + * ext/iconv/iconv.c: Kill compiler warning + + * ext/iconv/tests/eucjp2utf8.phpt + ext/iconv/tests/translit.phpt: Fix SKIPs for these tests. + + * ext/standard/fsock.c: nuke unused variable warning + + * ext/domxml/php_domxml.c: Fixed some unused variable warnings + + * ext/yaz/php_yaz.c: Nuke unused variable + + * ext/snmp/snmp.c: Kill compile warning + + * ext/gd/config.m4: Really fix it this time.. + + * ext/standard/file.c: Fixed bug: #16638. + + * sapi/cli/php_cli.c: + Needed this to be able to test safe-mode stuff on cmd-line + + * ext/standard/php_string.h + ext/standard/string.c: + - Made the trim functions use same base function. (less code :) + - Renamed php_trim2 -> php_trim (not used anyplace else, yet) + - Made php_trim abit more usable for external use. (not necessary to use + zvals with it anymore) + + * ext/gd/config.m4: + Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. + + +2002-07-13 yohgaki + + * ext/iconv/tests/eucjp2iso2022jp.phpt + ext/iconv/tests/eucjp2utf8.phpt: + Fixed tests. Patch by Yoshimori Koizumi + +2002-07-13 sniper + + * main/safe_mode.c: + Fix bug: #18285, php_checkuid() mangled the passed path. + + * main/SAPI.c: + - Fixed bug: #18268. If pcre is build as shared extension, we can't use + php_pcre_replace() here. + - Cleaned up a bit. + 2002-07-12 Jani Taskinen * ext/mysql/php_mysql.c: Partially reverted the netware related commit.