Skip to content

Commit f753d1f

Browse files
committed
[skip ci] Update notes
1 parent 0c13523 commit f753d1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

UPGRADING.INTERNALS

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
201201
PHP_SELECT_SAPI now have the source files and flags arguments normalized so
202202
the list of items can be passed as a blank-or-newline-separated list.
203203
- 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.
205206
- TSRM/tsrm.m4 file and its TSRM_CHECK_PTHREADS macro have been removed.
206207
- Added pkg-config support to find libpq for the pdo_pgsql and pgsql
207208
extensions. The libpq paths can be customized with the PGSQL_CFLAGS and

build/php.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ AC_DEFUN([PHP_UTILIZE_RPATHS],[
467467
])
468468

469469
dnl
470-
dnl PHP_ADD_INCLUDE(paths [,before])
470+
dnl PHP_ADD_INCLUDE(paths [,prepend])
471471
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,
473473
dnl paths are prepended to the beginning of INCLUDES.
474474
dnl
475475
AC_DEFUN([PHP_ADD_INCLUDE], [

0 commit comments

Comments
 (0)