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 64237c4 commit 37d4fa7Copy full SHA for 37d4fa7
scripts/php-config.in
@@ -4,7 +4,7 @@ prefix="@prefix@"
4
exec_prefix="@exec_prefix@"
5
version="@PHP_VERSION@"
6
includedir="@includedir@/php"
7
-includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend -I$includedir/ext"
+includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend -I$includedir/ext -I$includedir/ext/date/lib"
8
ldflags="@PHP_LDFLAGS@"
9
libs="@EXTRA_LIBS@"
10
extension_dir='@EXTENSION_DIR@'
0 commit comments