php-src/ext/dba
Michael Orlitzky 4140394642
ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648)
Several of our DBA tests (based on setup/setup_dba_tests.inc) have a
"no lock" version whose expected output is:

  SAME OUTPUT AS PREVIOUS RUN (modulo read during write due to no lock)

This tokyocabinet test, however, is missing the "modulo" bit, because
it is not output when tokyocabinet is built with pthreads support, as
is the case on at least Fedora and the GitHub CI.

To additionally support systems where tokyocabinet is built WITHOUT
pthreads support, this commit adds a wildcard at the end of the
expected output to catch the " (modulo..." string.
2023-08-02 16:50:02 +01:00
..
libcdb Fix [-Wstrict-prototypes] in DBA 2023-03-06 17:03:41 +00:00
libflatfile Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
libinifile Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
tests ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01: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_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
dba_cdb.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_db1.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_db2.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_db3.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_db4.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_dbm.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_flatfile.c Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
dba_gdbm.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_inifile.c Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
dba_lmdb.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_ndbm.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_qdbm.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba_tcadb.c Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
dba.c Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba.stub.php Add support to pass driver flags to DBA handlers 2022-07-23 18:38:27 +01:00
install_cdb.sh Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_cdb.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_db1.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_db2.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_db3.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_db4.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_dba.h Use zend_string for DBA path (#10698) 2023-04-08 17:03:28 +01:00
php_dbm.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_flatfile.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_gdbm.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_inifile.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_lmdb.h Add support to pass driver flags to DBA handlers 2022-07-23 18:38:27 +01:00
php_ndbm.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_qdbm.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
php_tcadb.h Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00