Skip to content

Commit 0daf128

Browse files
author
committed
ChangeLog update
1 parent d675fcb commit 0daf128

File tree

2 files changed

+148
-0
lines changed

2 files changed

+148
-0
lines changed

ChangeLog

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
2006-11-09 Antony Dovgal <antony@zend.com>
2+
3+
* ZendEngine2/zend_unicode.h:
4+
add two more unicode related macros
5+
6+
2006-11-09 Hannes Magnusson <hannes.magnusson@gmail.com>
7+
8+
* ext/xmlwriter/php_xmlwriter.c
9+
ext/xmlwriter/tests/008.phpt:
10+
Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() &
11+
xmlwriter_write_dtd_entity()
12+
13+
2006-11-09 Ilia Alshanetsky <ilia@prohost.org>
14+
15+
* ext/standard/php_math.h:
16+
MFB: Added missing PHPAPI declaration
17+
18+
* (PHP_5_2)
19+
ext/standard/php_math.h:
20+
Added missing PHPAPI declaration
21+
22+
* (PHP_4_4)
23+
NEWS
24+
sapi/apache2handler/sapi_apache2.c:
25+
MFH: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
26+
ErrorDocument).
27+
28+
* sapi/apache2handler/sapi_apache2.c:
29+
MFB: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
30+
ErrorDocument).
31+
32+
* (PHP_5_2)
33+
NEWS
34+
sapi/apache2handler/sapi_apache2.c:
35+
Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
36+
ErrorDocument).
37+
38+
2006-11-09 Nuno Lopes <nunoplopes@sapo.pt>
39+
40+
* ext/filter/tests/033_run.inc:
41+
MFB: fix test
42+
43+
* (PHP_5_2)
44+
ext/filter/tests/033_run.inc:
45+
fix test for non English guys
46+
47+
* ext/filter/callback_filter.c:
48+
MFB: fix possible segfault
49+
50+
* (PHP_5_2)
51+
ext/filter/callback_filter.c:
52+
fix an invalid read + invalid free()
53+
54+
* ext/xmlwriter/php_xmlwriter.c
55+
ext/xmlwriter/php_xmlwriter.h
56+
ext/zip/php_zip.c
57+
ext/zip/php_zip.h:
58+
MFB: static'fication
59+
60+
* (PHP_5_2)
61+
ext/xmlwriter/php_xmlwriter.c
62+
ext/xmlwriter/php_xmlwriter.h
63+
ext/zip/php_zip.c
64+
ext/zip/php_zip.h:
65+
statification of local functions and variables.
66+
also remove a few uneeded global variables
67+
interesting new warnings:
68+
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning:
69+
'xmlwriter_objects_clone' defined but not used
70+
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning:
71+
'zif_xmlwriter_start_dtd_entity' defined but not used
72+
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning:
73+
'zif_xmlwriter_end_dtd_entity' defined but not used
74+
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning:
75+
'zif_xmlwriter_write_dtd_entity' defined but not used
76+
77+
2006-11-09 Hannes Magnusson <hannes.magnusson@gmail.com>
78+
79+
* (PHP_5_2)
80+
README.UPDATE_5_2:
81+
Add "As of 5.2.1" notes as requested
82+
83+
* (PHP_5_2)
84+
README.UPDATE_5_2:
85+
New features/errormsgs/return values in ext/zip
86+
New optional parameter in ext/ming
87+
88+
2006-11-09 Frank M. Kromann <frank@kromann.info>
89+
90+
* ext/ming/config.m4
91+
ext/ming/ming.c:
92+
MFB 5_2:
93+
Revert patch for warnings about missing headers. These are fixed in the
94+
latest version of libming.
95+
Sync code for SWFMovie::streamMP3. This function will now return the
96+
number of frames in the file.
97+
98+
* (PHP_5_2)
99+
ext/ming/config.m4
100+
ext/ming/ming.c:
101+
Revert patch for warnings about missing headers. These are fixed in the
102+
latest version of libming.
103+
Sync code for SWFMovie::streamMP3. This function will now return the
104+
number of frames in the file.
105+
106+
2006-11-09 Dmitry Stogov <dmitry@zend.com>
107+
108+
* ext/standard/tests/array/array_diff_key.phpt
109+
ext/standard/tests/array/array_diff_key.phpt
110+
ext/standard/tests/array/array_intersect_key.phpt
111+
ext/standard/tests/array/array_intersect_key.phpt:
112+
Fixed tests
113+
114+
2006-11-09 Antony Dovgal <antony@zend.com>
115+
116+
* ext/standard/tests/strings/bug21338.phpt
117+
ext/standard/tests/strings/bug25671.phpt
118+
ext/standard/tests/strings/bug25707.phpt
119+
ext/standard/tests/strings/bug33076.phpt
120+
ext/standard/tests/strings/str_replace.phpt:
121+
fix more tests
122+
123+
* ext/standard/tests/strings/str_shuffle.phpt:
124+
fix test
125+
126+
* main/php_streams.h
127+
main/streams/streams.c:
128+
eliminate a couple of compile warnings
129+
130+
* ext/standard/tests/file/bug27508.phpt:
131+
fix test and prevent endless loop
132+
133+
2006-11-09 Ilia Alshanetsky <ilia@prohost.org>
134+
135+
* sapi/apache2handler/sapi_apache2.c:
136+
MFB: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto
137+
version).
138+
139+
* (PHP_5_2)
140+
NEWS
141+
sapi/apache2handler/sapi_apache2.c:
142+
Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).
143+
1144
2006-11-08 Antony Dovgal <antony@zend.com>
2145

3146
* (PHP_5_2)

Zend/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2006-11-09 Antony Dovgal <antony@zend.com>
2+
3+
* zend_unicode.h:
4+
add two more unicode related macros
5+
16
2006-11-08 Dmitry Stogov <dmitry@zend.com>
27

38
* zend_hash.c

0 commit comments

Comments
 (0)