Web Projects Outsourcing

ioncube_loader for php 5.3 Finally Out

Finally, ioncube_loader for php 5.3 is out; since php 5.3 is the default version in Fedora 12 this is really a great news.

sudo gedit /var/www/html/test.php

Paste “< ?php phpinfo(); ?>” and save.

In browser: //localhost/test.php, should show a page with a nice php logo, check that mysql and mysqli extensions are present.

Install ioncube loader now as described in my previous posts.

Run the helper php script, you should get something like that:


<h2>ionCube Loader Install Assistant</h2>

Analysis of your system configuration shows:
+----------------------------------------------+
| PHP Version      | 5.3.1                     |
| Operating System | Linux                     |
| Threaded PHP     | No                        |
| php.ini file     | /etc/php.ini              |
| Required Loader  | ioncube_loader_lin_5.3.so |
+----------------------------------------------+

Copy and add to php.ini:

sudo cp ioncube_loader_lin_5.2.so /usr/lib64/php/modules/
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.3.so

Check all works by restarting httpd and checking the phpinfo page.

Support this blog clicking my affiliate link to ioncube site.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.