
July 12th, 2006, 10:38 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
function preg_match not found
I've recently installed PHP on my webserver, everything went fine...
However, the function preg_match isn't defined, and neither are all the other preg_* functions.
According to the PHP documentation these should be standard functions
Does anyone have any idea how to get this to work?
Some info from phpinfo():
PHP Version 4.4.2
System
NetBSD sparc.ictwerkplaats.org 3.0 NetBSD 3.0 (GENERIC) #0: Mon Dec 19 04:01:27 UTC 2005 builds@b3.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/sparc/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/sparc/compile/GENERIC sparc
Configure Command './configure' '--disable-all' '--enable-fastcgi' '--enable-discard-path' '--enable-force-redirect' '--prefix=/usr/pkg' '--with-mysql'
PHP API 20020918
PHP Extension 20020429
Zend Extension 20050606
Regex Library Bundled library enabled
_SERVER["SERVER_SOFTWARE"] lighttpd/1.4.10
|