[PHP] zend_auto_global_disable_jit missing in PHP 5.4.5

2012-06-04 Thread freeone3000
I'm working with a third-party PHP extension that makes a call to zend_auto_global_disable_jit. However, in PHP5.4.5, there is no zend_auto_global_disable_jit available, nor is it in its traditional header. Commenting out all zend_auto_global_disable_jit calls causes PHP to no longer recognize it a

[PHP] zend_auto_global_disable_jit missing in PHP 5.4.5

2012-06-04 Thread freeone3000
I'm working with a third-party PHP extension that makes a call to zend_auto_global_disable_jit. However, in PHP5.4.5, there is no zend_auto_global_disable_jit available, nor is it in its traditional header. Commenting out all zend_auto_global_disable_jit calls causes PHP to no longer recognize it a