summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2000-10-31 02:09:10 +0000
committer <changelog@php.net>2000-10-31 02:09:10 +0000
commitdc3f6eaf2951298b687cfa4a966c5e63cdbbda0a (patch)
tree035ea4b66d384cb2b82a0cd2453db9b99a2e0b32 /ChangeLog
parent1b34b0bd89dd5552095ae47ee7875c5a059f30d5 (diff)
downloadphp-git-dc3f6eaf2951298b687cfa4a966c5e63cdbbda0a.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 575d5fbe4b..675ceaad16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2000-10-30 Zeev Suraski <zeev@zend.com>
+
+ * ext/standard/basic_functions.c
+ ext/standard/browscap.c
+ main/Makefile.in
+ main/configuration-parser.y
+ main/configuration-scanner.l
+ main/php_ini.c
+ main/php_ini.h
+ main/php_main.h
+ win32/php4.dsp
+ win32/php4.dsw
+ win32/php4dll.dsp
+ win32/php4dllts.dsp:
+ - Complete the move to the new INI parser. (Side effect: at last, people
+ can finally have spaces and tabs in their extension statements...)
+
+2000-10-30 Sascha Schumann <sascha@schumann.cx>
+
+ * pear/pear.m4:
+ PATH is not optional (we print that message, because php-config isn't in the
+ PATH).
+
+2000-10-30 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/odbc/php_odbc.h: - Added the two constants mentioned in bug #6097
+
+2000-10-30 Stanislav Malyshev <stas@zend.com>
+
+ * ext/sysvshm/sysvshm.c: Update to use reference-serializer too
+
+ * ext/sysvshm/sysvshm.c
+ ext/session/session.c
+ ext/standard/php_var.h
+ ext/standard/var.c: Add support for serializing references.
+
+ * ext/standard/scanf.c: Fix crash in sscanf in error handler (#7533)
+
+ * ext/calendar/cal_unix.c: Don't try to work with negative timestamps
+
+ * main/rfc1867.c: Remove empty temp file on failed upload
+
+2000-10-30 Sascha Schumann <sascha@schumann.cx>
+
+ * dynlib.m4:
+ LTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk,
+ so we force inclusion of that file before we use LTLIBRARY_DEPENDENCIES
+ in a rule.
+
+2000-10-30 Stanislav Malyshev <stas@zend.com>
+
+ * ext/standard/pack.c: Make "H*" work
+
+2000-10-30 Sascha Schumann <sascha@schumann.cx>
+
+ * sapi/aolserver/config.m4: Remove --with-aolserver-src directive.
+
+ AOLserver 3.1 and up install the include directory as per suggestion.
+
+2000-10-30 Chris Vandomelen <chrisv@b0rked.dhs.org>
+
+ * ext/sockets/sockets.c:
+ Removed INI entry for read() function, made changes to read() so it will
+ take 4th parameter specifying whether to use the read() wrapper or the
+ system read() function, and modified the wrapper() so that it worked (mostly)
+ properly once again.
+
2000-10-29 Zeev Suraski <zeev@zend.com>
* NEWS