Skip to content

Commit ddccb6c

Browse files
committed
build: search system for PHP 8.4
1 parent 1ddc65d commit ddccb6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ AC_ARG_WITH([php], [
260260
[PHP_CONFIG="$withval"],
261261
[
262262
dnl OpenBSD uses php-config-N, Debian php-configN
263-
AC_PATH_PROGS([PHP_CONFIG], [php-config php-config-8.3 php-config8.3 php-config83 php-config-8.2 php-config8.2 php-config82 php-config-8.1 php-config8.1 php-config81 php-config-8.0 php-config8.0 php-config80 php-config-7.4 php-config7.4 php-config74])
263+
AC_PATH_PROGS([PHP_CONFIG], [php-config php-config-8.4 php-config84 php-config-8.3 php-config8.3 php-config83 php-config-8.2 php-config8.2 php-config82 php-config-8.1 php-config8.1 php-config81 php-config-8.0 php-config8.0 php-config80 php-config-7.4 php-config7.4 php-config74])
264264
dnl Set something so the error messages make more sense
265265
AS_IF([test -z "$PHP_CONFIG"], [PHP_CONFIG="php-config"])
266266
])

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ FreeBSD/OpenBSD
7878

7979
.. code-block::
8080
81-
./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --with-php-config=/usr/local/bin/php-config-8.2
81+
./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --with-php=/usr/local/bin/php-config-8.4
8282
8383
Solaris/OmniOSce
8484
----------------

0 commit comments

Comments
 (0)