diff options
Diffstat (limited to 'ext/pdo/pdo.c')
-rwxr-xr-x | ext/pdo/pdo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index ee9896c846..1fc13e662a 100755 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -118,6 +118,7 @@ PHP_FUNCTION(pdo_drivers) /* }}} */ /* {{{ arginfo */ +static ZEND_BEGIN_ARG_INFO(arginfo_pdo_drivers, 0) ZEND_END_ARG_INFO() /* }}} */ |