| Question : | Installing ioncobe with php5.2.3 gives the error Failed loading ioncube_loader_lin_5.2.so: ioncube_loader_lin_5.2.so: undefined symbol: zend_hash_destroy | |
| | Answer : | First thing to check is your phpinfo page
If you see --enable-versioning in the configure line then that is likely to be your problem.
Recompile php without this line and its likely to allow the loading of ioncobe
| | |