On Saturday 15 February 2003 18:06, Ilia Alshanetsky wrote: Hello Ilia,
> - if ($row[1] == "NO") { > + if ($row[1] == "DISABLED") { I wonder why do you change NO to DISABLED in the SKIPIF section. Do you have other values for have_innodb than YES/NO ?! mysql> show variables like 'have%'; +------------------+----------+ | Variable_name | Value | +------------------+----------+ | have_bdb | NO | | have_crypt | YES | | have_innodb | NO | | have_isam | YES | | have_raid | NO | | have_symlink | DISABLED | | have_openssl | YES | | have_query_cache | YES | +------------------+----------+ 8 rows in set (0.00 sec) Regards Georg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php