Re: PHP Warning: InterBase: I/O error for file File too large.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have problems with firebird database files which are > 2GB.

Till today everything works good but, now one database file is > then 2 GB
and I have this error message in my log:

[23-Jul-2003 22:54:02] PHP Warning:  InterBase: I/O error for file
"/web/test.gdb" Error while trying to open file File too large  in
/web/test.inc on line 38

in the script on line 38 is:
ibase_pconnect("/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)

when I use this line
ibase_pconnect("localhost:/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)
or connect through isql in shell.

everything works good. (No error). But I want connect to my database directly
through php and libgds.so, and not via gds_inet_server on localhost.

I trie to compile php module in several ways, check the versions of libs
(libgds.so) but with no success.
Can anybody send some suggestion to me?

Not sure that I can help, but TCP/IP access to Firebird is by far the bast way to go anyway.


This is probably a hangover from the fact that the php module is quite old, and the best place to discuss it is on the Firebird-php list on yahoo. We do have ONE person who has been fixing bugs in the php module ;)

http://groups.yahoo.com/group/firebird-php?yguid=70215863

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services


-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux