Skip to content

Commit dcfc289

Browse files
committed
Update changelog
1 parent 47350ba commit dcfc289

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

UPGRADING

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -492,28 +492,6 @@ The following extensions and SAPIs are affected:
492492
- Curl:
493493
. --with-curl no longer accepts a directory.
494494

495-
- IMAP:
496-
. --with-kerberos no longer accepts a directory.
497-
498-
- Intl:
499-
. --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
500-
always required.
501-
502-
- Mbstring:
503-
. --with-onig has been removed. Unless --disable-mbregex has been passed,
504-
libonig is required.
505-
506-
- OpenSSL:
507-
. --with-openssl no longer accepts a directory.
508-
. --with-kerberos no longer accepts a directory.
509-
510-
- PCRE:
511-
. --with-pcre-regex has been removed. Instead --with-external-pcre is provided
512-
to opt into using an external PCRE library, rather than the bundled one.
513-
514-
- Readline:
515-
. --with-libedit no longer accepts a directory.
516-
517495
- FPM:
518496
. --with-fpm-systemd now uses only pkg-config for libsystem checks. The
519497
libsystemd minimum required version is 209.
@@ -529,16 +507,44 @@ The following extensions and SAPIs are affected:
529507
. --with-webp-dir becomes --with-webp.
530508
. --with-xpm-dir becomes --with-xpm.
531509

510+
- IMAP:
511+
. --with-kerberos no longer accepts a directory.
512+
513+
- Intl:
514+
. --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
515+
always required.
516+
532517
- Libxml:
533518
. --with-libxml-dir has been removed.
534519
. --enable-libxml becomes --with-libxml.
535520

521+
- Mbstring:
522+
. --with-onig has been removed. Unless --disable-mbregex has been passed,
523+
libonig is required.
524+
536525
- ODBC:
537526
. --with-iodbc no longer accepts a directory.
538527

528+
- OpenSSL:
529+
. --with-openssl no longer accepts a directory.
530+
. --with-kerberos no longer accepts a directory.
531+
532+
- PCRE:
533+
. --with-pcre-regex has been removed. Instead --with-external-pcre is provided
534+
to opt into using an external PCRE library, rather than the bundled one.
535+
536+
- PDO_SQLite:
537+
. --with-pdo-sqlite no longer accepts a directory.
538+
539+
- Readline:
540+
. --with-libedit no longer accepts a directory.
541+
539542
- Sodium:
540543
. --with-sodium no longer accepts a directory.
541544

545+
- SQLite3:
546+
. --with-sqlite3 no longer accepts a directory.
547+
542548
- Zip:
543549
. --with-libzip has been removed.
544550
. --enable-zip becomes --with-zip.

0 commit comments

Comments
 (0)