| 80 | | 警告: 如果您使用类似 /usr/local/php/bin/phpize 的路径, 并且他不是 $PATH 内第一个可以找到 phpize 的, 那么记得 使用 configure --with-php-config=/usr/local/php/bin/php-config, 要完全与 phpize 所在路径一致. |
| | 80 | 警告: 如果您使用类似 /opt/php/bin/phpize 的路径, 并且他不是 $PATH 内第一个可以找到 phpize 的, 那么记得 使用 configure --with-php-config=/opt/php/bin/php-config, 要完全与 phpize 所在路径一致: |
| | 81 | ====== Special path ====== |
| | 82 | {{{ |
| | 83 | #!ShellExample |
| | 84 | ~/src/xcache-build $ PATH="/opt/php/bin/:$PATH" ../xcache/configure \ |
| | 85 | --with-php-config=/opt/php/bin/php-config \ |
| | 86 | --enable-xcache \ |
| | 87 | --enable-xcache-coverager |
| | 88 | (line is broken up for readability) |
| | 89 | ~/src/xcache-build $ make |
| | 90 | }}} |