diff options
author | Julien Pauli <jpauli@php.net> | 2014-11-21 16:18:51 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-11-21 16:18:51 +0100 |
commit | d2aeef63abc1135ee6a36f8d24e3ca16d8e61f00 (patch) | |
tree | 50fb33f6b8fd89c7c0a6de97b29f07ea2fad593d | |
parent | af3a42022b34cd595d3231a845a7d8562f4a3523 (diff) | |
download | php-git-d2aeef63abc1135ee6a36f8d24e3ca16d8e61f00.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ PHP NEWS . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian) . Implemented the RFC `Catchable "Call to a member function bar() on a non-object"` (Timm) + . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien) - DBA: . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike) |