1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

ChangeLog update

This commit is contained in:
2001-02-21 02:09:18 +00:00
parent de4833fc8c
commit ed64a52d65
+183
View File
@@ -1,3 +1,186 @@
2001-02-20 Emiliano Heyns <emile@iris-advies.com>
* ext/midgard/midgard.c:
Argh, that's what init_globals does. Sorry, on auto-pilot fixing things
in both midgard-php3 and midgard-php4
* ext/midgard/midgard.c: Initialize globals to NULL at module init
2001-02-20 Stig Bakken <ssb@fast.no>
* pear/DB.php:
* allow empty passwords in dsn (for example "mysql://user:@database")
2001-02-20 Zeev Suraski <zeev@zend.com>
* ext/com/COM.c: Fix Win32 build
2001-02-20 Andrei Zmievski <andrei@ispi.net>
* ext/pcre/config.m4: Enable UTF8 support (incomplete) by default.
* ext/pcre/pcrelib/pcre.h: Include PHP compatibility header file.
* ext/pcre/pcrelib/doc/Tech.Notes
ext/pcre/pcrelib/doc/pcre.3
ext/pcre/pcrelib/doc/pcre.html
ext/pcre/pcrelib/doc/pcre.txt
ext/pcre/pcrelib/doc/pcregrep.1
ext/pcre/pcrelib/doc/pcregrep.html
ext/pcre/pcrelib/doc/pcregrep.txt
ext/pcre/pcrelib/doc/pcreposix.3
ext/pcre/pcrelib/doc/pcreposix.html
ext/pcre/pcrelib/doc/pcreposix.txt
ext/pcre/pcrelib/doc/pcretest.txt
ext/pcre/pcrelib/doc/perltest.txt
ext/pcre/pcrelib/doc/pgrep.1
ext/pcre/pcrelib/doc/pgrep.html
ext/pcre/pcrelib/doc/pgrep.txt
ext/pcre/pcrelib/testdata/testinput1
ext/pcre/pcrelib/testdata/testinput2
ext/pcre/pcrelib/testdata/testinput3
ext/pcre/pcrelib/testdata/testinput4
ext/pcre/pcrelib/testdata/testinput5
ext/pcre/pcrelib/testdata/testinput6
ext/pcre/pcrelib/testdata/testoutput1
ext/pcre/pcrelib/testdata/testoutput2
ext/pcre/pcrelib/testdata/testoutput3
ext/pcre/pcrelib/testdata/testoutput4
ext/pcre/pcrelib/testdata/testoutput5
ext/pcre/pcrelib/testdata/testoutput6
ext/pcre/pcrelib/pcre.h
ext/pcre/pcrelib/pcregrep.c
ext/pcre/pcrelib/pcreposix.c
ext/pcre/pcrelib/pcreposix.h
ext/pcre/pcrelib/pcretest.c
ext/pcre/pcrelib/perltest
ext/pcre/pcrelib/perltest8
ext/pcre/pcrelib/pgrep.c
ext/pcre/pcrelib/COPYING
ext/pcre/pcrelib/ChangeLog
ext/pcre/pcrelib/INSTALL
ext/pcre/pcrelib/LICENCE
ext/pcre/pcrelib/NEWS
ext/pcre/pcrelib/README
ext/pcre/pcrelib/RunTest
ext/pcre/pcrelib/get.c
ext/pcre/pcrelib/internal.h
ext/pcre/pcrelib/pcre.c: Upgrade PCRE to version 3.4.
2001-02-20 Daniel Beulshausen <daniel@php4win.de>
* ext/standard/fsock.c
ext/standard/fsock.h: proper prefix for lookup_hostname
* win32/php_modules.dsw
ext/hyperwave/hyperwave.dsp
ext/hyperwave/php_hyperwave.h
ext/hyperwave/hg_comm.c
ext/hyperwave/hw.c: make hyperwave build under win32
* ext/standard/fsock.h
ext/standard/fsock.c: make socket functions available to the outside
* ext/standard/image.c
ext/gd/php_gd.h
ext/gd/gd.c
ext/gd/gd.dsp: make gd work again under win32
* ext/ldap/ldap.dsp: add configuration which links again libsasl.lib
2001-02-20 Jason Greene <jason@inetgurus.net>
* ext/standard/array.c:
Changed default behavior of array_search to match in_array
(strict was default on, and is now default off)
2001-02-20 David Eriksson <david@2good.com>
* ext/satellite/typemanager.c:
Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>
2001-02-20 Daniel Beulshausen <daniel@php4win.de>
* ext/pgsql/pgsql.c: added missing ELS_FETCH()
* ext/iconv/iconv.dsp: define HAVE_LIBICONV
2001-02-20 David Eriksson <david@2good.com>
* ext/satellite/object.c: Stop leaking ParameterType data
2001-02-20 Daniel Beulshausen <daniel@php4win.de>
* win32/php_modules.dsw
ext/swf/swf.dsp: no swf under win32
2001-02-20 David Eriksson <david@2good.com>
* ext/satellite/config.m4: Corrected typo in config.m4
2001-02-20 Daniel Beulshausen <daniel@php4win.de>
* ext/zlib/zlib.dsp:
changed zlibstat.lib -> zlib.lib, which is the correct name
2001-02-20 Andrei Zmievski <andrei@ispi.net>
* ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/php_array.h: Rename to array_search().
2001-02-20 Adam Dickmeiss <adam@indexdata.dk>
* ext/yaz/php_yaz.c: Yet another bug fix regarding present.
2001-02-20 Emiliano Heyns <emile@iris-advies.com>
* ext/midgard/mgd_access.h
ext/midgard/mgd_preparser.h
ext/midgard/php_midgard.h
ext/midgard/config.m4: Header file moved.
2001-02-20 Sergey Kartashoff <gluke@biosys.net>
* ext/mnogosearch/php_mnogo.c
ext/mnogosearch/test.php:
Phrase search support has been added to mnogosearch extenstion.
Min_word_len and Max_word_len support has been added to mnogosearch
extension. Example updated.
2001-02-20 Emiliano Heyns <emile@iris-advies.com>
* ext/midgard/mail.c
ext/midgard/preparser-parser.y
ext/midgard/preparser.c: header file moved
* ext/midgard/.cvsignore: ignore *.la
* ext/midgard/php_midgard.h
ext/midgard/preparser.c: Header files moved
2001-02-20 David Guerizec <david@guerizec.net>
* ext/midgard/oop.c
ext/midgard/sitegroup.c: a few fixes on function mis-behavior.
2001-02-20 Jason Greene <jason@inetgurus.net>
* ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/php_array.h:
Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)
2001-02-20 Zeev Suraski <zeev@zend.com>
* win32/php4dllts.dsp: Restore COM.c
2001-02-20 Chuck Hagenbuch <chuck@horde.org>
* pear/Mail/RFC822.php: use -1 to specify no limit on number of matches.
2001-02-19 Derick Rethans <d.rethans@jdimedia.nl>
* ext/standard/rand.c: