简体   繁体   English

使用MAMP PRO安装Phalcon时出现问题-PHP 7.0.8

[英]Trouble installing Phalcon with MAMP PRO - PHP 7.0.8

I am having some trouble installing phalcon on my Macbook Pro with MAMP. 我在使用MAMP的Macbook Pro上安装Phalcon时遇到问题。 I used this guide to do my installation ( https://www.extreme-creations.co.uk/blog/how-to-install-phalcon-php-framework-with-mamp-on-osx/ ), I also tried this guide ( https://github.com/majksner/php-phalcon-mamp ) but no luck either. 我使用本指南进行安装( https://www.extreme-creations.co.uk/blog/how-to-install-phalcon-php-framework-with-mamp-on-osx/ ),我也尝试过本指南( https://github.com/majksner/php-phalcon-mamp ),但也没有运气。 I did my testing using this but i couldn't find "=> phalcon" in the array. 我使用此工具进行了测试,但在数组中找不到“ => phalcon”。

I tried to load up phpinfo() and i couldn't find phalcon extension. 我试图加载phpinfo(),但找不到phalcon扩展名。 and this is the 这是

  1. path Configuration File (php.ini) Path /Applications/MAMP/bin/php/php7.0.8/conf 路径配置文件(php.ini)路径/Applications/MAMP/bin/php/php7.0.8/conf
  2. Loaded Configuration File /Library/Application Support/appsolute/MAMP PRO/conf/php.ini 加载的配置文件/ Library / Application Support / appsolute / MAMP PRO / conf / php.ini
  3. Scan this dir for additional .ini files (none) 扫描此目录以查找其他.ini文件(无)
  4. Additional .ini files parsed (none) 已解析其他.ini文件(无)

however, the Loaded Config file path, I went there but the conf folder doesn't even exist. 但是,我去了加载配置文件路径,但是conf文件夹甚至不存在。 any help would highly appreciate. 任何帮助将不胜感激。

Following these advices may help you: 遵循以下建议可能对您有帮助:

  • follow these steps: https://stackoverflow.com/a/32963161/1100671 请按照以下步骤操作: https : //stackoverflow.com/a/32963161/1100671
  • ensure that you're editing the correct php.ini by reading value from php function echo php_ini_loaded_file(); 通过从php函数echo php_ini_loaded_file();读取值echo php_ini_loaded_file();确保您正在编辑正确的php.ini echo php_ini_loaded_file();
  • if none of precompiled files work, you can try to compile it by yourself. 如果没有预编译的文件,则可以尝试自己进行编译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM