Should I be asking this elsewhere?
-Mike
On Fri, Jan 16, 2009 at 7:14 AM, Mike Bronner <mike.bronner@gmail.com> wrote:
Interesting point, Till. Thanks for the suggestion, I'll give that a try. :)
-MikeOn Fri, Jan 16, 2009 at 7:12 AM, till <klimpong@gmail.com> wrote:
On Fri, Jan 16, 2009 at 4:09 PM, Mike Bronner <mike.bronner@gmail.com> wrote:
> (...)
> Again, I've reached what seems to be a show-stopper. How are you guys ableYou could just load the .dll/.so in PHP.
> to connect to MYSQL in your PHPUnit tests using ZendStudio?
>
> Thanks again for any information or ideas you can provide.
>
> -Mike
if (!extension_loaded('mysql')) {
dl('mysql.' . PHP_SHLIB_SUFFIX);
}
Till
--
Celebrate Liberty, Freedom, and Rights at http://www.theconstitutionalist.us.
没有评论:
发表评论