php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch search_pcre_in_common_installation_directories.patch for PCRE related Bug #64617

Patch version 2015-08-25 11:29 UTC

Return to Bug #64617 | Download this patch
Patch Revisions:

Developer: rainer-phpbugs@7val.com

--- ./configure	2013-04-15 11:29:12.864705659 +0200
+++ ./configure	2013-04-15 11:29:14.056700937 +0200
@@ -24160,4 +24160,4 @@
-    for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/$PHP_LIBDIR; do
+    for j in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/lib64 $PHP_PCRE_REGEX/$PHP_LIBDIR $PHP_PCRE_REGEX/lib/*/; do
       test -f $j/libpcre.a || test -f $j/libpcre.$SHLIB_SUFFIX_NAME && PCRE_LIBDIR=$j
     done
     
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 12:01:30 2024 UTC