diff options
| -rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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). |
