]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 24 Jul 2002 00:18:45 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Wed, 24 Jul 2002 00:18:45 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 40e50cec043d2d2fc6c38bf2f46aa5dbf21f0e01..552f417bb9cdc629a0bad1b7af43d19a03054db3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2002-07-23  Jim Winstead  <jimw@pb1.pair.com>
+
+    * ext/standard/credits.c:
+    restore shane to list of members of php group (got lost somewhere along the way)
+
+2002-07-23  holger  <holger@pb1.pair.com>
+
+    * sapi/pi3web/pi3web_sapi.c:
+    Removed some outdated lines from init_request_info().
+
+2002-07-23  Sascha Schumann  <sas@pb1.pair.com>
+
+    * configure.in
+      main/php_version.h: Working on 4.2.3 now
+
+    * .cvsignore: Add autom4te.cache
+
+    * ext/dbx/dbx.c: MFH remove \r
+
+    * ext/dbx/dbx.c: Remove \r
+
+2002-07-23  edink  <edink@pb1.pair.com>
+
+    * ext/pcre/config.m4: MFB (patch by Troels Arvin <troels@arvin.dk>).
+    Added pcre include path to global list of includes in order to allow
+    use of external pcre libs.
+
+    * ext/pcre/config.m4:
+    Allow pcre.h to be in $PREFIX/include/pcre since this is the case
+    with some Linux distributions (patch by Troels Arvin <troels@arvin.dk>).
+
+2002-07-23  sniper  <sniper@pb1.pair.com>
+
+    * configure.in: Fix bug: #18308. (uname -a sometimes has extra linefeeds)
+
+    * configure.in:
+    This should fix those solaris+gcc bugs when --enable-libgcc is not used
+
+    * ext/gd/config.m4:
+    Fix bug: #18479. Better error message what was not found.
+
+    * NEWS: <insert funny comment here>
+
 2002-07-22  jan  <jan@pb1.pair.com>
 
     * ext/standard/datetime.c:
index fb0f27af31c29a61dae1a3f98b3bd4105746af1c..3aac322dbcfa7fb73d48d8e47ba74df2b96b03c5 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-23  Andi Gutmans  <andi@pb1.pair.com>
+
+    * zend_hash.c: - Fix WS.
+
 2002-07-21  Andi Gutmans  <andi@pb1.pair.com>
 
     * zend_compile.c: