Skip to content

Commit 9b9c41b

Browse files
author
committed
ChangeLog update
1 parent ed3a1b0 commit 9b9c41b

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

ChangeLog

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
2005-12-25 Antony Dovgal <antony@zend.com>
2+
3+
* ext/zlib/tests/compress_zlib_wrapper.phpt
4+
ext/zlib/tests/compress_zlib_wrapper.phpt:
5+
add missing skipif tag
6+
7+
2005-12-25 Pierre-Alain Joye <pierre.dev@gmail.com>
8+
9+
* ext/gd/tests/colorclosest.phpt:
10+
- add colorclosestalpha tests
11+
12+
* ext/gd/tests/colormatch.phpt
13+
ext/gd/tests/colorresolve.phpt:
14+
- add colorresolvealpha to colorresolve tests
15+
- update colormatch
16+
17+
* (PHP_5_1)
18+
NEWS:
19+
- imagecolormatch fix and changes
20+
21+
* (PHP_5_1)
22+
ext/gd/gd.c:
23+
- MFH: raise warnings instead of errors in colormatch
24+
25+
* ext/gd/gd.c:
26+
- raise warning instread of errors in colormatch
27+
28+
* (PHP_5_1)
29+
ext/gd/gd.c
30+
ext/gd/libgd/gd_topal.c
31+
ext/gd/tests/colormatch.phpt:
32+
- MFH: fix segfault/leak in imagecolormatch
33+
- MFH: test for imagecolormatch
34+
35+
* ext/gd/tests/colormatch.phpt
36+
ext/gd/tests/colormatch.phpt:
37+
38+
- fix leak/segfaults in imagecolormatch
39+
- add tests for imagecolorexact and imagecolormatch
40+
The later is only about the segv
41+
42+
* ext/gd/gd.c
43+
ext/gd/libgd/gd_topal.c
44+
ext/gd/tests/colorexact.phpt:
45+
- fix leak/segfaults in imagecolormatch
46+
- add tests for imagecolorexact and imagecolormatch
47+
The later is only about the segv
48+
49+
2005-12-25 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
50+
51+
* (PHP_5_1)
52+
ext/mbstring/mb_gpc.c
53+
ext/mbstring/mbstring.c
54+
ext/mbstring/mbstring.h:
55+
MFH: fixed #35711, added mbstring.strict_detection to detect the encoding
56+
striktly.
57+
58+
* ext/mbstring/mb_gpc.c
59+
ext/mbstring/mbstring.c
60+
ext/mbstring/mbstring.h:
61+
fixed #35711, added mbstring.strict_detection to detect the encoding
62+
striktly.
63+
64+
2005-12-25 Zeev Suraski <zeev@zend.com>
65+
66+
* sapi/cgi/cgi_main.c
67+
sapi/cgi/config.w32
68+
sapi/cgi/config9.m4:
69+
Reimplement FastCGI interface
70+
71+
Due to licensing restrictions that actually don't allow anybody to use
72+
the libfcgi code without prior approval from Open Market, which is
73+
impossible to obtain - we decided to reimplement this interface from
74+
scratch. The result is actually slightly faster, and more importantly,
75+
clear of any copyright issues.
76+
77+
Implementation by Dmitry
78+
179
2005-12-24 Pierre-Alain Joye <pierre.dev@gmail.com>
280

381
* ext/gd/tests/colorclosest.phpt

0 commit comments

Comments
 (0)