File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,11 @@ PHP 7.4 UPGRADE NOTES
216
216
- Libxml:
217
217
. All libxml based extensions now require libxml 2.7.6 or newer.
218
218
219
+ - Mbstring:
220
+ . The oniguruma library is no longer bundled with PHP, instead libonig needs
221
+ to be available on the system. Alternatively --disable-mbregex can be used
222
+ to disable the mbregex component.
223
+
219
224
- OPcache:
220
225
. The --disable-opcache-file|--enable-opcache-file configure options have been
221
226
removed in favor of the opcache.file_cache INI directive.
@@ -244,6 +249,10 @@ PHP 7.4 UPGRADE NOTES
244
249
10. New Global Constants
245
250
========================================
246
251
252
+ - Mbstring:
253
+ . MB_ONIGURUMA_VERSION specifies the version of the oniguruma library against
254
+ which mbregex has been built.
255
+
247
256
- Tidy:
248
257
. TIDY_TAG_ARTICLE
249
258
. TIDY_TAG_ASIDE
@@ -311,6 +320,10 @@ The following extensions are affected:
311
320
. --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
312
321
always required.
313
322
323
+ - Mbstring:
324
+ . --with-onig has been removed. Unless --disable-mbregex has been passed,
325
+ libonig is required.
326
+
314
327
- OpenSSL:
315
328
. --with-openssl no longer accepts a directory.
316
329
You can’t perform that action at this time.
0 commit comments