On Wed, 2005-01-12 at 11:01, Daniel Martin-Fabiani wrote: > Hello! > > I've installed Apache 1.3 on a FreeBSD port and > mod_php4. The installation goes well, but most of the > PHP functions give an error when called: > > Fatal error: Call to undefined function: preg_match() > in /web/data/euitt/euitt.inc.php on line 25 > > And so with Postgres functions. In fact just phpinfo() > works.
Daniel, The phpinfo() function will show you what you compiled into php at compile time with the configure command. Perhaps you did not put things you want into configure? HTH Chris