php-to-c-extension icon indicating copy to clipboard operation
php-to-c-extension copied to clipboard

Results 8 php-to-c-extension issues
Sort by recently updated
recently updated
newest added

hi tried to clone this repo then run composer install and follow example php build_extensions.php Dummy.php but there a error ``` Installing zephir... You need to run this command from...

Composer it didnt finish install I got message Killed ``` root@server:~/php-to-c-extension# composer install --profile Do not run Composer as root/super user! See https://getcomposer.org/root for details [6.0MB/0.00s] Loading composer repositories with...

Error: PHP Parser Error: Syntax error, unexpected '

Please forgive my formatting of this message if it is incorrect. This is my first post here. I've attempted to install php-to-c-extension as outlined in the instructions but something hasn't...

Add benchmark on generated extension

So far the compilation of the extension is step by step, meaning it only take the power of one cpu core. It will be great to utilize all cpu cores...

enhancement

More documentation on readme is needed.

Add unit tests to make sure the final extension that is built is working as expected.

enhancement