summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog43
-rw-r--r--Zend/ChangeLog4
2 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40e50cec04..552f417bb9 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index fb0f27af31..3aac322dbc 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: