在 EasyPHP 文件夹中找不到 Zend 目录
我正在阅读有关用 C 创建 php 扩展的教程。我正在使用 Visual Studio 2008 和 EasyPHP,其目录包括 /ext 文件夹(PHP 扩展目录),
这是教程: devarticles.com/c/a/Cplusplus/Developing-Custom-PHP-Extensions-Part-1/2/" rel="nofollow">http://www.devarticles.com/c/a/Cplusplus/Developing-Custom -PHP-Extensions-Part-1/2/
我在第 4 步中遇到问题:
块引用 4. 在预处理器类别中,添加以下“其他包含目录”:....、....\main、..\Zend、..\TSRM、..\bindlib_w32。
我在 easyphp forlder 中搜索了 main 、 zend 、 tsrm 和 bindlib_w32 目录,但找不到它们。
如果 EasyPHP 不包含 zend 目录。如何将其部署到正确的目录中?
提前谢谢你
I'm about reading a tutorial about creating php extensions in C. I'm using Visual Studio 2008 and EasyPHP whose directory includes /ext folder (PHP extensions directory)
this is the tutorial : http://www.devarticles.com/c/a/Cplusplus/Developing-Custom-PHP-Extensions-Part-1/2/
I've a problem in the step 4 :
Blockquote
4. In the Preprocessor Category, add the following "Additional include directories": ...., ....\main, ....\Zend, ....\TSRM, ....\bindlib_w32.
I searched the main , zend , tsrm and bindlib_w32 directories in the easyphp forlder and I couldn't find them.
if EasyPHP doesnot include zend directory. How can I deploy it in its correct directory?
and thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我已经找到了我的问题的解决方案,我确实在 php 目录中寻找 zend 文件夹。但我必须查看 PHP 代码源目录,而不是 php 本身。谢谢
Okey I've found the solution to my question, I was indeed looking for the zend folder in the directory of php. But I must look in the PHP code source directory, not in the php itself. thank you