Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在php7下静态编译时yaf_config.c及yaf_request.c引用standard头文件时未带ext/ #264

Open
imr092 opened this issue Mar 25, 2016 · 1 comment

Comments

@imr092
Copy link

imr092 commented Mar 25, 2016

/install/php-7.0.4/ext/yaf/yaf_request.c:22:56: fatal error: standard/php_string.h: 没有那个文件或目录
#include "standard/php_string.h" /* for php_basename */
改成 #include "ext/standard/php_string.h"

yaf/yaf_config.c

include "standard/php_filestat.h" /* for php_stat */

改成 #include "ext/standard/php_filestat.h" /* for php_stat */

@letwang
Copy link

letwang commented Jun 12, 2019

6666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants