php-src/ext/pdo
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.

This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.

Closes GH-5739.
2020-06-24 09:55:19 +02:00
..
tests Change the default PDO error mode to exceptions 2020-05-04 22:51:47 +02:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
pdo.c Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
pdo.stub.php Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
pdo_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
pdo_dbh.c Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
pdo_dbh.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
pdo_dbh_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
pdo_sql_parser.re Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
pdo_sqlstate.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
pdo_stmt.c Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
pdo_stmt.stub.php Generate method entries from stubs for curl, ffi, pdo, phar 2020-04-14 11:49:02 +02:00
pdo_stmt_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
php_pdo.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_driver.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_pdo_error.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_int.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00