summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-06-08 00:31:03 +0000
committer <changelog@php.net>2003-06-08 00:31:03 +0000
commitf8fbb4a30b6a2cbbd9e05df078195fbe5b86dd6c (patch)
tree3ae63063af3a21858cbd5b7506a227bad65ffab1
parentdd7132d4782c926ece12f4255bd6a3d67edaf5f0 (diff)
downloadphp-git-f8fbb4a30b6a2cbbd9e05df078195fbe5b86dd6c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 707c6f6325..b5e03b8386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2003-06-07 Tomas V.V.Cox <cox@idecnet.com>
+
+ * pear/PEAR/Command/Package.php:
+ Martin's run-test error msg improvements :-)
+
+2003-06-07 Sterling Hughes <sterling@bumblebury.com>
+
+ * bundle-release:
+ woops, make that "bundle," not ".bundle"
+
+ * bundle-release:
+ simple script that will look at bundle (when which is populated when we
+ move the extensions to pecl) and bundle the contents of that file
+
+2003-06-07 Tomas V.V.Cox <cox@idecnet.com>
+
+ * pear/PEAR/Command/Package.php:
+ Added better error message to run-tests
+
+2003-06-07 Georg Richter <phpinfo@t-online.de>
+
+ * ext/mysql/libmysql/libmysql.c:
+ fixed mysql bug #564 (http://bugs.mysql.com/bug.php?id=564)
+
+ * (PHP_4_3)
+ NEWS:
+ fixed a bug in libmysql
+
+ * (PHP_4_3)
+ ext/mysql/libmysql/libmysql.c:
+ fixed mysql bug #564
+ (see http://bugs.mysql.com/bug.php?id=564)
+
+2003-06-07 Sterling Hughes <sterling@bumblebury.com>
+
+ * ext/dom/php_dom.c:
+ i ain't know domdom
+
+ * ext/dom/php_dom.c:
+ leftover.
+ its wholeText not whole_text
+
+ * ext/dom/text.c:
+ add the wholeText property
+
+2003-06-07 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/dom/php_dom.c
+ ext/dom/xml_common.h:
+ fix more memory overruns
+ initial definition for document ref counting
+ fixed property access to support all objects
+ clear property handler from invalid objects until ref count implemented
+
+2003-06-07 Sterling Hughes <sterling@bumblebury.com>
+
+ * pear/PEAR/Command/Install.php:
+ Add the pear bundle command from Thomas Cox.
+
+2003-06-07 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * tests/classes/inheritance_002.phpt:
+ Goodbye namespaces
+
2003-06-06 Sterling Hughes <sterling@bumblebury.com>
* ext/dom/text.c: