summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-06-16 00:32:45 +0000
committer <changelog@php.net>2004-06-16 00:32:45 +0000
commitc9908cf81dd5eb25a7d7ef79756ce9006e156cfc (patch)
tree960c3a0c49a1b0c09b1fb4e88968f761c4afd844
parent585628ba672eaf7524d997b73040d1492771a2fd (diff)
downloadphp-git-c9908cf81dd5eb25a7d7ef79756ce9006e156cfc.tar.gz
ChangeLog update
-rw-r--r--ChangeLog41
-rw-r--r--Zend/ChangeLog5
2 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2caf136e5c..e7b357d6d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2004-06-15 Stefan Esser <sesser@suspekt.org>
+
+ * ext/standard/string.c:
+ Fixed: made 3rd parameter to strrpos 64bit safe.
+
+2004-06-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * NEWS:
+ BFN
+
+ * ZendEngine2/zend_reflection_api.c:
+
+
+2004-06-15 Pierre-Alain Joye <pierre@dotgeek.org>
+
+ * pear/PEAR/Command/Config.php:
+ - Fix #1602 (reported by Cox)
+ Do not display var=value using config-get (easy scripting)
+
+ * pear/PEAR.php
+ pear/System.php
+ pear/package-PEAR.xml:
+ - Fix licence (#1645)
+ - update my status there, reflecting the fact for the past 11 months
+
+2004-06-15 Rob Richards <rrichards@ctindustries.net>
+
+ * NEWS:
+ BFN
+
+ * ext/dom/php_dom.c
+ ext/dom/tests/bug28721.phpt:
+ Fixed bug #28771 (Segfault when using xslt and clone)
+ Add test case for bug #28721
+
+2004-06-15 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ ext/standard/string.c:
+ A faster & more memory efficient php_addslashes() implementation.
+
2004-06-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend_language_scanner.l:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index e8d65bcd23..73e839d893 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_reflection_api.c:
+
+
2004-06-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_language_scanner.l: