我正在尝试将 PHP 5.5.5 构建为 Apache 模块(在 Dreamhost VPS 上)。我正在使用这个配置命令:
'./configure' '--prefix=/home/stimulantvps/php/php5.5.5' '--with-config-file-path=/home/stimulantvps/php/php5.5.5/etc/php5' '--with-config-file-scan-dir=/home/stimulantvps/php/php5.5.5/etc/php5' '--enable-so' '--bindir=/home/stimulantvps/php/php5.5.5/bin' '--enable-zip' '--with-xmlrpc' '--with-freetype-dir=/usr' '--with-mhash=/usr' '--with-zlib-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-curl=/home/stimulantvps/php/php5.5.5' '--with-gd' '--enable-gd-native-ttf' '--enable-ftp' '--enable-exif' '--enable-sockets' '--enable-wddx' '--enable-calendar' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--with-mysql=/usr' '--with-mysqli=mysqlnd' '--with-pear' '--with-gettext' '--with-pdo-mysql=mysqlnd' '--with-openssl=/home/stimulantvps/php/php5.5.5' '--with-xsl' '--with-mcrypt=/home/stimulantvps/php/php5.5.5'
构建运行良好,但在我能找到的任何地方都没有 .so 文件输出。
bin/php 确实从命令行运行,并且 phpinfo() 的输出在这里。https://gist.github.com/endquote/f57d510080eb44e9d818