Author Topic: I need to compile module odbc on php, how to do on CWP?  (Read 9408 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I need to compile module odbc on php, how to do on CWP?
« 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.

Offline
*
Re: I need to compile module odbc on php, how to do on CWP?
« Reply #1 on: July 22, 2014, 03:15:21 PM »
you have php switcher in CWP and you can recompile php with any flags.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: I need to compile module odbc on php, how to do on CWP?
« Reply #2 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?

Offline
****
Re: I need to compile module odbc on php, how to do on CWP?
« Reply #3 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

Offline
****
Re: I need to compile module odbc on php, how to do on CWP?
« Reply #4 on: August 15, 2023, 03:38:24 PM »
Or M$ SQL or M$ Access?