I cannot make php 5.3.3 load the zend guard loader:
Extracted the tar.gz, moved the .so file in the right place, edited php.ini in the [php] section, rebooted the server and php -v says I don't have the optimiser.
Quote:
[root@intraweb ~]# updatedb; locate php.ini
/etc/php.ini
[root@intraweb ~]# cat /etc/php.ini | grep -i zend | grep -v ";"
zend.ze1_compatibility_mode = Off
zend_extension=/usr/lib64/httpd/modules/ZendGuardLoader.so
zend_loader.enable = 1
[root@intraweb ~]# file /usr/lib64/httpd/modules/ZendGuardLoader.so
/usr/lib64/httpd/modules/ZendGuardLoader.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
[root@intraweb ~]# uname -a
Linux intraweb.local 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@intraweb ~]# php -v
PHP 5.3.3 (cli) (built: Sep 21 2010 09:43:38)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
|