| ||||||
| 5/17 |
| 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 |