> (...)
> Again, I've reached what seems to be a show-stopper. How are you guys able
> to connect to MYSQL in your PHPUnit tests using ZendStudio?
>
> Thanks again for any information or ideas you can provide.
>
> -Mike
You could just load the .dll/.so in PHP.
if (!extension_loaded('mysql')) {
dl('mysql.' . PHP_SHLIB_SUFFIX);
}
Till
没有评论:
发表评论