|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2017-09-29 13:11 UTC] remi@php.net
 
-Assigned To:
+Assigned To: remi
  [2017-09-29 13:50 UTC] remi@php.net
  [2017-11-15 15:05 UTC] remi@php.net
 
-Status: Assigned
+Status: Closed
 | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Description: ------------ pcre system library can be build without jit support, which may be required on some arch. Example in fedora %ifarch s390 s390x sparc64 sparcv9 riscv64 --disable-jit \ %else --enable-jit \ %endif So, on these arches: ext/pcre/.libs/php_pcre.o: In function `php_pcre_replace_func_impl': /builddir/build/BUILD/php-7.2.0RC3/ext/pcre/php_pcre.c:1593: undefined reference to `pcre_jit_exec'