Skip to content

Commit f3a1c37

Browse files
author
committed
ChangeLog update
1 parent b39ff50 commit f3a1c37

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

ChangeLog

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,100 @@
1+
2003-06-12 Rob Richards <rrichards@ctindustries.net>
2+
3+
* ext/dom/document.c
4+
ext/dom/domimplementation.c
5+
ext/dom/node.c
6+
ext/dom/php_dom.c
7+
ext/dom/php_dom.h:
8+
add node->isSupported()
9+
add domimplementation->hasFeature()
10+
add formatOutput property (extends DOM)
11+
call xmlFreeDoc when doc is no longer referenced rather than custom code
12+
save and savexml now format based on formatOutput property
13+
14+
2003-06-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
15+
16+
* (PHP_4_3)
17+
ext/dba/dba.c:
18+
MFH: Bugfix #2397: dba_open locking error with db3
19+
20+
* ext/dba/dba.c:
21+
Bugfix #2397: dba_open locking error with db3
22+
23+
2003-06-12 Ilia Alshanetsky <ilia@prohost.org>
24+
25+
* ext/imap/php_imap.c:
26+
Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)
27+
28+
* (PHP_4_3)
29+
NEWS
30+
ext/gd/libgd/gd.c
31+
ext/gd/tests/bug24155.phpt:
32+
MFH: Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y
33+
axis)
34+
35+
* ext/gd/libgd/gd.c
36+
ext/gd/tests/bug24155.phpt:
37+
Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis)
38+
39+
2003-06-12 Rob Richards <rrichards@ctindustries.net>
40+
41+
* ext/dom/characterdata.c
42+
ext/dom/text.c:
43+
fix some calls to libxml
44+
45+
2003-06-12 Andrey Hristov <andrey@webgate.bg>
46+
47+
* ext/standard/array.c:
48+
silly bug
49+
50+
* ext/cpdf/cpdf.c:
51+
proto fixes
52+
53+
2003-06-12 Andrei Zmievski <andrei@gravitonic.com>
54+
55+
* (PHP_4_3)
56+
README.SUBMITTING_PATCH:
57+
test
58+
59+
2003-06-12 Andrey Hristov <andrey@webgate.bg>
60+
61+
* ext/curl/interface.c:
62+
proto fix
63+
64+
* ext/bcmath/bcmath.c
65+
ext/bcmath/bcmath.c
66+
ext/cpdf/cpdf.c
67+
ext/crack/crack.c
68+
ext/crack/crack.c
69+
ext/curl/curl.c
70+
ext/informix/ifx.ec
71+
ext/informix/ifx.ec
72+
ext/interbase/interbase.c
73+
ext/interbase/interbase.c
74+
ext/mcrypt/mcrypt.c
75+
ext/mcrypt/mcrypt.c
76+
ext/mssql/php_mssql.c
77+
ext/mssql/php_mssql.c:
78+
proto fixes
79+
80+
2003-06-12 Derick Rethans <d.rethans@jdimedia.nl>
81+
82+
* main/main.c:
83+
- MFB: HTTP Request Methods are case sensitive
84+
85+
* (PHP_4_3)
86+
main/main.c:
87+
- HTTP Request Types are case-sensitive
88+
89+
2003-06-12 Ilia Alshanetsky <ilia@prohost.org>
90+
91+
* (PHP_4_3)
92+
ext/pspell/pspell.c:
93+
MFH: Added missing safe_mode/open_basedir checks.
94+
95+
* ext/pspell/pspell.c:
96+
Added missing safe_mode/open_basedir checks.
97+
198
2003-06-11 Rob Richards <rrichards@ctindustries.net>
299

3100
* ext/dom/text.c:

0 commit comments

Comments
 (0)