php-extension
php-extension copied to clipboard
A sample PHP extension
Good day! 1. Does your php-extension tutorial actual for php 8.1 (or 8.0)? 2. It will be great if you add some material about using C++ also. For example refresh...
Good day! I want to modify array (array of arrays) in my php extension. (All extension files is attached - [test.zip](https://github.com/dstogov/php-extension/files/5203821/test.zip)) The idea in php: ```
Hello! For novice developers, this is a very useful example that contains a minimum to get started, thanks. However, many are poorly familiar with the language core. Therefore, if possible,...