diff options
| author | Andrea Faulds <ajf@ajf.me> | 2014-10-25 17:06:11 +0100 |
|---|---|---|
| committer | Andrea Faulds <ajf@ajf.me> | 2014-10-25 17:06:11 +0100 |
| commit | 87c28ccd28121070ba7225f0ad73b9246dcfdc49 (patch) | |
| tree | 0d726737f8e796a2b67d97a250a66c62579adfe4 | |
| parent | 71a653452f4c6b95b940972a00674f7a3e386f75 (diff) | |
| parent | 73a34fed93e6c7c9679518c43244b7a78b678cef (diff) | |
| download | php-git-87c28ccd28121070ba7225f0ad73b9246dcfdc49.tar.gz | |
Merge branch 'Closure_apply'
* Closure_apply:
Fixed Closure::call() NEWS/UPGRADING
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | UPGRADING | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PHP NEWS - Core: . Added PHP_INT_MIN constant. (Andrea) - . Added Closure::apply() method. (Andrea) + . Added Closure::call() method. (Andrea) . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk) . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian) . Implemented the RFC `Catchable "Call to a member function bar() on a @@ -52,7 +52,7 @@ PHP X.Y UPGRADE NOTES - Core . Support for strings with length >= 2^31 bytes in 64 bit builds - . Closure::apply() method added + . Closure::call() method added - Standard . intdiv() function for integer division added. |
