diff options
| author | Felipe Pena <felipe@php.net> | 2009-10-12 19:23:07 +0000 | 
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-10-12 19:23:07 +0000 | 
| commit | 5d34329dabd5fcd2edbcfc94e5b7ec39095c8e2a (patch) | |
| tree | 8d5fe4369b4a05e9899f343fda3b600e43058b3b | |
| parent | 16be0343d701a52c451d13657d1503a04811b3b5 (diff) | |
| download | php-git-5d34329dabd5fcd2edbcfc94e5b7ec39095c8e2a.tar.gz | |
- BFN
| -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). | 
