Search code examples
phpwampserverphp-extensionblenc

create php extension from souce - php_blenc was expired


I want to encrypt my php source code for that I want to use php blenc, I have successfully implemented the encryption but when i run that php code it gives me following error.

Fatal error: blenc_compile: Module php_blenc was expired. Please buy a new license key or disable the module. in Unknown on line 0

So to resolve this I looked in google and found that fro m the source code i need to increase expiry and rebuild dll. I tried building dll but unable to doit.

If anyone have working dll for this please let me know, share the link from which i can create it for php 5.5.30

Instruction/permission is given on following page to use source code.

 php.net/manual/en/blenc.installation.php

Thanks in advance


Solution

  • I have followed steps give in this link and made dll successfully.

    In this link they have given how to compile extension available in PECL web site.

    https://wiki.php.net/internals/windows/stepbystepbuild