summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fbdf82474f..fc8cf3556b 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
- Core:
+ . Improved __call() and __callStatic() magic method handling. Now they are
+ called in a stackless way using ZEND_CALL_TRAMPOLINE opcode, without
+ additional stack frame. (Laruence, Dmitry)
. Fixed weird operators behavior. Division by zero now emits warning and
returns +/-INF, modulo by zero and intdid() throws an exception, shifts
by negative offset throw exceptions. Compile-time evaluation of division