Skip to content

Commit e85cc37

Browse files
committed
[skip ci] Add note about ext_* variables
1 parent d2fba68 commit e85cc37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
227227
- ac_cv_write_stdout -> php_cv_have_write_stdout
228228
and all other checks wrapped with their belonging cache variables (see *.m4
229229
source files for details).
230+
- The ext_builddir, ext_srcdir, and ext_dir variables are now set before
231+
calling the PHP_NEW_EXTENSION macro, enabling their usage anywhere in the
232+
current config.m4 file.
230233

231234
c. Windows build system changes
232235
- The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19,

0 commit comments

Comments
 (0)