|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-11-19 17:22 UTC] cmb@php.net
[2021-11-20 22:28 UTC] phpbugs at icounsellor dot co dot uk
[2021-11-22 06:44 UTC] chamath dot gunasekara at gmail dot com
[2021-11-22 08:51 UTC] mikijezi at gmail dot com
[2021-11-22 11:43 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2021-11-22 11:43 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 13:00:01 2025 UTC |
Description: ------------ Hello, after upgrading from PHP 7.4.25 to PHP 7.4.26 on my servers, preg_match and preg_match_all compilation started to fail with the following error message: "PHP Warning: preg_match_all(): Compilation failed: unrecognised compile-time option bit(s) at offset 0". To resolve it I had to upgrade the libpcre2-8-0 package. The libpcre2-8-0 was at "version" 10.36, I upgraded it to "version" 10.39. Test script: --------------- preg_match('/abc/', 'foo');