summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2009-06-07 01:33:05 +0000
committer <changelog@php.net>2009-06-07 01:33:05 +0000
commitbc5da799f1eb2cbace2e8aeec4fb4156119cd21c (patch)
tree41c75859828c7b491bcaa9f120a18d6506e4638f
parentfa54a9d0f3bc720cf9119191a4fb31759e3f954a (diff)
downloadphp-git-bc5da799f1eb2cbace2e8aeec4fb4156119cd21c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 964cf09f08..bbf4dda4be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2009-06-06 Matt Wilmas <php_lists@realplain.com>
+
+ * (PHP_5_3)
+ ext/dom/xpath.c
+ ext/imap/php_imap.c
+ ext/mcrypt/mcrypt.c
+ ext/odbc/birdstep.c
+ ext/posix/posix.c
+ ext/shmop/shmop.c
+ ext/standard/basic_functions.c
+ ext/standard/browscap.c
+ ext/standard/head.c
+ ext/standard/tests/file/parse_ini_file_variation4.phpt
+ ext/sysvshm/sysvshm.c
+ ext/sysvshm/tests/002.phpt
+ ext/xsl/xsltprocessor.c
+ ext/xsl/tests/xslt011.phpt:
+ MFH: Fixed error message grammar:
+ - "cannot" instead of "can not" (meaning "also can")
+ - "than" instead of "then" (Hint: "then" should hardly be needed;
+ you're not telling the order in which to do something)
+
+ ... plus removed a couple ending. dots
+
+ * ext/dom/xpath.c
+ ext/imap/php_imap.c
+ ext/mcrypt/mcrypt.c
+ ext/odbc/birdstep.c
+ ext/posix/posix.c
+ ext/shmop/shmop.c
+ ext/standard/basic_functions.c
+ ext/standard/browscap.c
+ ext/standard/head.c
+ ext/standard/tests/file/parse_ini_file_variation4.phpt
+ ext/sysvshm/sysvshm.c
+ ext/sysvshm/tests/002.phpt
+ ext/xsl/xsltprocessor.c
+ ext/xsl/tests/xslt011.phpt:
+ Fixed error message grammar:
+ - "cannot" instead of "can not" (meaning "also can")
+ - "than" instead of "then" (Hint: "then" should hardly be needed;
+ you're not telling the order in which to do something)
+
+ ... plus removed a couple ending. dots
+
2009-06-05 Brian Shire <shire@tekrat.com>
* (PHP_5_3)