Ingres Community Forums Login Register Ingres.com  

Ingres Community Forum


Go Back   Ingres Community Forums > Ingres Forums > Database Drivers and APIs > PHP
 

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-12-03   #1 (permalink)
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default How to compile PHP5.2.6 with Ingres support

Dear All,

I want to compile PHP5.2.6 with Ingres support. Earlier we had php4 and now we want to migrate to php5. Now when i do

./configure --help | grep ingres it does not show any option for enabling Ingres support like --with-ingres.

I tried compiling it with ./congiure --with-ingres=/ingress-dir/ , the compilation went ok but gave me a Notice that unknown configure option used --with-ingres.

Can someone please let me know how i can compile PHP5.2.6 with ingres or rather what option shall i use?

Thanks,
Sumeet.
sumeet_khokhani is offline   Reply With Quote
Old 2008-12-03   #2 (permalink)
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default

you do not include the --with-ingres statement in the ./configure in this version of PHP.

go to the following site and follow the directions for obtaining and installing ingres-2.0.0

http://community.ingres.com/wiki/PHP...x_Installation
acollins102 is offline   Reply With Quote
Old 2008-12-04   #3 (permalink)
Ingres Staff
 
grant's Avatar
 
Join Date: Mar 2007
Location: Valladolid, EspaƱa
Posts: 381
Blog Entries: 1
Send a message via MSN to grant
Default

Hi,

As acollins102 points out the PHP extension for ingres is not part of the PHP core distribution. Due to a naming conflict, 2 years ago it was moved into PECL (PHP extension community library). The main project page for the extension is now http://pecl.php.net/ingres. As mentioned you can find more information on the driver via http://community.ingres.com/wiki.

regards

grant
__________________
Ingres PHP and Ruby Maintainer
http://blogs.planetingres.org/grant
grant is offline   Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


© 2009 Ingres Corporation. All Rights Reserved