Hello,
I have this configuration:
kernel 2.3.20, apache 1.3.27, with php 4.2.3 as apxs module with
firebirdCS-1.0.3-64IO
I have problems with firebird database files which are > 2GB.
Till today everithing 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 connetct throug isql in shell.
everything works good. (No error). But I want connect to my database direcly
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?
Honza Hubeny
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php