Patch pdo_4d.c.patch for PDO_4D Bug #63902
Patch version 2013-01-04 14:30 UTC
Return to Bug #63902 |
Download this patch
Patch Revisions:
Developer: scossu@artic.edu
*** pdo_4d.c.old 2013-01-04 08:15:46.353491914 -0600
--- pdo_4d.c 2013-01-03 22:24:54.280334145 -0600
***************
*** 49,55 ****
};
/* }}} */
/* {{{ pdo_4d_functions[] */
! function_entry pdo_4d_functions[] = {
{ NULL, NULL, NULL }
};
/* }}} */
--- 49,55 ----
};
/* }}} */
/* {{{ pdo_4d_functions[] */
! zend_function_entry pdo_4d_functions[] = {
{ NULL, NULL, NULL }
};
/* }}} */
|