summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-10-21 00:34:56 +0000
committer <changelog@php.net>2002-10-21 00:34:56 +0000
commite03bd99ef002d8f7196423ed48c7423fbe4e162b (patch)
treefe05ab10fc553a0618eb6550aa419018b72d6446 /ChangeLog
parente232b212ba955157daa9ac485352f05a38c5533d (diff)
downloadphp-git-e03bd99ef002d8f7196423ed48c7423fbe4e162b.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ecbba4e4b..c188045dc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2002-10-20 Sean Bright <elixer@erols.com>
+
+ * README.SELF-CONTAINED-EXTENSIONS: Fix some verbage.
+
+2002-10-20 Jani Taskinen <sniper@iki.fi>
+
+ * NEWS: Try keep those most important entries as first..
+
+2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * main/memory_streams.c: style fix
+
+2002-10-20 Ilia Alshanetsky <ilia@prohost.org>
+
+ * main/streams.c: Fixed incorrect handling of files starting with a .
+
+2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/mbstring/php_mbregex.c:
+ Changed mb_regex_set_options() more informative
+
+2002-10-20 Wez Furlong <wez.php@thebrainroom.net>
+
+ * configure.in: Add the actual ftok check for Derick :-)
+
+2002-10-20 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/standard/basic_functions.c
+ ext/standard/ftok.c
+ ext/standard/php_ftok.h: - Only include ftok() if it is available
+
+ * ext/standard/ftok.c
+ ext/standard/php_ftok.h
+ ext/standard/basic_functions.c:
+ - Remove #ifdefs around ftok function so that it is also available when
+ none of the IPC extensions are enabled.
+
+2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/mbstring/mbstring.c: ZTS fixes
+
+2002-10-20 Masaki Fujimoto <fujimoto@studio.co.jp>
+
+ * main/main.c
+ ext/mbstring/mbfilter.c
+ ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ fixed highlight related bugs (in case shift_jis input/output filters are enabled)
+
+2002-10-20 Maxim Maletsky <maxim@maxim.cx>
+
+ * ext/oci8/oci8.c: fixed proto: OCIExecute() returns boolean, not integer
+
2002-10-19 Derick Rethans <d.rethans@jdimedia.nl>
* ext/standard/tests/strings/implode.phpt: