php-src/ext/dba
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
..
libcdb Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
libflatfile Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
libinifile Fix missing initializers in dba inifile 2020-06-23 12:41:10 +02:00
tests Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
config.m4 Allow lookup of distro-packaged QDBM headers on Debian 2019-09-23 09:53:31 +02:00
config.w32 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dba.c Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
dba.stub.php Fix typo (UNKOWN -> UNKNOWN) 2020-04-09 14:06:11 +02:00
dba_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
dba_cdb.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db1.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db2.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db3.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db4.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_dbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_flatfile.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_gdbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_inifile.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_lmdb.c Merge branch 'PHP-7.4' 2020-01-03 18:51:25 +01:00
dba_ndbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_qdbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_tcadb.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
install_cdb.sh Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_cdb.h
php_db1.h
php_db2.h
php_db3.h
php_db4.h
php_dba.h Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
php_dbm.h
php_flatfile.h
php_gdbm.h
php_inifile.h
php_lmdb.h implement support for LMDB in ext/dba 2017-05-28 18:33:12 +02:00
php_ndbm.h
php_qdbm.h
php_tcadb.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00