We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17b8ea commit 6e25d4fCopy full SHA for 6e25d4f
scripts/php-config.in
@@ -6,7 +6,7 @@ exec_prefix="@exec_prefix@"
6
version="@PHP_VERSION@"
7
vernum="@PHP_VERSION_ID@"
8
include_dir="@includedir@/php"
9
-includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend -I$includedir/ext -I$includedir/ext/date/lib"
+includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib"
10
ldflags="@PHP_LDFLAGS@"
11
libs="@EXTRA_LIBS@"
12
extension_dir='@EXTENSION_DIR@'
0 commit comments