stefan.ceparu
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by stefan.ceparu-
I've found the solution: I had to manually edit the pdo_dblib.c file and change function from: function_entry pdo_dblib_functions[] = { {NULL, NULL, NULL} }; to zend_function_entry pdo_dblib...
-
Hello, I have the same problem on Centos 7, PHP v5.6 PDO_DBLIB-1.0/pdo_dblib.c:37:1: error: unknown type name 'function_entry' function_entry pdo_dblib_functions[] .... etc [COLOR=rgb(255,77,77)] ...