I just installed Zend Development Environment which installed PHP 4.2.2. Everything ran fine under IIS/XP. Then tried to get PHP working with Firebird which I have been using for about a
I did the following:
Set extension_dir = extension_dir="C:\PROGRA~1\Zend\lib\php_ext" -- actually set my Zend install.
Uncommented the extension=php_interbase.dll in PHP.ini file.
Added magic_quotes_sybase = On
Rebooted.
Run a php script in Zend with the following statement:
$connection = ibase_connect("C:\testdata\TEST.GDB", "SYSDBA", "masterkey");
Get this error message:
"Call to undefined function: ibase_connect()"
I've read the manual which states that says:
Note: Full support for InterBase 6 was added in PHP 4.0.
I note that the phoenix site uses php, but not sure if anyone is using PHP IIS and Firebird.
I'm a long time Delphi programmer that has been frustrated with its Web development tools and have been impressed by PHP and Zend. If I can get to my Firebird databases I'll be a happy PHP programmer!
Thanks for any help.