diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-21 12:47:49 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-21 12:49:37 +0200 |
| commit | 4dd8fec0739ff6993f0589f60674da99ac2cccbf (patch) | |
| tree | bf0ee4ee5f48b348452000346683e8d6f34c59b7 /ext/pdo_sqlite | |
| parent | 1afcced1f0dfc8afd12bef4fb2cb08048edfd8af (diff) | |
| download | php-git-4dd8fec0739ff6993f0589f60674da99ac2cccbf.tar.gz | |
Add stubs for PDO PGSql extension methods
Diffstat (limited to 'ext/pdo_sqlite')
| -rw-r--r-- | ext/pdo_sqlite/sqlite_driver_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite_driver_arginfo.h b/ext/pdo_sqlite/sqlite_driver_arginfo.h index 1eb797e7cc..ad3df39bac 100644 --- a/ext/pdo_sqlite/sqlite_driver_arginfo.h +++ b/ext/pdo_sqlite/sqlite_driver_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 5134a0b80848f852557b1c22ec102573d79ed9a4 */ + * Stub hash: e367675f85371fb06484e39dd6ccb3433766ffb8 */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDO_SQLite_Ext_sqliteCreateFunction, 0, 0, 2) ZEND_ARG_TYPE_INFO(0, function_name, IS_STRING, 0) |
