]> granicus.if.org Git - php/commit
Avoid useless duplication. Constant values have to be duplicated only for internal...
authorDmitry Stogov <dmitry@zend.com>
Tue, 2 Jun 2015 09:01:34 +0000 (12:01 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 2 Jun 2015 09:01:34 +0000 (12:01 +0300)
commit0d054f5fafeeadb40edbf62a9bdae635965b5b5c
tree84bb8a4a88d5d52aa17b96ccfb1c3ab1c4e4e9d5
parentc0a54d62e259534490cf8c4b8c41be16ded337b3
Avoid useless duplication. Constant values have to be duplicated only for internal constants in ZTS build, to prevent simultaneous modification of reference counters from different threads.
Zend/zend_vm_def.h
Zend/zend_vm_execute.h