can you stop sending this e-mail as the person you send it to is no longer
here.







-----Original Message-----
From: changelog [mailto:[EMAIL PROTECTED]]
Sent: 21 February 2001 02:09
To: [EMAIL PROTECTED]
Subject: [PHP-CVS-DAILY] cvs: php4 / ChangeLog


changelog               Tue Feb 20 18:09:18 2001 EDT

  Modified files:
    /php4       ChangeLog
  Log:
  ChangeLog update

Index: php4/ChangeLog
diff -u php4/ChangeLog:1.624 php4/ChangeLog:1.625
--- php4/ChangeLog:1.624        Mon Feb 19 18:09:11 2001
+++ php4/ChangeLog      Tue Feb 20 18:09:17 2001
@@ -1,3 +1,186 @@
+2001-02-20  Emiliano Heyns  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * pear/DB.php:
+    * allow empty passwords in dsn (for example "mysql://user:@database")
+
+2001-02-20  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * ext/com/COM.c: Fix Win32 build
+
+2001-02-20  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/satellite/typemanager.c:
+    Patch for inherited interfaces by Daniel Stodden <[EMAIL PROTECTED]>
+
+2001-02-20  Daniel Beulshausen  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/pgsql.c: added missing ELS_FETCH()
+
+    * ext/iconv/iconv.dsp: define HAVE_LIBICONV
+
+2001-02-20  David Eriksson  <[EMAIL PROTECTED]>
+
+    * ext/satellite/object.c: Stop leaking ParameterType data
+
+2001-02-20  Daniel Beulshausen  <[EMAIL PROTECTED]>
+
+    * win32/php_modules.dsw
+      ext/swf/swf.dsp: no swf under win32
+
+2001-02-20  David Eriksson  <[EMAIL PROTECTED]>
+
+    * ext/satellite/config.m4: Corrected typo in config.m4
+
+2001-02-20  Daniel Beulshausen  <[EMAIL PROTECTED]>
+
+    * ext/zlib/zlib.dsp:
+    changed zlibstat.lib -> zlib.lib, which is the correct name
+
+2001-02-20  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h: Rename to array_search().
+
+2001-02-20  Adam Dickmeiss  <[EMAIL PROTECTED]>
+
+    * ext/yaz/php_yaz.c: Yet another bug fix regarding present.
+
+2001-02-20  Emiliano Heyns  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/midgard/oop.c
+      ext/midgard/sitegroup.c: a few fixes on function mis-behavior.
+
+2001-02-20  Jason Greene  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * win32/php4dllts.dsp: Restore COM.c
+
+2001-02-20  Chuck Hagenbuch  <[EMAIL PROTECTED]>
+
+    * pear/Mail/RFC822.php: use -1 to specify no limit on number of
matches.
+
 2001-02-19  Derick Rethans  <[EMAIL PROTECTED]>

     * ext/standard/rand.c:





-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to