Subject | Installing on Win32 |
---|---|
Author | sgharp |
Post date | 2005-02-11T03:05:08Z |
Hi All,
Firebird is not working with PHP. Here's my setup.
Win XP/Pro (SP2)
Firebird 1.52.2.4731
PHP 5.0.3
Apache 2.0.52
PHP is working fine with Apache. The problem is with the Firebird
install. When I run a test script, I get an error
Fatal error: Call to undefined function ibase_connect() in my.php
I've made the following changes to the php.ini file. I uncommented:
extension=php_gd2.dll
extension=php_interbase.dll
I set the extension dir to the folder that has my php_interbase.dll,
extension_dir = "C:\PHP\ext\"
I also set the session.save_path= to a valid tmp path.
What have I missed?
Thanks for any help,
Steve
Firebird is not working with PHP. Here's my setup.
Win XP/Pro (SP2)
Firebird 1.52.2.4731
PHP 5.0.3
Apache 2.0.52
PHP is working fine with Apache. The problem is with the Firebird
install. When I run a test script, I get an error
Fatal error: Call to undefined function ibase_connect() in my.php
I've made the following changes to the php.ini file. I uncommented:
extension=php_gd2.dll
extension=php_interbase.dll
I set the extension dir to the folder that has my php_interbase.dll,
extension_dir = "C:\PHP\ext\"
I also set the session.save_path= to a valid tmp path.
What have I missed?
Thanks for any help,
Steve