Jason Gerfen said the following on 10/26/2005 12:12 PM:
I am recieving this error in the logs when attempting to split strings with str_split(). I am not sure but isn't this a default function for PHP, as in there aren't any dependant packages involved during the ./confgure time?

Errors:
PHP Fatal error: Call to undefined function: str_split() in file.php on line 21


Did you read the second comment on the str_split manual page? I suspect you're using php4.

http://ca.php.net/manual/en/function.str-split.php

- Ben

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

Reply via email to