简体   繁体   English

xcode开发人员工具和php

[英]xcode developer tools and php

Can someone please explain what is the role of xcode developer tools in developing php applications and installing extensions? 有人可以解释一下xcode开发人员工具在开发php应用程序和安装扩展中的作用吗?

Between Mamp Pro, xcode developer tools and extensions which doesn't seem to install and configure amongst the million available php.ini files, I am losing my mind. 在Mamp Pro,xcode开发人员工具和扩展之间,似乎并没有在数百万个可用的php.ini文件中进行安装和配置,我迷失了方向。

Two days and I don't seem any step closer to running and debugging a simple app which only requires http.so. 这两天,我似乎离运行和调试仅需要http.so的简单应用程序还差得远。

It's insane. 太疯狂了

Ok this is the response from MAMP PRO support. 好的,这是MAMP PRO支持人员的答复。

At this point you cannot install extensions. 此时,您无法安装扩展。 From what I understand is header files get created when the separate versions of php are compiled. 据我了解是编译单独版本的php时会创建头文件。 These header files are needed to compile additional extensions for that particular version/setup of php. 需要这些头文件来编译该特定版本php的其他扩展名。

We had these files available in the past for some versions of MAMP PRO 2.x . 过去,某些版本的MAMP PRO 2.x提供了这些文件。 We have not made them available for any versions of MAMP 3.x . 我们尚未将它们提供给MAMP 3.x的任何版本。 We may come out with a developer edition, which will include these. 我们可能会推出一个开发人员版本,其中将包括这些内容。 I don't know when or if this is. 我不知道这是什么时候。 I would open another ticket in January and see if there is any progress on this. 我将在一月份打开另一张票,看看是否有任何进展。

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

相关问题 我的服务器的在线 php 开发人员工具? - online php developer tools for my server? 打开PHP文件后,Eclipse PHP Developer Tools崩溃 - Eclipse PHP Developer Tools crash after opening a PHP file Chrome开发人员工具-控制台-您可以检查PHP变量吗? - Chrome Developer Tools - Console - Can you inspect a PHP var? 禁用Zend开发人员工具 - Disable Zend Developer Tools 开发人员工具:监视wordpress /网站请求的php / html文件-搜索使用了哪个content.php - Developer tools: Monitor a wordpress/website's requested php/html files - hunting which content.php is used 无法访问JavaScript中的PHP数组,已初始化为数组的javascript对象在chrome开发人员工具中最终为空 - Unable to access PHP array in javascript, javascript object initialized to array ends up empty in chrome developer tools 如何使用firefox开发人员工具从PHP记录服务器端消息 - How to use firefox developer tools to log server side messages from PHP Laravel / PHP dd()在Chrome开发人员工具中显示非结构化数组 - Laravel/PHP dd() displays non-structured arrays in Chrome developer tools 在开发人员工具上获取语法错误 - Getting syntax error on developer tools CSS显示何时在开发人员工具中但不在文件中 - CSS shows when in developer tools but not in file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM