You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I go about building this PHP extension (specifically for 7.2)? The package.sh script only seems to work if the extension has already been built.
The text was updated successfully, but these errors were encountered:
You would have to build it first with Zephyr, then use the package script. Be aware though, that nZEDb doesn't support 7.2 yet.
I plan to re-implement this extension in C++ using the PHP-CPP library, but that will not be for a while when I can find the time.
I'm currently rewriting nZEDb to use CakePHP as the framework, this is going to take some time as I am re-structuring it as I go.
This and other life constraints, make php-yenc a very low priority currently, given that the PHP implementation of yEnc decoding is much faster than originally and on a good system rivals the original extension.
How do I go about building this PHP extension (specifically for 7.2)? The package.sh script only seems to work if the extension has already been built.
The text was updated successfully, but these errors were encountered: