File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 
.github/scripts/download-bundled Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
77git clone --recurse-submodules --revision=$commit  https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
88
99(cd /tmp/php-src-bundled/pcre2 &&  ./autogen.sh)
10- (cd /tmp/php-src-bundled/pcre2 &&  ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-Werror )
11- (cd /tmp/php-src-bundled/pcre2 &&  make)
10+ (cd /tmp/php-src-bundled/pcre2 &&  ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2)
11+ #   (cd /tmp/php-src-bundled/pcre2 && make)
1212
1313rm -rf ext/pcre/pcre2lib
1414cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
15+ cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1516
1617cd  ext/pcre/pcre2lib
1718git restore config.h
19+ mv pcre2_chartables.c.dist pcre2_chartables.c
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments