]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 11 Jun 2002 00:36:16 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Tue, 11 Jun 2002 00:36:16 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index fab8e05741bc760eb862a4cbc2372810627498ba..0e77f44fb8514b97da161e410d0b092d5c946610 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/pcre/php_pcre.c: - Typo.
+
+2002-06-10  Stig Bakken  <ssb@fast.no>
+
+    * ext/mysql/config.m4: Add --with-mysql-sock option (James Cox)
+
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * win32/php4dllts.dsp: - Revert zlib.lib patch.
+
+2002-06-10  Harald Radi  <harald.radi@nme.at>
+
+    * ext/rpc/handler.h
+      ext/rpc/php_rpc.h
+      ext/rpc/rpc.c
+      ext/rpc/rpc.h: pooling and singleton finally work
+
+    * ext/rpc/tests/test1.php
+      ext/rpc/tests/test2.php
+      ext/rpc/tests/test3.php
+      ext/rpc/tests/test4.php
+      ext/rpc/tests/tests.php: new testcases
+
+2002-06-10  Frank M. Kromann  <frank@kromann.info>
+
+    * php.ini-dist
+      php.ini-recommended
+      ext/mssql/php_mssql.h
+      ext/mssql/php_mssql.c: Adding ini setting for max_procs
+
+2002-06-10  Harald Radi  <harald.radi@nme.at>
+
+    * win32/php4dllts.dsp: mysql need zlib.lib now
+
+
+2002-06-10  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/php_mnogo.c:
+2002-06-10  Jan Lehnardt  <jan@dasmoped.net>
+
+    * ext/standard/array.c:  - MFH (WS-fix)
+
+    * ext/standard/array.c:  - whitespace fix
+
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/mysql/libmysql/config-win.h
+      win32/php4dllts.dsp: - Fix win32/mysql.
+    - Revert cryptic WS commit on php4dllts.dsp.
+
+2002-06-10  Joseph Tate  <jtate@mi-corporation.com>
+
+    * ext/domxml/php_domxml.c:
+2002-06-10  Harald Radi  <harald.radi@nme.at>
+
+    * win32/php4dllts.dsp: mysql need zlib.lib now
+
+    * ext/mysql/libmysql/my_wincond.c
+      ext/mysql/libmysql/my_winthread.c: fix the build
+
+
+2002-06-10  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/php_mnogo.c:
+    - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5
+
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/standard/mail.c: - WS fix, damn win32.
+
+2002-06-10  Harald Radi  <harald.radi@nme.at>
+
+    * ext/standard/array.c: fix the build
+
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/standard/file.c: - Fix proto.
+
+2002-06-10  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/php_mnogo.c:
+2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/calendar/easter.c:
+    - Fix easter_(days|date)()s first parameter now really defaults to the current
+      year if ommited (it was document but didn't work).
+
+2002-06-10  Andrei Zmievski  <andrei@php.net>
+
+    * ext/standard/array.c
+      NEWS:
+    Fix bug #7045: shuffle() now provides consistent distribution of values
+    in the array.
+
 2002-06-09  Tomas V.V.Cox  <cox@idecnet.com>
 
     * pear/Makefile.frag: Commented out old unused stuff
index 1b0d23d221e0861e4d676cff48c47e3255c6dbbd..85cd1be07c5dfe5bedc028444e8c69140079c265 100644 (file)
@@ -1,3 +1,12 @@
+2002-06-10  Harald Radi  <harald.radi@nme.at>
+
+    * zend_ts_hash.h
+      zend_ts_hash.c: added TS_HASH macro
+
+2002-06-10  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c: Fix leak
+
 2002-06-09  Harald Radi  <harald.radi@nme.at>
 
     * zend_API.h