File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
201
201
PHP_SELECT_SAPI now have the source files and flags arguments normalized so
202
202
the list of items can be passed as a blank-or-newline-separated list.
203
203
- Autoconf macro PHP_ADD_INCLUDE now takes also a blank-or-newline-separated
204
- list of include directories instead of a single directory.
204
+ list of include directories instead of a single directory. The "prepend"
205
+ argument is validated at Autoconf compile time.
205
206
- TSRM/tsrm.m4 file and its TSRM_CHECK_PTHREADS macro have been removed.
206
207
- Added pkg-config support to find libpq for the pdo_pgsql and pgsql
207
208
extensions. The libpq paths can be customized with the PGSQL_CFLAGS and
Original file line number Diff line number Diff line change @@ -467,9 +467,9 @@ AC_DEFUN([PHP_UTILIZE_RPATHS],[
467
467
] )
468
468
469
469
dnl
470
- dnl PHP_ADD_INCLUDE(paths [,before ])
470
+ dnl PHP_ADD_INCLUDE(paths [,prepend ])
471
471
dnl
472
- dnl Add blank-or-newline-separated list of include paths. If "before " is given,
472
+ dnl Add blank-or-newline-separated list of include paths. If "prepend " is given,
473
473
dnl paths are prepended to the beginning of INCLUDES.
474
474
dnl
475
475
AC_DEFUN ( [ PHP_ADD_INCLUDE] , [
You can’t perform that action at this time.
0 commit comments