bcgen icon indicating copy to clipboard operation
bcgen copied to clipboard

A bytecode generator (compiler) for PHP7

Results 12 bcgen issues
Sort by recently updated
recently updated
newest added

I have create on difference Server to Docker container with PHP7. On server 1 create php bytecode and copy all to Server 2 Docker Container. The Ngnix on Server 2...

Hello, ``` [root@localhost /]# cd /tmp/bcgen-php72 [root@localhost bcgen-php72]# phpize ./configure \ --with-php-config=/bin/php-config make install Configuring for: PHP Api Version: 20170718 Zend Module Api No: 20170718 Zend Extension Api No: 320170718...

Hi ! Since PHP 8.0 will be released soon, I just wondered if we have "someone" to work on making bcgen PHP8.0 compatible ?

make, make test and make install all worked perfectly. I can even compile and test my own compiled files with php and get the right output. However, when I tried...

Please, can you provide builds with bcgen dll for Windows?

Where is the documentation about extension php functions.

Hi there It is not possible to execute bcgen encoded files on PHP-CLI where shebang is a must. I've tried this: http://prntscr.com/npvgbc Also I tried adding opening and closing tags,...

Work in progress https://pecl.php.net/package/bcgen

Any plans to support PHP 7.3?

I am trying to get bcgen to work with PHAR files. I have added the compiled PHP files to the PHAR file (using their PHP extension within the PHAR file)...