Skip to content

Commit e03bd99

Browse files
author
committed
ChangeLog update
1 parent e232b21 commit e03bd99

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

ChangeLog

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
2002-10-20 Sean Bright <elixer@erols.com>
2+
3+
* README.SELF-CONTAINED-EXTENSIONS: Fix some verbage.
4+
5+
2002-10-20 Jani Taskinen <sniper@iki.fi>
6+
7+
* NEWS: Try keep those most important entries as first..
8+
9+
2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
10+
11+
* main/memory_streams.c: style fix
12+
13+
2002-10-20 Ilia Alshanetsky <ilia@prohost.org>
14+
15+
* main/streams.c: Fixed incorrect handling of files starting with a .
16+
17+
2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
18+
19+
* ext/mbstring/php_mbregex.c:
20+
Changed mb_regex_set_options() more informative
21+
22+
2002-10-20 Wez Furlong <wez.php@thebrainroom.net>
23+
24+
* configure.in: Add the actual ftok check for Derick :-)
25+
26+
2002-10-20 Derick Rethans <d.rethans@jdimedia.nl>
27+
28+
* ext/standard/basic_functions.c
29+
ext/standard/ftok.c
30+
ext/standard/php_ftok.h: - Only include ftok() if it is available
31+
32+
* ext/standard/ftok.c
33+
ext/standard/php_ftok.h
34+
ext/standard/basic_functions.c:
35+
- Remove #ifdefs around ftok function so that it is also available when
36+
none of the IPC extensions are enabled.
37+
38+
2002-10-20 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
39+
40+
* ext/mbstring/mbstring.c: ZTS fixes
41+
42+
2002-10-20 Masaki Fujimoto <fujimoto@studio.co.jp>
43+
44+
* main/main.c
45+
ext/mbstring/mbfilter.c
46+
ext/mbstring/mbstring.c
47+
ext/mbstring/mbstring.h:
48+
fixed highlight related bugs (in case shift_jis input/output filters are enabled)
49+
50+
2002-10-20 Maxim Maletsky <maxim@maxim.cx>
51+
52+
* ext/oci8/oci8.c: fixed proto: OCIExecute() returns boolean, not integer
53+
154
2002-10-19 Derick Rethans <d.rethans@jdimedia.nl>
255

356
* ext/standard/tests/strings/implode.phpt:

Zend/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2002-10-20 Stanislav Malyshev <stas@zend.com>
2+
3+
* zend_object_handlers.c: looks like this message should go
4+
5+
* zend_compile.c: Fix private handling
6+
7+
2002-10-20 Sebastian Bergmann <sb@sebastian-bergmann.de>
8+
9+
* zend_highlight.c
10+
zend_highlight.h: Sync zend_html_puts parameter list with Zend Engine 1.
11+
112
2002-10-19 Andi Gutmans <andi@zend.com>
213

314
* zend_compile.h: - Fix compile warning.

0 commit comments

Comments
 (0)