Closed
Description
Description
The following code:
<?php
//any php file
Resulted in this output:
/php-src/ext/opcache/jit/zend_jit.c:3199: int zend_jit_script(zend_script *): Assertion `0' failed.
Aborted (core dumped)
To reproduce:
-d "extension_dir=/php-src/modules/" -d "zend_extension=/php-src/modules/opcache.so" -d "opcache.enable=1" -d "opcache.enable_cli=1" -d "opcache.jit=1245"
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04