Skip to content

Commit 459cff5

Browse files
author
committed
ChangeLog update
1 parent 90aa90b commit 459cff5

File tree

1 file changed

+206
-0
lines changed

1 file changed

+206
-0
lines changed

ChangeLog

Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,209 @@
1+
2001-08-11 Zeev Suraski <zeev@zend.com>
2+
3+
* php.ini-recommended
4+
php.ini-dist: - Update php.ini-dist
5+
- Sync php.ini-recommended with php.ini-dist
6+
7+
* main/main.c
8+
main/output.c
9+
main/php_globals.h:
10+
Make it possible to enable chunked output buffering without providing
11+
an output handling function
12+
13+
2001-08-11 Joey Smith <joey@joeysmith.com>
14+
15+
* ext/domxml/php_domxml.c: Let domxml compile with ZendEngine2.
16+
17+
2001-08-11 Zeev Suraski <zeev@zend.com>
18+
19+
* scripts/credits: Whitespace
20+
21+
2001-08-11 Andi Gutmans <andi@zend.com>
22+
23+
* ext/odbc/php_odbc.c: - Make odbc_fetch_object() work with Engine 2
24+
25+
* ext/mysql/php_mysql.c: - Make mysql_fetch_object() work w/ Engine 2
26+
27+
2001-08-11 Sebastian Bergmann <sb@sebastian-bergmann.de>
28+
29+
* pear/Cache/Function.php: Fugbix typo.
30+
31+
2001-08-11 Zeev Suraski <zeev@zend.com>
32+
33+
* ext/standard/exec.c
34+
ext/standard/file.c
35+
ext/standard/filestat.c
36+
ext/standard/flock_compat.h
37+
ext/standard/formatted_print.c
38+
ext/standard/fsock.c
39+
ext/standard/ftp_fopen_wrapper.c
40+
ext/standard/head.c
41+
ext/standard/html.c
42+
ext/standard/image.c
43+
ext/standard/info.c
44+
ext/standard/iptc.c
45+
ext/standard/lcg.c
46+
ext/standard/levenshtein.c
47+
ext/standard/link.c
48+
ext/standard/math.c
49+
ext/standard/md5.c
50+
ext/standard/pack.c
51+
ext/standard/php_filestat.h
52+
ext/standard/php_smart_str.h
53+
ext/standard/php_string.h
54+
ext/standard/php_var.h
55+
ext/standard/quot_print.c
56+
ext/standard/rand.c
57+
ext/standard/reg.c
58+
ext/standard/scanf.c
59+
ext/standard/scanf.h
60+
ext/standard/string.c
61+
ext/standard/syslog.c
62+
ext/standard/uniqid.c
63+
ext/standard/url.c
64+
ext/standard/url_scanner.h
65+
ext/standard/var.c
66+
ext/standard/array.c
67+
ext/standard/assert.c
68+
ext/standard/base64.c
69+
ext/standard/basic_functions.c
70+
ext/standard/browscap.c
71+
ext/standard/credits_ext.h
72+
ext/standard/credits_sapi.h
73+
ext/standard/crypt.c
74+
ext/standard/datetime.c
75+
ext/standard/dir.c
76+
ext/standard/dl.c
77+
ext/standard/dns.c: Whitespace
78+
79+
2001-08-11 Alan Brown <abrown@pobox.com>
80+
81+
* ext/com/COM.c
82+
ext/com/php_COM.h:
83+
Added support to display argument and EXCEPTINFO in appropriate places.
84+
85+
2001-08-11 Zeev Suraski <zeev@zend.com>
86+
87+
* sapi/isapi/php4isapi.c
88+
ext/mysql/php_mysql.c
89+
ext/java/java.c
90+
ext/ldap/ldap.c
91+
ext/ircg/ircg.c
92+
ext/ingres_ii/ii.c
93+
ext/interbase/interbase.c
94+
ext/informix/php_informix.h
95+
ext/iisfunc/iisfunc.cpp
96+
ext/imap/php_imap.c
97+
ext/iconv/iconv.c
98+
ext/icap/php_icap.c
99+
ext/hyperwave/hw.c
100+
ext/hyperwave/hg_comm.h
101+
ext/hyperwave/hg_comm.c
102+
ext/gd/gdttf.c
103+
ext/gmp/gmp.c
104+
ext/hyperwave/debug.h
105+
ext/ftp/php_ftp.c
106+
ext/gd/gd.c
107+
ext/filepro/filepro.c
108+
ext/fribidi/fribidi.c
109+
ext/ftp/ftp.c
110+
ext/exif/exif.c
111+
ext/fbsql/php_fbsql.c
112+
ext/fdf/fdf.c
113+
ext/domxml/php_domxml.c
114+
ext/dotnet/dotnet.cpp
115+
ext/dbase/dbase.c
116+
ext/dbplus/dbplus.c
117+
ext/dbplus/php_dbplus.c
118+
ext/dbx/dbx_pgsql.c
119+
ext/dba/dba.c
120+
ext/db/db.c
121+
ext/ctype/ctype.c
122+
ext/cybercash/cybercash.c
123+
ext/cybermut/cybermut.c
124+
ext/com/conversion.c
125+
ext/cpdf/cpdf.c
126+
ext/crack/crack.c
127+
ext/com/COM.c
128+
ext/bcmath/bcmath.c
129+
ext/bcmath/libbcmath/src/bcmath.h
130+
ext/calendar/cal_unix.c
131+
ext/calendar/calendar.c
132+
ext/ccvs/ccvs.c
133+
ext/aspell/aspell.c: Whitespace
134+
135+
2001-08-11 Thomas V.V.Cox <cox@idecnet.com>
136+
137+
* pear/PEAR/Common.php: removed my debug code :)
138+
139+
* pear/PEAR/Common.php: don't show is_file() stat errors
140+
141+
2001-08-11 Zeev Suraski <zeev@zend.com>
142+
143+
* php.ini-recommended: update
144+
145+
* NEWS
146+
php.ini-dist
147+
php.ini-optimized
148+
php.ini-recommended: Start pushing register_globals annihilation
149+
150+
2001-08-11 Thies C. Arntzen <thies@thieso.net>
151+
152+
* ext/sybase/php_sybase_db.c: make sybase compile with engine2
153+
154+
* ext/oci8/oci8.c: beautify
155+
156+
2001-08-11 Jani Taskinen <sniper@iki.fi>
157+
158+
* ext/session/session.c: Added $_SESSION to the $_* family.
159+
160+
2001-08-11 Thies C. Arntzen <thies@thieso.net>
161+
162+
* ext/oci8/oci8.c: use macros for accessing properties in object.
163+
164+
2001-08-11 Sebastian Bergmann <sb@sebastian-bergmann.de>
165+
166+
* pear/Cache/Container.php
167+
pear/Cache/Container/db.php
168+
pear/Cache/Container/dbx.php
169+
pear/Cache/Container/file.php
170+
pear/Cache/Container/phplib.php
171+
pear/Cache/Container/shm.php
172+
pear/DB/storage.php
173+
pear/HTML/Menu.php
174+
pear/Cache.php: 'delete' is a reserved word in Zend Engine 2
175+
176+
* pear/Cache/URL.php:
177+
Remove URL cache. It was ugly and the same can be achieved by using the Function_Cache.
178+
179+
* pear/Cache/Function.php: Fixed PHPDoc comment.
180+
181+
2001-08-11 Andrei Zmievski <andrei@ispi.net>
182+
183+
* ext/ext_skel
184+
ext/skeleton/create_stubs:
185+
Changed ext_skel to use zend_parse_parameters() for argument parsing in
186+
the generated functions. This cuts down on code a lot.
187+
188+
The point before this change was tagged BEFORE_PARAM_PARSING_CHANGE.
189+
190+
2001-08-11 Anil Madhavapeddy <anil@recoil.org>
191+
192+
* php.ini-dist
193+
php.ini-optimized
194+
php.ini-recommended: fix a few typos
195+
196+
2001-08-11 Jani Taskinen <sniper@iki.fi>
197+
198+
* ext/gmp/gmp.c
199+
ext/gmp/php_gmp.h: ZEND macro-rename.
200+
201+
2001-08-11 Zeev Suraski <zeev@zend.com>
202+
203+
* main/php.h
204+
main/php3_compat.h:
205+
Move the macro wrappers from the compatibility header to php.h
206+
1207
2001-08-10 Frank M. Kromann <frank@frontbase.com>
2208

3209
* ext/fbsql/php_fbsql.c: Adding SQL statement to the warning

0 commit comments

Comments
 (0)