Searched refs:pdo_firebird (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.1/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 41 PHP_MINIT(pdo_firebird), 42 PHP_MSHUTDOWN(pdo_firebird), 45 PHP_MINFO(pdo_firebird), 52 ZEND_GET_MODULE(pdo_firebird) 55 PHP_MINIT_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MINIT_FUNCTION() argument 74 PHP_MSHUTDOWN_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument 82 PHP_MINFO_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MINFO_FUNCTION() argument
|
H A D | php_pdo_firebird.h | 30 PHP_MINIT_FUNCTION(pdo_firebird); 31 PHP_MSHUTDOWN_FUNCTION(pdo_firebird); 32 PHP_RINIT_FUNCTION(pdo_firebird); 33 PHP_RSHUTDOWN_FUNCTION(pdo_firebird); 34 PHP_MINFO_FUNCTION(pdo_firebird);
|
H A D | config.w32 | 7 …if ((CHECK_LIB("fbclient_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO… 8 …|| CHECK_LIB("gds32_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIRE… 13 EXTENSION("pdo_firebird", "pdo_firebird.c firebird_driver.c firebird_statement.c"); 15 WARNING("pdo_firebird not enabled; libraries and headers not found"); 17 ADD_EXTENSION_DEP('pdo_firebird', 'pdo');
|
H A D | config.m4 | 64 …PHP_NEW_EXTENSION(pdo_firebird, pdo_firebird.c firebird_driver.c firebird_statement.c, $ext_shared… 66 PHP_ADD_EXTENSION_DEP(pdo_firebird, pdo)
|
/PHP-8.1/ext/pdo_firebird/tests/ |
H A D | connect.phpt | 4 pdo_firebird
|
H A D | bug_72931.phpt | 4 pdo_firebird
|
H A D | payload_test.phpt | 4 pdo_firebird
|
H A D | bug_80521.phpt | 4 pdo_firebird
|
H A D | bug_76448.phpt | 4 pdo_firebird
|
H A D | bug_76449.phpt | 4 pdo_firebird
|
H A D | bug_72583.phpt | 4 pdo_firebird
|
H A D | bug_aaa.phpt | 4 pdo_firebird
|
H A D | bug_73087.phpt | 4 pdo_firebird
|
H A D | bug_76450.phpt | 4 pdo_firebird
|
H A D | common.phpt | 4 pdo_firebird
|
H A D | bug_76488.phpt | 4 pdo_firebird
|
H A D | bug_76452.phpt | 4 pdo_firebird
|
H A D | bug_74462.phpt | 4 pdo_firebird
|
H A D | execute_block.phpt | 4 pdo_firebird
|
H A D | ignore_parammarks.phpt | 4 pdo_firebird
|
H A D | bug_47415.phpt | 4 pdo_firebird
|
H A D | bug_62024.phpt | 4 pdo_firebird
|
H A D | bug_48877.phpt | 4 pdo_firebird
|
H A D | ddl.phpt | 4 pdo_firebird
|
H A D | bug_64037.phpt | 4 pdo_firebird
|
Completed in 29 milliseconds
12