diff options
| author | Jani Taskinen <jani@php.net> | 2009-10-19 12:37:17 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-10-19 12:37:17 +0000 |
| commit | 21d12bc17ecdf05584ec1322354cb9861820cece (patch) | |
| tree | 7bfd4d398635ae3c99a17f8af0133dc2dcba19e0 | |
| parent | d01d398bad196de230b8e0feabeedd6a727784b6 (diff) | |
| download | php-git-21d12bc17ecdf05584ec1322354cb9861820cece.tar.gz | |
fn
| -rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 5.3.2 - Upgraded bundled sqlite to version 3.6.19. (Scott) -- 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 OSes) to + be case insensitive. (Garretts) + - Added ReflectionMethod::setAccessible() for invoking non-public methods through the Reflection API. (Sebastian) |
