Re: preg_split function.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



João Cândido de Souza Neto wrote:
I´m using the webmiau webmail system in a server with freebsd and php 4.4.0
but it´s not working.

When i try to start the webmail server i get the error bellow:

 Fatal error: Call to undefined function: preg_split() in
/usr/local/www/data-dist/webmail/smarty/Smarty.class.php on line 1609

Anyone can help me about this?

Make a phpinfo page, and load it thru your browser...

<?php

phpinfo();

?>

Look for "PCRE (Perl Compatible Regular Expressions) Support".

If it's not there, or not enabled, you won't be able to use those functions.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux