summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-09-12 00:54:48 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-09-12 00:54:48 +0200
commitb0174a14c05dfed2f8e33dae09339e684c842e0f (patch)
treed12ee4bdd4dc3fe66c38507d4fcb612464fc2115 /NEWS
parent51aa1b5a1dd244cba981bd333b497dcd2e5456c0 (diff)
downloadphp-git-b0174a14c05dfed2f8e33dae09339e684c842e0f.tar.gz
Fixed bug #70478 (**= does no longer work)
Reordered ZEND_(ASSIGN_)POW opcodes in zend_vm_def.h so that it won't be missed in future
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03a7b190fe..15caf3c102 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- Core:
. Fixed bug #70431 (Memory leak in php_ini.c). (Senthil, Laruence)
+ . Fixed bug #70478 (**= does no longer work). (Bob)
- CLI server:
. Fixed bug #68291 (404 on urls with '+'). (cmb)