Skip to content

Commit 805b391

Browse files
committed
NEWS: UPGRADING.INTERNALS: Add PCRE2 10.37 info
[ci skip] Signed-off-by: Anatol Belski <[email protected]>
1 parent 8c73dfe commit 805b391

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ PHP NEWS
9393
- OpenSSL:
9494
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)
9595

96+
- PCRE:
97+
. Bundled PCRE2 is 10.37.
98+
9699
- PDO:
97100
. Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for
98101
fetching a BLOB). (Nikita)

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
1313
b. ext/pdo
1414
c. ext/standard
1515
d. ext/pgsql
16+
e. ext/pcre
1617

1718
========================
1819
1. Internal API changes
@@ -103,3 +104,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
103104
- The functions php_pgsql_meta_data(), php_pgsql_convert(), php_pgsql_insert(),
104105
php_pgsql_update(), php_pgsql_delete(), and php_pgsql_select() now accept a
105106
zend_string* instead of a char* for the table name.
107+
108+
e. ext/pcre
109+
- Bundled PCRE2 is at version 10.37. The most important diff to the previous
110+
version is the JIT support on the S390 platform.

0 commit comments

Comments
 (0)