Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mac OS X Lion 上,命令php -v返回
php -v
PHP 5.4.4 (cli) (built: Jun 30 2012 16:45:58)
在我的本地服务器(localhost)上,phpinfo给了我:
phpinfo
PHP Version 5.3.10
你能帮帮我吗,我需要 php 5.4 来安装 Symfony2。
我的 Apache 安装在 httpd.conf 文件中有这两行:
PHPIniDir "C:/Program Files/PHP" LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
确保这些 Apache 行中的目录是您想要的 PHP 版本的目录。
更改 httpd.conf 文件后,您必须停止并重新启动 Apache。