This is on CentOS 7
I had ioncube loader 5.4 installed when my php version was 5.4
I upgraded to php 7.4 and changed the php.ini settings to
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.4.so and deleted the old 5.4 modules and put in the new ioncube loader.
It works fine and my pages load using the new loader.
BUT now when i start, stop httpd, try to setup a cron job etc. its still looking for loader 5.4
]# /usr/bin/php -q /var/www/html/crons/cron.php
Failed loading /usr/lib64/php/modules/ioncube_loader_lin_5.4.so: /usr/lib64/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
Am i missing something i should remove?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…