2017-07-06记录一下PDO_OCI安装过程坑点

突然想学PHP研究一下
于是下载安装了LAMP
一切很顺利
之前用到oracle
PHP也能用PDO_OCI连接多达12种数据库
于是
1.装Instantclient 无尿点哦‘
2.装PDO_OCI
(1) 找不到乱七八糟的文件,解决方法:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1393640
千言万语汇成一句话 sudo ln -s /usr/include/php5/ /usr/include/php
还是路径问题阿 @@
(2) pdo_oci.c:34:1: error: unknown type name 'function_entry',解决方法:
-https://bugs.php.net/bug.php?id=61479
Just Change function_entry To zend_function_entry in your pdo_oci.c file
英语好还是有点用
3.装oci8无尿点

最后祝大家天天好心情

你可能感兴趣的:(2017-07-06记录一下PDO_OCI安装过程坑点)