Control Web Panel

WebPanel => Installation => Topic started by: amiglionni on July 22, 2014, 02:09:52 PM

Title: I need to compile module odbc on php, how to do on CWP?
Post by: amiglionni on July 22, 2014, 02:09:52 PM
I need to compile module odbc on php, how to do on CWP?
I need to connect on oracle using ODBC.
Title: Re: I need to compile module odbc on php, how to do on CWP?
Post by: Administrator on July 22, 2014, 03:15:21 PM
you have php switcher in CWP and you can recompile php with any flags.
Title: Re: I need to compile module odbc on php, how to do on CWP?
Post by: thetuxbrain on August 15, 2023, 06:32:07 AM
you have php switcher in CWP and you can recompile php with any flags.

For this odbc option, what command to add the odbc driver?
Title: Re: I need to compile module odbc on php, how to do on CWP?
Post by: overseer on August 15, 2023, 02:43:46 PM
For Unix ODBC:
Code: [Select]
--with-pdo-odbc=unixODBC,/usr/localOr are you wanting IBM DB2 or generic ODBC flavors?
https://www.php.net/manual/en/ref.pdo-odbc.php (https://www.php.net/manual/en/ref.pdo-odbc.php)
Title: Re: I need to compile module odbc on php, how to do on CWP?
Post by: Starburst on August 15, 2023, 03:38:24 PM
Or M$ SQL or M$ Access?