summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-21 02:09:07 +0000
committer <changelog@php.net>2000-12-21 02:09:07 +0000
commit30cb5f32f6bdfeeb4910925e379ac4252b112264 (patch)
treef0e6ae3573e1eaa15183f5b81620e1e5dffee2ae
parent765b8435cb9c35d24988eabc537045f22d2df1c8 (diff)
downloadphp-git-30cb5f32f6bdfeeb4910925e379ac4252b112264.tar.gz
ChangeLog update
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37d037cccf..7b4e9417aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2000-12-20 Chuck Hagenbuch <chuck@horde.org>
+
+ * pear/Makefile.in: install the Math/* files.
+
+2000-12-20 Sascha Schumann <sascha@schumann.cx>
+
+ * build/genif.sh
+ ext/oci8/config.m4
+ ext/odbc/config.m4
+ ext/oracle/config.m4
+ sapi/cgi/config.m4
+ acinclude.m4
+ configure.in
+ genif.sh: Stop automatically passing vars to AC_SUBST through PHP_SUBST.
+
+ There are some variables which are needed for Makefiles and files
+ created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.
+
+ genif.sh was moved to an appropiate place.
+
+ * build/print_include.awk
+ configure.in
+ genif.sh:
+ Speed up the genif.sh script a little bit. Whereas it took three seconds
+ previously, it takes now about 100ms on a P233.
+
+2000-12-20 Andi Gutmans <andi@zend.com>
+
+ * ext/standard/fsock.c:
+ - Use memcmp() instead of ugly char-by-char compare
+
+2000-12-20 Zak Greant <zak@nucleus.com>
+
+ * ext/standard/basic_functions.c: Removed unused variable from is_scalar
+
+2000-12-20 Jani Taskinen <sniper@iki.fi>
+
+ * NEWS: Note about fix under correct version.
+
+2000-12-20 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/ctype/ctype.c
+ ext/ctype/php_ctype.h
+ ext/ctype/tests/001.phpt
+ ext/ctype/tests/002.phpt: merge in function name changes
+
2000-12-19 Zeev Suraski <zeev@zend.com>
* ext/standard/credits.c