Skip to content

Commit e6089b0

Browse files
authored
Add upgrading note about Autoconf cache variables (php#14985)
[skip ci]
1 parent 90e63d8 commit e6089b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,18 @@ PHP 8.4 INTERNALS UPGRADE NOTES
180180
extension.
181181
- Removed BC enable_pear variable check due to --enable-pear configure option
182182
once used (use with_pear variable name).
183+
- Cache variables synced to php_cv_* naming scheme. If you use them for
184+
advanced cross-compilation, these were renamed:
185+
- ac_cv_copy_file_range -> php_cv_func_copy_file_range
186+
- ac_cv_flush_io -> php_cv_have_flush_io
187+
- ac_cv_func_getaddrinfo -> php_cv_func_getaddrinfo
188+
- ac_cv_have_broken_gcc_strlen_opt -> php_cv_have_broken_gcc_strlen_opt
189+
- ac_cv_have_pcre2_jit -> php_cv_have_pcre2_jit
190+
- ac_cv_syscall_shadow_stack_exists -> php_cv_have_shadow_stack_syscall
191+
- ac_cv_time_r_type -> php_cv_time_r_type
192+
- ac_cv_write_stdout -> php_cv_have_write_stdout
193+
and all other checks wrapped with their belonging cache variables (see *.m4
194+
source files for details).
183195

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

0 commit comments

Comments
 (0)