c++ - Homebrew's php-config returns wrong extension dir -
i'm creating makefile compile own php extension , install local php installed homebrew.
so... here's deal:
➜ weeaboo php /usr/local/opt/php56/bin/php ➜ weeaboo php-config /usr/local/opt/php56/bin/php-config ➜ weeaboo /usr/local/opt/php56/bin/php-config --extension-dir /usr/local/cellar/php56/5.6.10/lib/php/extensions/no-debug-non-zts-20131226 ➜ weeaboo cd $(/usr/local/opt/php56/bin/php-config --extension-dir) cd: no such file or directory: /usr/local/cellar/php56/5.6.10/lib/php/extensions/no-debug-non-zts-20131226 why missing? , why php uses directory? how correct extension directory in makefile or php-config?
Comments
Post a Comment