my konfiguration:
- Win2000 prof.
- Mysql 5.0.37
- PHP 5.2.1 (msi installer)
- apache 2.2
I want to migrate from testlink 1.6.2 to 1.7.
Every komponent works for itself. But at the migration step, i get always the following error message:
Warning!: Your PHP installation don't have the MySQL extension - without it is IMPOSSIBLE to use Testlink.Failed!
I know that i need the mysql extension for mysql and i installed it.
I also did the konfiguration in php.ini.
But it doesn't work.
Is there any known bug in php 5.2.1?
Perhaps you can help me.
Thanks a lot!
Are there any known problems with Mysql-Extensions?
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 11
- Joined: Mon Mar 24, 2008 6:37 am
mysql extension
how to check for mysql extension in the php.in
Francisco wrote it.
Create a file a run:
Create a file a run:
Code: Select all
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>