[PHP-WIN] Interbase on IIS with php 4.21

2002-06-26 Thread Saci
I have Interbase (Firebird) installed and working When i try to connect using PHP4.21 (Installed with autoinstaler) I receive the folowing message Fatal error: Call to undefined function: ibase_connect() in d:\inetpub\wwwroot\impac\php\teste16.php on line 7 Why the ibase)connect() functio

Re: [PHP-WIN] InterBase + BLOB

2001-08-13 Thread Todd Cary
As I recall, there is a reference to this on the http://www.php.net site. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

[PHP-WIN] InterBase + BLOB

2001-08-13 Thread Sichta Daniel
Hi, Does anybody know where can I get description for InterBase functions ibase_blob_ ? I looked at www.php.net but no luck !! Or does somebody have any example how to insert image via form to InterBase database in PHP ? cfg: w2k, Apache 1.3.20, php404pl1 IB 6.0 Thank you DAN -- PHP Window

[PHP-WIN] Interbase/PHP/Apache implimentation

2001-07-13 Thread Jordan
Okay... ...I have been trying (and failing) to get Interbase to work with PHP, served up by Apache on a Win2K machine. Through a lot of headache and the process of elimination, I have succeeded in getting an SQL response from PHP, after eliminating any instructions for Apache to load the PHP m

RE: [PHP-WIN] Interbase problem

2001-07-13 Thread Sichta Daniel
Hi Ruslan, I try it with no luck !! I get same error !!! Any other solution ? DAN -Original Message- From: Ruslan Ohitin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 11:56 AM To: Sichta Daniel Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Interbase problem Hello Sichta, Try

Re: [PHP-WIN] Interbase problem

2001-07-13 Thread Ruslan Ohitin
Hello Sichta, Try to run your script from the command line (php.exe script.php) May be it's your web server configuration error. SD> Hi everybody !! SD> My cfg: w2k, Apache 1.3.x, IB6., php4.07 SD> When I run phpinfo() I can see that interbase dll is loaded but when I try SD> to do ibase_conne

[PHP-WIN] Interbase problem

2001-07-13 Thread Sichta Daniel
Hi everybody !! My cfg: w2k, Apache 1.3.x, IB6., php4.07 When I run phpinfo() I can see that interbase dll is loaded but when I try to do ibase_connect() with parameters host = my IP:path to gdb user: SYSDBA password: masterkey I get this error : "php.exe has generated errors and will be closed

Re: [PHP-WIN] InterBase

2001-05-16 Thread JayAchTee
You still need the php_interbase.dll (client side) uncommented from the php.ini file in the %SYSTEMROOT% folder. It should look something like this: ... extension_dir = D:\PHP\Extensions ... extension=php_interbase.dll ... The extension_dir is where the dlls are located. Regards! ""Daniel Sich

[PHP-WIN] Interbase again

2001-04-23 Thread Daniel Sichta
Hi there !! IIS + php 4.0.5 I'm getting error message Warning: Unable to load dynamic library 'c:/script/php405/extensions/php_interbase.dll' - I have IB server on different PC. What I'm doing wrong ? Ing. Daniel Šichta CUSTOM.web s.r.o. Hodžova 13 01001 Žilina, SLOVAKIA ++421 89 564 3474 mobile

[PHP-WIN] InterBase

2001-04-20 Thread Daniel Sichta
Hi there !! IIS + php 4.0.5 I'm getting error message Warning: Unable to load dynamic library 'c:/script/php405/extensions/php_interbase.dll' - I have IB server on different PC. What I'm doing wrong ? Ing. Daniel Šichta CUSTOM.web s.r.o. Hodžova 13 01001 Žilina, SLOVAKIA ++421 89 564 3474 mobile

[PHP-WIN] Interbase: ibase_pconnect() problem

2001-03-15 Thread Wolfgang Hege
Hi ! I have following problem when connecting to Interbase: When trying to establish a persistent connection using 'ibase_pconnect()' a new connection is created each time. The database connection remains open, but it will not be re-used later. So I have loads of database connections and a huge

Re: [PHP-WIN] Interbase/PHP Blob types

2001-02-18 Thread Michael Cartmel
o: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 10:32 AM Subject: [PHP-WIN] Interbase/PHP Blob types I've seen some conversation on this list about blob types but never really an answer. I'm having the problem where I'm trying to insert text into a

[PHP-WIN] Interbase/PHP Blob types

2001-02-15 Thread Ed Meyer
I've seen some conversation on this list about blob types but never really an answer. I'm having the problem where I'm trying to insert text into a blob but I'm getting the error message: Warning: Interbase: conversion error from string "BLOB" in filename on line 13 Here's more info about the