From 5800ae1db2fb978e8e881448bb8ef10838098e5f Mon Sep 17 00:00:00 2001 From: Date: Fri, 6 Sep 2002 00:36:15 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 4 ++ 2 files changed, 107 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6efebc56f..a247218123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2002-09-05 Zeev Suraski + + * main/php_version.h + NEWS + configure.in: Go with 4.2.3 (will be posted tomorrow) + +2002-09-05 Joseph Tate + + * win32/.cvsignore: +2002-09-05 Dan Kalowsky + + * ext/standard/string.c: silence a windows build warning + +2002-09-05 Jani Taskinen + + * ext/standard/filestat.c: Remove unnecessarily commented code. + + * ext/standard/dl.c: Remove unnecessary commented code. + + * ext/gd/config.m4: + Using --with-zlib-dir should work now with phpized builds too. + +2002-09-05 Derick Rethans + + * ext/standard/filestat.c: - Unbreak build + + * ext/standard/filestat.c: - Tabs for indentation + + * ext/standard/dl.c: - Please use tabs for indentation + +2002-09-05 Anantha Kesari H Y + + * main/php_streams.h + ext/standard/dl.c + ext/standard/dns.c + ext/standard/file.c + ext/standard/filestat.c + ext/standard/flock_compat.c + ext/standard/fsock.c + ext/standard/fsock.h + ext/standard/ftp_fopen_wrapper.c + ext/standard/head.c + ext/standard/http_fopen_wrapper.c: + NetWare related additions/modifications + +2002-09-05 Ilia Alshanetsky + + * ext/standard/string.c: + Fixed a buffer overflow that occurs when wordwrap is unable to calculate + the correct number of times the multi-byte break needs to be inserted into + the string. + +2002-09-05 Edin Kadribasic + + * win32/php4dllts.dsp: + Added UTF-8 support to pcre on windows as suggested by Wez Furlong. + +2002-09-05 Anantha Kesari H Y + + * ext/standard/datetime.c + ext/standard/basic_functions.c + ext/snmp/snmp.c + ext/pcre/pcrelib/internal.h: NetWare related additions/modifications + + * netware/start.c: File used by extensions like LDAP, MySQL etc. + +2002-09-05 Derick Rethans + + * ext/standard/string.c: - php_error -> php_error_docref + - corrected proto of implode() (to match the docs) + +2002-09-05 Anantha Kesari H Y + + * ext/ldap/ldap.mak: NetWare makefile for LDAP Extension + + * ext/ldap/ldap.c: NetWare related additions/modifications + +2002-09-05 Hartmut Holzgraefe + + * ext/standard/string.c: in stristr: + this check was in the wrong place, the real version was some lines + below, this one assumed the type was 'string' in any case + now it looks like strstr + +2002-09-05 Anantha Kesari H Y + + * ext/ftp/ftp.c + ext/ftp/php_ftp.c: + NetWare related additions/modifications into FTP files + + * netware/setbuild.bat + netware/php-nw.bat: + Batch file to set build type (Release/Debug) and Apache version to be built + +2002-09-05 Jani Taskinen + + * ext/gd/config.m4: + This _should_ fix those builds where gd.h might be in many places in + the system. Not guaranteed, but now the path for the found gd.h is always + first in the includes. + + * ext/gd/gd.c: Fix build with GD < 2.0.x + 2002-09-04 Yasuo Ohgaki * ext/pgsql/pgsql.c: php_error -> php_error_docref diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3b97dc132f..9e05547d74 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-09-05 Stanislav Malyshev + + * zend_compile.c: quick-n-dirty inheritance support for __handlers + 2002-09-04 Sebastian Bergmann * ZEND_CHANGES: Whitespace fixes. -- 2.40.0