Re: zend_auto_global_disable_jit missing in PHP 5.4.5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 4, 2012 at 11:30 PM, freeone3000 <freeone3000@xxxxxxxxx> wrote:
> 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 as a valid extension, while leaving them
> in attempts for an invalid method to be called.
>
> The file in question is
> https://github.com/mtorromeo/runkit/blob/master/runkit.c line 305. As
> is relatively obvious, it's not part of a macro, and its removal
> should not affect whether the library is a PHP extension or not -
> perhaps it's based on PHP's static analysis? If it doesn't call the
> function, it would access a global, possibly before the global has
> been JIT initialized by the runtime. If this is the case, what is the
> replacement function for PHP 5.4.5?

    This is something you're going to want to ask on the Internals
list (CC'd).  General is more for questions on using the language.

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux