|
 |
beginning_php thread: interbase setting for phptriad
Message #1 by "Ika" <ika_smile_jkt@y...> on Wed, 19 Feb 2003 06:23:39
|
|
I installed PHPTriad on my pc, but it looks like it doesn't support
interbase by default. The ibase_connect function won't work (unknown).
What should i do to have interbase function support ?
Do i have to re-installed PHP by manual ? The info at php.net doesn't help
either.
Regards,
Ika
Message #2 by "Nikolai Devereaux" <yomama@u...> on Wed, 19 Feb 2003 10:54:14 -0800
|
|
(cross post with php_configuration)
You have to install the ibase extension. Luckily for you, this is really easy
on a windows machine.
Uncomment the line "extension=php_interbase.dll" in php.ini.
If you don't have the php_interbase.dll file, you'll have to get it from the
PHP site. Download the PHP zip distribution from www.php.net/downloads. Open
the zip file to get the extensions directory dlls. It should be in there.
Make sure that the extension_dir is set properly in php.ini.
Take care,
Nik
|
 |