@@ -492,28 +492,6 @@ The following extensions and SAPIs are affected:
492
492
- Curl:
493
493
. --with-curl no longer accepts a directory.
494
494
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
-
517
495
- FPM:
518
496
. --with-fpm-systemd now uses only pkg-config for libsystem checks. The
519
497
libsystemd minimum required version is 209.
@@ -529,16 +507,44 @@ The following extensions and SAPIs are affected:
529
507
. --with-webp-dir becomes --with-webp.
530
508
. --with-xpm-dir becomes --with-xpm.
531
509
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
+
532
517
- Libxml:
533
518
. --with-libxml-dir has been removed.
534
519
. --enable-libxml becomes --with-libxml.
535
520
521
+ - Mbstring:
522
+ . --with-onig has been removed. Unless --disable-mbregex has been passed,
523
+ libonig is required.
524
+
536
525
- ODBC:
537
526
. --with-iodbc no longer accepts a directory.
538
527
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
+
539
542
- Sodium:
540
543
. --with-sodium no longer accepts a directory.
541
544
545
+ - SQLite3:
546
+ . --with-sqlite3 no longer accepts a directory.
547
+
542
548
- Zip:
543
549
. --with-libzip has been removed.
544
550
. --enable-zip becomes --with-zip.
0 commit comments