Berkeley CSUA MOTD:Entry 42734
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2006/4/11-16 [Computer/SW/Languages/Web] UID:42734 Activity:nil
4/11    Does anyone know why Soda returns the following on PHP
        even though it is in fact running PHP5.xxx?
        "Fatal error: Call to undefined function preg_replace()"
        \_ Version of PHP has nothing to do w/ it.  The PCRE module
           needs to be installed and loaded for preg_replace() to work.
           --dbushong