1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

ChangeLog update

This commit is contained in:
2002-10-21 00:34:56 +00:00
parent e232b212ba
commit e03bd99ef0
2 changed files with 64 additions and 0 deletions
+53
View File
@@ -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:
+11
View File
@@ -1,3 +1,14 @@
2002-10-20 Stanislav Malyshev <stas@zend.com>
* zend_object_handlers.c: looks like this message should go
* zend_compile.c: Fix private handling
2002-10-20 Sebastian Bergmann <sb@sebastian-bergmann.de>
* zend_highlight.c
zend_highlight.h: Sync zend_html_puts parameter list with Zend Engine 1.
2002-10-19 Andi Gutmans <andi@zend.com>
* zend_compile.h: - Fix compile warning.