diff options
author | Andi Gutmans <andi@php.net> | 2004-09-16 00:46:20 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-09-16 00:46:20 +0000 |
commit | d098a077e4295eecdb16b58901df59f45fbd8ad6 (patch) | |
tree | aebbbace567b3b4c0894c8c54cb5d680c763cc79 | |
parent | d8efe626b5359a76c5d631fd67316aef7997db14 (diff) | |
download | php-git-d098a077e4295eecdb16b58901df59f45fbd8ad6.tar.gz |
- News
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ PHP NEWS - Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus) - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank) - Fixed bug #28325 (Circular references not properly serialised). (Moriyoshi) +- Fixed bug #27669 (PHP 5 didn't support all possibilities for calling static + methods dynamically). (Dmitry) - Fixed strip_tags() to correctly handle '\0' characters. (Stefan) 7 Jun 2004, PHP 5 Release Candidate 3 |