Fading Coder

One Final Commit for the Last Sprint

Creating Custom PHP Extensions with Zephir and Native Build Tools

Zephir-based Extension Workflow 1. Install Build Dependencies sudo apt-get install gcc make re2c autoconf automake pkg-config 2. Install the Zephir Parser git clone https://github.com/zephir-lang/php-zephir-parser.git cd php-zephir-parser phpize ./configure make -j$(nproc) && sudo make insta...