Skip to content

Commit e8f4e46

Browse files
author
committed
ChangeLog update
1 parent afedca1 commit e8f4e46

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

ChangeLog

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
2001-08-12 Zeev Suraski <zeev@zend.com>
2+
3+
* php.ini-recommended: Enable output buffering in the php.ini-recommended
4+
5+
* configure.in
6+
ext/standard/filestat.c:
7+
Compile fix for oldie Linux systems (possibly others too)
8+
9+
2001-08-12 Sebastian Bergmann <sb@sebastian-bergmann.de>
10+
11+
* ext/xml/xml.c: Fix warning.
12+
13+
2001-08-12 Thies C. Arntzen <thies@thieso.net>
14+
15+
* ext/xml/tests/007.phpt
16+
ext/xml/xml.c: tags need to be UTF8-decoded as well.
17+
18+
guys, case_folding can only work when the parser target encoding equal (or
19+
compatible) with the locale setting of the system as we use toupper to "do it"
20+
21+
2001-08-12 Sebastian Bergmann <sb@sebastian-bergmann.de>
22+
23+
* pear/Cache/Container/shm.php: Even more whitespace fixes.
24+
25+
* pear/Cache/Container/shm.php: Whitespace fixes.
26+
27+
2001-08-12 Ulf Wendel <ulf.wendel@phpdoc.de>
28+
29+
* pear/Cache/Container/shm.php:
30+
Simple and slow implementation of a shared memory container.
31+
32+
2001-08-12 David Eriksson <david@2good.com>
33+
34+
* ext/satellite/struct.c
35+
ext/satellite/zval_to_namedvalue.c
36+
ext/satellite/class.c
37+
ext/satellite/object.c: adjusted Satellite for Zend 2
38+
39+
* ext/satellite/tests/004.phpt: changed IOR values
40+
41+
* ext/satellite/tests/001.phpt
42+
ext/satellite/tests/002.phpt
43+
ext/satellite/tests/003.phpt
44+
ext/satellite/tests/004.phpt
45+
ext/satellite/tests/005.phpt
46+
ext/satellite/tests/random.idl: wrote some tests for satellite
47+
48+
2001-08-12 Andi Gutmans <andi@zend.com>
49+
50+
* ext/com/com.h
51+
ext/com/conversion.c: - Make com work with new object model
52+
53+
2001-08-12 Andrei Zmievski <andrei@ispi.net>
54+
55+
* ext/skeleton/create_stubs: Save spec_opt for each function.
56+
57+
* ext/skeleton/create_stubs: Fix it up a bit.
58+
59+
2001-08-12 Rasmus Lerdorf <rasmus@php.net>
60+
61+
* ext/skeleton/create_stubs: Oops, missing () there
62+
163
2001-08-11 Zeev Suraski <zeev@zend.com>
264

365
* php.ini-recommended

0 commit comments

Comments
 (0)