在 EasyPHP 文件夹中找不到 Zend 目录

发布于 2024-10-06 07:21:15 字数 556 浏览 8 评论 0原文

我正在阅读有关用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

獨角戲 2024-10-13 07:21:15

好吧,我已经找到了我的问题的解决方案,我确实在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文