Article Jon Willeke · Sep 20, 2016 3m read Using ODBC with PHP in OS X 10.9 (Mavericks) In OS X 10.8 and earlier, PHP was built with ODBC support, making it easy to connect to a Caché database: $ php -r 'phpinfo();' |grep 'ODBC Support' ODBC Support => enabled However, this support was removed in OS X 10.9: #ODBC #Caché 2 1 0 2.6K