Re: [phpodpworld-users] PHP version 4.x support
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2006-04-20 14:47:03
|
* Howard Lee <hl...@gm...> [2006-04-20]: > Dear all, > > According to the phpodpworld home page, PHP 4.3 or better is required. > However, the function str_ireplace is used in the file > functions.inc.php. This function is only present in PHP 5 as I > understand. Any comments? Your are correct on both issues - str_ireplace requires PHP 5 - and the intended requirement for phpodpworld was 4.3. Is this an immediate problem for you? I'll of course rewrite the part that use str_ireplace because requiring PHP is too strict. Hans PS! And you know that my development environment is PHP5 :-) |