Hey,
I downloaded your 4.23 rmp binary, an it's working fine, but I ran into
an odd problem:
This code:
<?
echo preg_replace("/off/","on","it's off");
?>
Returns
Fatal error: Call to undefined function: preg_replace() in foo.php on line 2
What's up?
-sven
---------------------------------------------------------------------
Sven Niemetz