mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update changelogs
This commit is contained in:
parent
caea088ac7
commit
a353d4c218
2 changed files with 15 additions and 10 deletions
|
@ -412,6 +412,9 @@ The following extensions are affected:
|
||||||
- Curl:
|
- Curl:
|
||||||
. --with-curl no longer accepts a directory.
|
. --with-curl no longer accepts a directory.
|
||||||
|
|
||||||
|
- IMAP:
|
||||||
|
. --with-kerberos no longer accepts a directory.
|
||||||
|
|
||||||
- Intl:
|
- Intl:
|
||||||
. --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
|
. --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
|
||||||
always required.
|
always required.
|
||||||
|
@ -422,6 +425,7 @@ The following extensions are affected:
|
||||||
|
|
||||||
- OpenSSL:
|
- OpenSSL:
|
||||||
. --with-openssl no longer accepts a directory.
|
. --with-openssl no longer accepts a directory.
|
||||||
|
. --with-kerberos no longer accepts a directory.
|
||||||
|
|
||||||
- PCRE:
|
- PCRE:
|
||||||
. --with-pcre-regex has been removed. Instead --with-external-pcre is provided
|
. --with-pcre-regex has been removed. Instead --with-external-pcre is provided
|
||||||
|
|
|
@ -218,7 +218,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
|
||||||
- Local PHP m4 unused or obsolete macros have been removed:
|
- Local PHP m4 unused or obsolete macros have been removed:
|
||||||
PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS,
|
PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS,
|
||||||
PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE,
|
PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE,
|
||||||
PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT, PHP_READDIR_R_TYPE.
|
PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT, PHP_READDIR_R_TYPE,
|
||||||
|
PHP_SETUP_KERBEROS.
|
||||||
- new --enable-rtld-now build option allow to switch dlopen behavior
|
- new --enable-rtld-now build option allow to switch dlopen behavior
|
||||||
from RTLD_LAZY to RTLD_NOW
|
from RTLD_LAZY to RTLD_NOW
|
||||||
- Minimum Bison version is 3.0+ for generating parser files.
|
- Minimum Bison version is 3.0+ for generating parser files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue