summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-14 03:20:03 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-14 03:20:03 +0200
commitdcfc2897323dc864a4d75e524f29d146d4c1554a (patch)
treeba5084ca11d719df40f529e455a5db459a7b4071 /UPGRADING
parent47350ba6e7cb7b92fda0ca3f8082247b109226f9 (diff)
downloadphp-git-dcfc2897323dc864a4d75e524f29d146d4c1554a.tar.gz
Update changelog
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING50
1 files changed, 28 insertions, 22 deletions
diff --git a/UPGRADING b/UPGRADING
index b7f4c6cfac..d5f904e081 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -492,28 +492,6 @@ The following extensions and SAPIs are affected:
- Curl:
. --with-curl no longer accepts a directory.
-- IMAP:
- . --with-kerberos no longer accepts a directory.
-
-- Intl:
- . --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
- always required.
-
-- Mbstring:
- . --with-onig has been removed. Unless --disable-mbregex has been passed,
- libonig is required.
-
-- OpenSSL:
- . --with-openssl no longer accepts a directory.
- . --with-kerberos no longer accepts a directory.
-
-- PCRE:
- . --with-pcre-regex has been removed. Instead --with-external-pcre is provided
- to opt into using an external PCRE library, rather than the bundled one.
-
-- Readline:
- . --with-libedit no longer accepts a directory.
-
- FPM:
. --with-fpm-systemd now uses only pkg-config for libsystem checks. The
libsystemd minimum required version is 209.
@@ -529,16 +507,44 @@ The following extensions and SAPIs are affected:
. --with-webp-dir becomes --with-webp.
. --with-xpm-dir becomes --with-xpm.
+- IMAP:
+ . --with-kerberos no longer accepts a directory.
+
+- Intl:
+ . --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
+ always required.
+
- Libxml:
. --with-libxml-dir has been removed.
. --enable-libxml becomes --with-libxml.
+- Mbstring:
+ . --with-onig has been removed. Unless --disable-mbregex has been passed,
+ libonig is required.
+
- ODBC:
. --with-iodbc no longer accepts a directory.
+- OpenSSL:
+ . --with-openssl no longer accepts a directory.
+ . --with-kerberos no longer accepts a directory.
+
+- PCRE:
+ . --with-pcre-regex has been removed. Instead --with-external-pcre is provided
+ to opt into using an external PCRE library, rather than the bundled one.
+
+- PDO_SQLite:
+ . --with-pdo-sqlite no longer accepts a directory.
+
+- Readline:
+ . --with-libedit no longer accepts a directory.
+
- Sodium:
. --with-sodium no longer accepts a directory.
+- SQLite3:
+ . --with-sqlite3 no longer accepts a directory.
+
- Zip:
. --with-libzip has been removed.
. --enable-zip becomes --with-zip.