I'm using php 4.0.4. Isn't it a bit annoying to change function names from version to version. Reminds me the way a *software monopoly* which pushes upgrades by incompatibilities :) Just kidding.
Regards, Oyku >> Giving 1.4.'a try I found out the following problem when listcommands > activated. >> >> Fatal error: Call to undefined function: key_exists() in >> ../plugins/listcommands/setup.php on line 48 > > Hello Oyku, > > You are using PHP 4.0.4 or PHP 4.0.5. The mistake that has been made in > the code is that in PHP 4.0.6, a function key_exists exists, and in >>4.0.6, array_key_exists. But in 4.0.4-4.0.5 no such function exists. >>I've > updated the code to work with all required php versions now. > > > Thijs ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
