]> granicus.if.org Git - php/commit
Disabled usage of built-in functions in write context (e.g. strlen($s)[] = ...)
authorDmitry Stogov <dmitry@zend.com>
Wed, 3 Sep 2014 12:30:48 +0000 (16:30 +0400)
committerDmitry Stogov <dmitry@zend.com>
Wed, 3 Sep 2014 12:30:48 +0000 (16:30 +0400)
commitc52511c30703d2921f813ccf1557bc042a7cd9d2
treeffba8b312e82b407d1f6ed0c921c564014266d9a
parent9a958a086d9718b8b88d742e0e836fef6d35adf2
Disabled usage of built-in functions in write context (e.g. strlen($s)[] = ...)
Zend/zend_compile.c