问题
How can I install advantage PHP PDO driver on PHP7 on Ubuntu Server 14.04?
I have followed the instructions here:
https://devzone.advantagedatabase.com/dz/webhelp/Advantage11/index.html
But I'm having an error when trying to execute the make
command
/var/www/php-7.0.9/ext/advantage/php_ads.c: In function ‘zif_ads_tableprivileges’:
/var/www/php-7.0.9/ext/advantage/php_ads.c:4065:31: error: expected expression before ‘ads_connection’
ZEND_FETCH_RESOURCE2(conn, ads_connection *, &pv_conn, -1, "Advantage-Link", le_conn, le_pconn);
make: *** [ext/advantage/php_ads.lo] Error 1
来源:https://stackoverflow.com/questions/39525136/advantage-php-pdo-driver-on-php7