Skip to content

Commit f0f2836

Browse files
author
committed
ChangeLog update
1 parent 3b0d28b commit f0f2836

File tree

2 files changed

+269
-0
lines changed

2 files changed

+269
-0
lines changed

ChangeLog

Lines changed: 257 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,260 @@
1+
2008-07-31 Scott MacVicar <[email protected]>
2+
3+
* (PHP_5_3)
4+
ext/pdo_sqlite/config.m4:
5+
Still need defines so that sqlite3.h will match the lib that sqlite3 uses
6+
7+
2008-07-31 Johannes Schlüter <[email protected]>
8+
9+
* (PHP_5_3)
10+
ext/pdo_sqlite/libsqlite/.cvsignore:
11+
remove that file, too
12+
13+
2008-07-31 Scott MacVicar <[email protected]>
14+
15+
* (PHP_5_3)
16+
ext/pdo_sqlite/libsqlite/sqlite3.c
17+
ext/pdo_sqlite/libsqlite/sqlite3.h
18+
ext/pdo_sqlite/libsqlite/sqlite3ext.h:
19+
Bundled pdo_sqlite files are no longer required
20+
21+
* (PHP_5_3)
22+
ext/pdo_sqlite/config.m4
23+
ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt:
24+
Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets
25+
fts!)
26+
Fix test after class rename
27+
28+
2008-07-31 Pierre-Alain Joye <[email protected]>
29+
30+
* win32/build/config.w32:
31+
- new usual suspects
32+
33+
2008-07-31 Hannes Magnusson <[email protected]>
34+
35+
* ext/sqlite3/config.m4:
36+
MFB5.3: "without" and "do not include"
37+
38+
2008-07-31 Scott MacVicar <[email protected]>
39+
40+
* (PHP_5_3)
41+
ext/sqlite3/sqlite3.c:
42+
Class rename to match Coding Standards
43+
44+
2008-07-31 Hannes Magnusson <[email protected]>
45+
46+
* (PHP_5_3)
47+
ext/sqlite3/config.m4:
48+
Which means do not include.., thanks Jani :)
49+
50+
* (PHP_5_3)
51+
ext/sqlite3/config.m4:
52+
Say without, since its enabled by default
53+
54+
2008-07-31 Scott MacVicar <[email protected]>
55+
56+
* ext/sqlite3/config.m4
57+
ext/sqlite3/php_sqlite3.h:
58+
MFB: Enable by default and fix compile error
59+
60+
* (PHP_5_3)
61+
ext/sqlite3/config.m4
62+
ext/sqlite3/php_sqlite3.h:
63+
Enable by default and fix compile error
64+
65+
2008-07-31 Jani Taskinen <[email protected]>
66+
67+
* (PHP_5_3)
68+
NEWS:
69+
- Fix news
70+
71+
2008-07-31 Johannes Schlüter <[email protected]>
72+
73+
* (PHP_5_3)
74+
NEWS:
75+
- Added a few exts
76+
77+
2008-07-31 Felipe Pena <[email protected]>
78+
79+
* (PHP_5_3)
80+
NEWS:
81+
Typo
82+
83+
2008-07-31 Johannes Schlüter <[email protected]>
84+
85+
* (PHP_5_3)
86+
NEWS:
87+
move 'Improved' stuff together and max 80 char width
88+
89+
2008-07-31 Scott MacVicar <[email protected]>
90+
91+
* (PHP_5_3)
92+
NEWS:
93+
Fix some NEWS entries
94+
95+
2008-07-31 Johannes Schlüter <[email protected]>
96+
97+
* (PHP_5_3)
98+
NEWS:
99+
Update NEWS
100+
101+
* (PHP_5_3)
102+
ext/standard/array.c
103+
ext/standard/basic_functions.c
104+
ext/standard/php_array.h
105+
ext/standard/tests/array_replace.phpt:
106+
MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas)
107+
108+
* ext/standard/tests/array_replace.phpt
109+
ext/standard/tests/array_replace.phpt:
110+
111+
- Add array_replace/array_replace_recursive (Mett Wilmas)
112+
113+
* ext/standard/array.c
114+
ext/standard/basic_functions.c
115+
ext/standard/php_array.h:
116+
- Add array_replace/array_replace_recursive (Mett Wilmas)
117+
118+
2008-07-31 Pierre-Alain Joye <[email protected]>
119+
120+
* ext/ldap/config.w32:
121+
- add detection for newer libs
122+
123+
2008-07-31 Moriyoshi Koizumi <[email protected]>
124+
125+
* (PHP_5_2)
126+
NEWS
127+
ext/mbstring/libmbfl/mbfl/mbfl_convert.c
128+
ext/mbstring/tests/mb_substitute_character.phpt:
129+
- MFH: Fixed bug #44617 (wrong HTML entity output when
130+
substitute_character=entity).
131+
132+
* (PHP_5_3)
133+
ext/mbstring/libmbfl/mbfl/mbfl_convert.c
134+
ext/mbstring/tests/mb_substitute_character.phpt:
135+
- MFH: Fixed bug #44617 (wrong HTML entity output when
136+
substitute_character=entity)
137+
138+
* ext/mbstring/libmbfl/mbfl/mbfl_convert.c
139+
ext/mbstring/tests/mb_substitute_character.phpt:
140+
- Fixed bug #44617 (wrong HTML entity output when
141+
substitute_character=entity)
142+
143+
2008-07-31 Scott MacVicar <[email protected]>
144+
145+
* (PHP_5_3)
146+
ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt:
147+
Fix test
148+
149+
* ext/sqlite3/sqlite3.c:
150+
MFB: Stray RETURN_TRUE value
151+
152+
* (PHP_5_3)
153+
ext/sqlite3/sqlite3.c:
154+
Stray RETURN_TRUE value
155+
156+
2008-07-31 Dmitry Stogov <[email protected]>
157+
158+
* ZendEngine2/zend_compile.c
159+
ZendEngine2/zend_compile.c:
160+
Fixed constant substitution in constant expression context
161+
162+
2008-07-31 Olivier Hill <[email protected]>
163+
164+
* (PHP_5_3)
165+
ext/standard/string.c:
166+
Fix regression issue
167+
168+
2008-07-31 Pierre-Alain Joye <[email protected]>
169+
170+
* ext/fileinfo/config.w32:
171+
- MFB: update config to match config.m4
172+
(still does not build but will be fixed for alpha2)
173+
174+
* (PHP_5_3)
175+
ext/fileinfo/config.w32:
176+
- update config to match config.m4
177+
(still does not build but will be fixed for alpha2)
178+
179+
2008-07-31 Jani Taskinen <[email protected]>
180+
181+
* ext/mbstring/tests/mb_substr_basic.phpt:
182+
- fix test
183+
184+
2008-07-31 Rasmus Lerdorf <[email protected]>
185+
186+
* ext/json/tests/fail001.phpt
187+
ext/json/tests/fail001.phpt
188+
ext/json/tests/fail001.phpt:
189+
Fix test to test higher nesting level
190+
191+
* ext/gd/libgd/gd.c
192+
ext/gd/libgd/gd.c
193+
ext/gd/libgd/gd.c
194+
ext/gd/libgd/gd_png.c
195+
ext/gd/libgd/gd_png.c
196+
ext/gd/libgd/gd_png.c:
197+
Fix for bug #45030
198+
199+
2008-07-31 Dmitry Stogov <[email protected]>
200+
201+
* ZendEngine2/zend_closures.c
202+
ZendEngine2/zend_closures.c
203+
ZendEngine2/tests/closure_015.phpt
204+
ZendEngine2/tests/closure_015.phpt:
205+
Removed Closure::__toString()
206+
207+
2008-07-31 Jani Taskinen <[email protected]>
208+
209+
* (PHP_5_2)
210+
NEWS:
211+
typo
212+
213+
* (PHP_5_2)
214+
NEWS
215+
sapi/isapi/php5isapi.c
216+
sapi/isapi/php5isapi.c:
217+
MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in
218+
header).
219+
220+
* sapi/isapi/php5isapi.c:
221+
- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
222+
223+
2008-07-31 Scott MacVicar <[email protected]>
224+
225+
* (PHP_5_3)
226+
ext/sqlite3/libsqlite/sqlite3.c
227+
ext/sqlite3/libsqlite/sqlite3.h
228+
ext/sqlite3/libsqlite/sqlite3ext.h:
229+
MFH: Resync libsqlite files from amalgamation. Save the kittens, no EOL
230+
mess.
231+
232+
* ext/sqlite3/libsqlite/sqlite3.c
233+
ext/sqlite3/libsqlite/sqlite3.h
234+
ext/sqlite3/libsqlite/sqlite3ext.h:
235+
Resync libsqlite files from amalgamation. Save the kittens, no EOL mess.
236+
237+
2008-07-31 Jani Taskinen <[email protected]>
238+
239+
* (PHP_5_2)
240+
scripts/phpize.m4
241+
scripts/phpize.m4:
242+
MFH:- Applied the missing parts to phpize.m4 for zend extension builds
243+
244+
* scripts/phpize.m4:
245+
- Applied the missing parts to phpize.m4 for zend extension builds
246+
247+
2008-07-31 Scott MacVicar <[email protected]>
248+
249+
* (PHP_5_3)
250+
ext/fileinfo/config.w32
251+
ext/fileinfo/libmagic/config.h:
252+
MFH: get fileinfo building again on Windows
253+
254+
* ext/fileinfo/config.w32
255+
ext/fileinfo/libmagic/config.h:
256+
get fileinfo building again on Windows
257+
1258
2008-07-30 Jani Taskinen <[email protected]>
2259

3260
* (PHP_5_3)

Zend/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2008-07-31 Dmitry Stogov <[email protected]>
2+
3+
* zend_compile.c
4+
zend_compile.c:
5+
Fixed constant substitution in constant expression context
6+
7+
* zend_closures.c
8+
zend_closures.c
9+
tests/closure_015.phpt
10+
tests/closure_015.phpt:
11+
Removed Closure::__toString()
12+
113
2008-07-30 Felipe Pena <[email protected]>
214

315
* tests/constants_006.phpt:

0 commit comments

Comments
 (0)