Skip to content

Commit 1bee9e1

Browse files
author
committed
ChangeLog update
1 parent 94ec5c2 commit 1bee9e1

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

ChangeLog

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
2004-04-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
2+
3+
* ext/mbstring/config.m4:
4+
- Let it work safely
5+
6+
* (PHP_4_3)
7+
ext/wddx/tests/001.phpt
8+
ext/wddx/tests/wddx.xml:
9+
- Remove test, as it's never worked as expected.
10+
11+
2004-04-04 Derick Rethans <php@derickrethans.nl>
12+
13+
* ext/mbstring/config.m4:
14+
- Fixed test
15+
16+
2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
17+
18+
* ZendEngine2/zend_objects_API.c:
19+
Removed unused variable.
20+
21+
2004-04-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
22+
23+
* ext/wddx/tests/001.phpt:
24+
- Fix test: Any datetime value that exceeds the unix time range should
25+
not be unserialized.
26+
27+
2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
28+
29+
* (PHP_4_3)
30+
NEWS
31+
ext/gd/gd.c:
32+
MFH: Fixed a bug that prevented building of the GD extension against
33+
external GD lib 1.X.
34+
35+
* ext/gd/gd.c:
36+
Fixed a bug that prevented building of gd extension against external GD
37+
lib 1.X.
38+
39+
2004-04-04 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
40+
41+
* ext/interbase/php_ibase_includes.h:
42+
CS
43+
44+
2004-04-04 Derick Rethans <php@derickrethans.nl>
45+
46+
* ext/standard/tests/time/bug21966.phpt:
47+
- Fixed comment and double 0
48+
49+
* ext/standard/tests/time/bug21966.phpt:
50+
51+
- One more test for a date/time related bug.
52+
53+
2004-04-04 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
54+
55+
* ext/standard/config.m4:
56+
Add a comment why it is in
57+
158
2004-04-03 Andi Gutmans <andi@zend.com>
259

360
* ZendEngine2/zend_builtin_functions.c:

Zend/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
2+
3+
* zend_objects_API.c:
4+
Removed unused variable.
5+
16
2004-04-03 Andi Gutmans <andi@zend.com>
27

38
* zend_builtin_functions.c:

0 commit comments

Comments
 (0)