[PHP] PHP and Interbase !

2003-10-31 Thread Luiz Gustavo Sarubi Macchi
Please,  I´m using Mandrake 9.1.

has anyone a tutorial or a url to find how to build php with interbase
and pdf lib ?

I know that i should put --with-interbase[=DIR], but what else should i
put at ./configure ?

The Interbase runs ok ?

thanks any help



-- 
Luiz Gustavo Sarubi Macchi [EMAIL PROTECTED]
Emar Plasticos Ltda

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



[PHP] php with Interbase ?

2003-10-22 Thread Luiz Gustavo Sarubi Macchi
Hi all, 

Please, I´d like to compile my php with interbase. I know that i should
put --with-interbase[=DIR], but what else should i put in configure ?

Is anyone has a script to do this ?

Should I compile apache too ?

thanks a any help


I´m using:

Mandrake 9.1 kernel 2.4.21-0.13mdk
php-ini-4.3.0-1mdk
mod_php-4.3.1-1mdk
php-readline-4.3.0-1mdk
php-domxml-4.3.0-2mdk
php-xslt-4.3.0-3mdk
php-manual-en-4.3.0-2mdk
libphp_common430-430-11mdk
php-gd-4.3.0-2mdk
php-tclink-4.3.0_3.3.1-12mdk
php-cli-4.3.1-11mdk
php-cgi-4.3.1-11mdk
php-mysql-4.3.0-2mdk
phpgroupware-0.9.14-2mdk
php-xmlrpc-4.3.0-2mdk
php430-devel-430-11mdk
apache2-mod_php-2.0.44_4.3.1-2mdk
php-rrdtool-1.0.40-2mdk
php-xml-4.3.0-2mdk






gugao

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



Re: [PHP] php with Interbase ?

2003-10-22 Thread Jordan S. Jones
It really depends on what you want compiled in.  If you are not sure 
what options are available, you could try
./configure --help

Jordan S. Jones

Luiz Gustavo Sarubi Macchi wrote:

Hi all, 

Please, I´d like to compile my php with interbase. I know that i should
put --with-interbase[=DIR], but what else should i put in configure ?
Is anyone has a script to do this ?

Should I compile apache too ?

thanks a any help

I´m using:

Mandrake 9.1 kernel 2.4.21-0.13mdk
php-ini-4.3.0-1mdk
mod_php-4.3.1-1mdk
php-readline-4.3.0-1mdk
php-domxml-4.3.0-2mdk
php-xslt-4.3.0-3mdk
php-manual-en-4.3.0-2mdk
libphp_common430-430-11mdk
php-gd-4.3.0-2mdk
php-tclink-4.3.0_3.3.1-12mdk
php-cli-4.3.1-11mdk
php-cgi-4.3.1-11mdk
php-mysql-4.3.0-2mdk
phpgroupware-0.9.14-2mdk
php-xmlrpc-4.3.0-2mdk
php430-devel-430-11mdk
apache2-mod_php-2.0.44_4.3.1-2mdk
php-rrdtool-1.0.40-2mdk
php-xml-4.3.0-2mdk




gugao

 

--
I am nothing but a poor boy. Please Donate..
https://www.paypal.com/xclick/business=list%40racistnames.comitem_name=Jordan+S.+Jonesno_note=1tax=0currency_code=USD
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] PHP Warning: InterBase: Error while trying to open file File too large

2003-07-23 Thread Honza Hubeny
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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP/Apache/Interbase/Linux

2001-12-11 Thread Todd Cary

I just updated my Linux 7.1 to Linux 7.2 and apparently the version of
Apache that I was running was replaced.  When I execute phpinfo(),
Interbase is not listed.  In the /tmp/php.ini, Interbase is uncommented.

Now this is where I am lost - again!  As I recall, I had to create a
special version of Apache that incorporated Interbase and some kind soul
on this group gave me the steps on how to do this and how to implement
it.

Is there a way to check old messages or is there another person who
could step me through it?  I'll file the message in a binder - I
promise!

Many thanks

Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP/Apache/Interbase/Linux

2001-12-11 Thread Douglas McKenzie

Theres a mail archive on the php site that you can search through if I 
remember correctly

Todd Cary wrote:

I just updated my Linux 7.1 to Linux 7.2 and apparently the version of
Apache that I was running was replaced.  When I execute phpinfo(),
Interbase is not listed.  In the /tmp/php.ini, Interbase is uncommented.

Now this is where I am lost - again!  As I recall, I had to create a
special version of Apache that incorporated Interbase and some kind soul
on this group gave me the steps on how to do this and how to implement
it.

Is there a way to check old messages or is there another person who
could step me through it?  I'll file the message in a binder - I
promise!

Many thanks

Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] php and Interbase

2001-08-30 Thread V

i do

-Mensaje original-
De: Edney Marcel Imme [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles 29 de agosto de 2001 22:19
Para: [EMAIL PROTECTED]
Asunto: [PHP] php and Interbase


HI.

Anyone use php with Interbase here?


Tks.
Edney Marcel Imme
ICQ: 109374340




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] php and Interbase

2001-08-30 Thread Todd Cary

Yes!  I use it as my routine DB.

Todd

--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php and Interbase

2001-08-29 Thread Edney Marcel Imme

HI. 

Anyone use php with Interbase here?


Tks. 
Edney Marcel Imme
ICQ: 109374340