diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-09-12 00:54:48 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-09-12 00:54:48 +0200 |
commit | b0174a14c05dfed2f8e33dae09339e684c842e0f (patch) | |
tree | d12ee4bdd4dc3fe66c38507d4fcb612464fc2115 /NEWS | |
parent | 51aa1b5a1dd244cba981bd333b497dcd2e5456c0 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |