summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-10-12 19:23:07 +0000
committerFelipe Pena <felipe@php.net>2009-10-12 19:23:07 +0000
commit5d34329dabd5fcd2edbcfc94e5b7ec39095c8e2a (patch)
tree8d5fe4369b4a05e9899f343fda3b600e43058b3b
parent16be0343d701a52c451d13657d1503a04811b3b5 (diff)
downloadphp-git-5d34329dabd5fcd2edbcfc94e5b7ec39095c8e2a.tar.gz
- BFN
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d322427b0..cb6e5e7470 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 20??, PHP 5.3.2
-- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case
- insensitive (garretts)
+- Changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case
+ insensitive (Garretts)
- Added ReflectionMethod::setAccessible() for invoking non-public methods
through the Reflection API. (Sebastian)
@@ -14,6 +14,10 @@ PHP NEWS
(Rasmus)
- Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
Stachowiak. (Rasmus)
+- Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery()
+ when calling using Reflection. (Felipe)
+- Fixed crash when instantiating PDORow and PDOStatement through Reflection.
+ (Felipe)
- Fixed bug #49809 (time_sleep_until() is not available on OpenSolaris). (Jani)
- Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).