Posted by Ben on 10/26/05 22:19
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
[Back to original message]
|