diff options
| author | Julien Pauli <jpauli@php.net> | 2014-12-10 11:24:43 +0100 |
|---|---|---|
| committer | Julien Pauli <jpauli@php.net> | 2014-12-10 11:24:43 +0100 |
| commit | c4c9f7456b271a73b26e883f463cd6442ac28289 (patch) | |
| tree | b528105f9e273ccd270319b6efc0398050a64caf | |
| parent | 19d481945eca76bfdd1bccd22210ef74a02bba0a (diff) | |
| download | php-git-c4c9f7456b271a73b26e883f463cd6442ac28289.tar.gz | |
Updated NEWS
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -23,6 +23,10 @@ PHP NEWS . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien) . Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien) +- Date: + . Fixed day_of_week function as it could sometimes return negative values + internally. (Derick) + - DBA: . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike) @@ -44,6 +48,9 @@ PHP NEWS - LiteSpeed: . Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang) +- Mcrypt: + . Fixed possible read after end of buffer and use after free. (Dmitry) + - pcntl: . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler when setting SIG_DFL). (Julien) |
