Le Mercredi 28 Mai 2003 01:40, Martin Stjernholm, Roxen IS @ Pike developers forum a écrit :
According to the source this successful test should be enough to define HAVE_MYSQL and hence compile in Mysql support. What does
indices(Mysql);
say on the interactive prompt?
$pike Pike v7.2 release 239 running Hilfe v2.0 (Incremental Pike Frontend)
indices(Mysql);
-:1:Bad argument 1 to indices(). Expected string|array|mapping|multiset|object|program|function
I've tried like this, giving mysql as a program argument :
indices(mysql);
-:1:'mysql' undefined.