Skip to content

Commit c9908cf

Browse files
author
committed
ChangeLog update
1 parent 585628b commit c9908cf

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

ChangeLog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
2004-06-15 Stefan Esser <sesser@suspekt.org>
2+
3+
* ext/standard/string.c:
4+
Fixed: made 3rd parameter to strrpos 64bit safe.
5+
6+
2004-06-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
7+
8+
* NEWS:
9+
BFN
10+
11+
* ZendEngine2/zend_reflection_api.c:
12+
13+
14+
2004-06-15 Pierre-Alain Joye <pierre@dotgeek.org>
15+
16+
* pear/PEAR/Command/Config.php:
17+
- Fix #1602 (reported by Cox)
18+
Do not display var=value using config-get (easy scripting)
19+
20+
* pear/PEAR.php
21+
pear/System.php
22+
pear/package-PEAR.xml:
23+
- Fix licence (#1645)
24+
- update my status there, reflecting the fact for the past 11 months
25+
26+
2004-06-15 Rob Richards <rrichards@ctindustries.net>
27+
28+
* NEWS:
29+
BFN
30+
31+
* ext/dom/php_dom.c
32+
ext/dom/tests/bug28721.phpt:
33+
Fixed bug #28771 (Segfault when using xslt and clone)
34+
Add test case for bug #28721
35+
36+
2004-06-15 Ilia Alshanetsky <ilia@prohost.org>
37+
38+
* (PHP_4_3)
39+
ext/standard/string.c:
40+
A faster & more memory efficient php_addslashes() implementation.
41+
142
2004-06-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
243

344
* ZendEngine2/zend_language_scanner.l:

Zend/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2004-06-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2+
3+
* zend_reflection_api.c:
4+
5+
16
2004-06-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
27

38
* zend_language_scanner.l:

0 commit comments

Comments
 (0)