当我需要安装一个模块时,总是不能正常加载,后来发现需要注意两点:
1. 使用phpize时要指定PHP4.4.9的phpize
2. ./configure 时也要指定: --with-php-config=/path/to/php4/bin/php-config
当我需要安装一个模块时,总是不能正常加载,后来发现需要注意两点:
1. 使用phpize时要指定PHP4.4.9的phpize
2. ./configure 时也要指定: --with-php-config=/path/to/php4/bin/php-config