]> granicus.if.org Git - php/commit
Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 12 Dec 2013 19:30:45 +0000 (20:30 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 12 Dec 2013 19:30:45 +0000 (20:30 +0100)
commit0fc8e6af0a0ff8eeb15746978ce1e6009ed76f11
treebd08220ec12315805e9d963667c8b91736099dd3
parent4411641b1eba09fa8afe5b38af9be2ba49a51db4
Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()

# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not covered

# For Zend OpCache:
# Added a new define for 5.6 and wrapped the code around that so its still compatible with older version
Zend/zend_API.c
Zend/zend_API.h
ext/opcache/ZendAccelerator.c
ext/opcache/ZendAccelerator.h
ext/opcache/zend_accelerator_module.c
ext/opcache/zend_accelerator_module.h
sapi/thttpd/thttpd.c