How to update PCRE 8.20 to 8.36

Edit /usr/local/directadmin/custombuild/options.conf and change new_pcre=no to new_pcre=yes , then run these commands:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build pcre
./build php n
 
Edit /usr/local/directadmin/custombuild/options.conf and change new_pcre=no to new_pcre=yes , then run these commands:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build pcre
./build php n

Ok thanks

Need to recompile exim ? or only php ?
 
You only need to recompile php, you don't need to recompile exim. It is not dangerous if you run the commands I posted in post #2.
 
Back
Top