Has anyone tried installing php-odbc 4.1.2-7.3.4 rpm? I have Redhat Linux ver 7.3 with Apache web server, PHP ver 4.1.2-7.3.4
It seems like the php-odbc 4.1.2-7.3.4 rpm installed fine but something is messed up... I am getting the following error message from one of my php scripts:
"Fatal error: Call to undefined function: odbc_pconnect()"
the function odbc_connect doesn't work either. That leads me to believe there is a problem with the php-odbc.... PHP itself works fine. Do I need to re-install the php rpm after installing the php-odbc rpm?