Install PHP-Screw 1.5 on openSUSE
Posted on1. Download & Prepare cd /usr/local/src wget -O php_screw-1.5.tar.gz http://downloads.sourceforge.net/project/php-screw/php-screw/1.5/php_screw-1.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fphp-screw%2F tar -zxvf php_screw-1.5.tar.gz cd php_screw-1.5 /usr/bin/phpize 2. Change encryption seed vi my_screw.h # change seed to your random value 3. Compile module ./configure –with-php-config=/usr/bin/php-config make If you get error with below message… Comment out 124 & 133 lines those include CG(extended_info) = 1; in php_screw.c Then try compile again. php_screw-1.5/php_screw.c:133: error: ‘struct _zend_compiler_globals’ has no […]