diff options
author | Marcus Boerger <helly@php.net> | 2005-08-30 07:34:57 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-08-30 07:34:57 +0000 |
commit | cf39bec44719d27fa4389b4a8484134f6913e59b (patch) | |
tree | 457012610d38841afd980e9ecc90636a9dbd6408 | |
parent | 7230be4951394801660e90f2c9e682bea03b8c8f (diff) | |
download | php-git-cf39bec44719d27fa4389b4a8484134f6913e59b.tar.gz |
- BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ PHP NEWS - Fixed "make test" to work for phpized extensions. (Hartmut, Jani) - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems. (Andrey) +- Fixed bug #34299 (ReflectionClass::isInstantiable() returns true for abstract + classes). (Marcus) - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"]). (Jani) - Fixed bug #34276 (setAttributeNS doesn't work with default namespace). (Rob) - Fixed bug #34257 (lib64 not handled correctly in ming extension). (Marcus) |