Combination with Apache 2. It seems like you have mismatched the thread-safe version of Apache and the ionCube Loader. PHP extensions have to match exactly the version that they run on, that is PHP with thread-safety enabled has to have a thread-safe Loader.
To confirm this, go to the output of your phpinfo ; and look for the entry Thread Safety. Likewise, if it says enabled , make sure you have to thread-safe version of the Loader Win x64 TS zip.
The x64 builds of PHP for Windows should be considered experimental, and do not yet provide bit integer or large file support source.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 6 years, 9 months ago. Active 6 years, 9 months ago. Viewed 1k times.
So, this is what I've done by now: 1. Installed httpd Installed php I then: 3. Improve this question. Jacobian Jacobian 8, 24 24 gold badges silver badges bronze badges. To know the php version installed on your server, run the command. The above output clearly shows that the system is using PHP 5. Next, find the location of the extension directory for PHP version 5. Next we need to copy ioncube loader for our PHP 5.
Note : Make sure to replace the PHP version and extension directory in the above command according to your system configuration.
Now we need to configure ioncube loader to work with PHP, in the php. Note : Make sure to replace the extension directory and PHP version in the above command according to your system configuration. Then save and exit the file. Now we need to restart the Apache or Nginx web server for the ioncube loaders to come into effect.
To test if ionCube loader is now installed and properly configured on your server, check your PHP version once more. You should be able to see a message indicating that PHP is installed and configured with the ioncube loader extension status should be enabled , as shown in the following screenshot.
We hope that everything worked on fine while following this guide, otherwise, use the feedback form below to send us your queries. TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! And yes, MySQL has to be installed before you run the.
Otherwise the. If you use --with-gd, and you get an error message because of a missing libpng library, install it and then re-run the configure command. On Debian,. The easiest way is to take the one that comes with the PHP sources:.
AddHandler cgi-script. In order to start your Apache at boot time do the following:. Try to access it with your browser e. The output should look similar to this screenshot:. I will show how to install both. If you reload your info.
0コメント