'ionCube PHP Loader ioncube_loader_win_5.3.dll not working

I have tried following steps to enable ionCube PHP Loader

1) Download the Free IonCube Loaders for Windows VC9 (Non-TS) (32 bits)

2) After downloading, extract that zip pack to your wamp folder directly. So, that it becomes like this, C:\wamp\ioncube

3) Edit php.ini file: C:\wamp\bin\apache\Apache2.2.11\bin\php.ini and add this line at the bottom of the last line: zend_extension = “C:\wamp\ioncube\ioncube_loader_win_5.3.dll”

4)Restart WAMP

But when i check in the php info its not displaying

enter image description here

Can anyone please help me to solve this issue ?



Solution 1:[1]

If you really downloaded ioncube_loader_win_5.3.dll as in question title, you inserted there incorrect line:

C:\wamp\ioncube\ioncube_loader_win_5.2.dll

and it should be 5.3 instead of 5.2

If you save it and it will still not work, you should simple download IonCube Loader Wizard which will help you to install it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Marcin Nabiałek