[PHP-DB] InterBase 6, PHP & Windows 9x

2001-03-13 Thread Jorge Alvarez
Hi there, I would like to know if it is possible do develop a Interbase-driven web site with PHP under Windows 98. If it's possible, which web server do you recommend? Any guidelines or on-line docs I should read? Many thanks in advance, Jorge Alvarez -- PHP Database Mailing List

Re: [PHP-DB] Interbase Problem

2001-06-26 Thread Jorge Alvarez
What OS is running in the InterBase machine? Are you running IB Classic or SuperServer? I haven't seen this error but have read about it a few times, in those cases the machine was running Windows NT and IB SS. -Jorge ""Niel Zeeman"" <[EMAIL PROTECTED]> escribió en el mensaje 9h76jh$ik6$[EMAIL P

[PHP-DB] PHP Bug with InterBase

2001-06-26 Thread Jorge Alvarez
The following bug report was posted to an InterBase newsgroup: --- Anyone who are using PHP + Interbase should be aware of this bugs especially when trying to retrieve IB decimal/float data type from a stored procedure(s). I have reproduced this error that seems as a bug on PHP when retri

[PHP-DB] PHP 4.0.6 InterBase Bug

2001-11-10 Thread Jorge Alvarez
PHP 4.0.6 reports warning about "invalid statement handle" after I use ibase_close() to close opened with ibase_connect() database connection. If I comment ibase_close that removes the warning. Please don't forget to fix this in the next PHP release. In the mean time I went back to PHP 4.0.5, wh