Home
last modified time | relevance | path

Searched refs:pdo_firebird (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/pdo_firebird/
H A Dpdo_firebird.c49 PHP_MINIT(pdo_firebird),
50 PHP_MSHUTDOWN(pdo_firebird),
53 PHP_MINFO(pdo_firebird),
60 ZEND_GET_MODULE(pdo_firebird)
63 PHP_MINIT_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MINIT_FUNCTION() argument
75 PHP_MSHUTDOWN_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
83 PHP_MINFO_FUNCTION(pdo_firebird) /* {{{ */ in PHP_MINFO_FUNCTION() argument
H A Dphp_pdo_firebird.h32 PHP_MINIT_FUNCTION(pdo_firebird);
33 PHP_MSHUTDOWN_FUNCTION(pdo_firebird);
34 PHP_RINIT_FUNCTION(pdo_firebird);
35 PHP_RSHUTDOWN_FUNCTION(pdo_firebird);
36 PHP_MINFO_FUNCTION(pdo_firebird);
H A Dconfig.w327 …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 Dconfig.m464 …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-7.4/ext/pdo_firebird/tests/
H A Dskipif.inc3 if(!extension_loaded('pdo_firebird'))
5 die('skip: pdo_firebird not available');
H A Dpayload_test.phpt5 if (!extension_loaded('pdo_firebird')) die("skip pdo_firebird extension not available");
H A Dbug_76449.phpt5 if (!extension_loaded('pdo_firebird')) die("skip pdo_firebird extension not available");
H A Dbug_76450.phpt5 if (!extension_loaded('pdo_firebird')) die("skip pdo_firebird extension not available");
H A Dcommon.phpt5 if (!extension_loaded('pdo_firebird')) print 'skip'; ?>
H A Dbug_76448.phpt5 if (!extension_loaded('pdo_firebird')) die("skip podo_firebird extension not available");
/PHP-7.4/appveyor/
H A Dbuild_task.bat54 set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_firebird,ldap,imap,ftp
/PHP-7.4/
H A DEXTENSIONS121 EXTENSION: pdo_firebird
H A Dphp.ini-development930 ;extension=pdo_firebird
H A Dphp.ini-production930 ;extension=pdo_firebird

Completed in 27 milliseconds