Searched refs:Firebird (Results 1 – 24 of 24) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | pdo_firebird_utils.cpp | 24 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_get_client_version() 25 Firebird::IUtil* util = master->getUtilInterface(); in fb_get_client_version() 31 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_time() 32 Firebird::IUtil* util = master->getUtilInterface(); in fb_encode_time() 38 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_date() 58 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_decode_time_tz() 60 Firebird::IStatus* status = master->getStatus(); in fb_decode_time_tz() 61 Firebird::CheckStatusWrapper st(status); in fb_decode_time_tz() 77 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_decode_timestamp_tz() 79 Firebird::IStatus* status = master->getStatus(); in fb_decode_timestamp_tz() [all …]
|
H A D | config.m4 | 2 [for Firebird support for PDO], 4 [PDO: Firebird support. DIR is the Firebird base install directory 17 [AC_MSG_ERROR([Firebird required version is at least 3.0])])
|
H A D | CREDITS | 1 Firebird driver for PDO
|
H A D | pdo_firebird.stub.php | 11 class Firebird extends \PDO class
|
H A D | config.w32 | 3 ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
|
/php-src/ext/pdo_firebird/tests/ |
H A D | transaction_isolation_level_attr.phpt | 18 'Pdo\\Firebird::READ_COMMITTED', 19 'Pdo\\Firebird::REPEATABLE_READ', 20 'Pdo\\Firebird::SERIALIZABLE', 93 OK: Pdo\Firebird::READ_COMMITTED 94 OK: Pdo\Firebird::REPEATABLE_READ 95 OK: Pdo\Firebird::SERIALIZABLE 97 …Firebird::TRANSACTION_ISOLATION_LEVEL must be a valid transaction isolation level (Pdo\Firebird::R… 101 OK: Pdo\Firebird::READ_COMMITTED 103 OK: Pdo\Firebird::REPEATABLE_READ 105 OK: Pdo\Firebird::SERIALIZABLE [all …]
|
H A D | transaction_access_mode.phpt | 32 Pdo\Firebird::WRITABLE_TRANSACTION => $value['val'], 87 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true); 92 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true); 96 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION)); 101 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false); 105 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION)); 109 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false); 114 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true); 118 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION)); 123 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false); [all …]
|
H A D | fb4_datatypes_params.phpt | 2 PDO_Firebird: Supported Firebird 4.0 datatypes (parameters) 7 if (Pdo\Firebird::getApiVersion() < 40) { 8 die('skip: Firebird API version must be greater than or equal to 40'); 15 die("skip Firebird Server version must be greater than or equal to 4.0.0");
|
H A D | fb4_datatypes.phpt | 2 PDO_Firebird: Supported Firebird 4.0 datatypes 7 if (Pdo\Firebird::getApiVersion() < 40) { 8 die('skip: Firebird API version must be greater than or equal to 40'); 15 die("skip Firebird Server version must be greater than or equal to 4.0.0");
|
H A D | testdb.inc | 24 function connectToDb(): Pdo\Firebird { 25 …return Pdo\Firebird::connect(PDO_FIREBIRD_TEST_DSN, PDO_FIREBIRD_TEST_USER, PDO_FIREBIRD_TEST_PASS…
|
H A D | transaction_isolation_level_behavior.phpt | 54 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::READ_COMMITTED] 77 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::REPEATABLE_READ] 107 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::SERIALIZABLE]
|
H A D | pdofirebird_002.phpt | 16 if (!$db instanceof Pdo\Firebird) { 17 echo "Wrong class type. Should be Pdo\Firebird but is " . get_class($db) . "\n";
|
H A D | get_api_version.phpt | 12 echo Pdo\Firebird::getApiVersion() . "\n";
|
H A D | bug_72931.phpt | 2 PDO_Firebird: Bug 72931 Insert returning fails on Firebird 3
|
H A D | bug_62024.phpt | 2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
|
H A D | bug_48877.phpt | 2 PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use name…
|
H A D | bug_64037.phpt | 2 Bug #64037 Firebird return wrong value for numeric field
|
H A D | autocommit.phpt | 12 /* Part of the error messages probably vary depending on the version of Firebird,
|
H A D | gh10908.phpt | 2 GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland)
|
H A D | bug_77863.phpt | 2 PDO_Firebird: Bug #76488 PDO Firebird does not support boolean datatype in input parameters
|
/php-src/.github/scripts/windows/ |
H A D | test_task.bat | 52 rem setup Firebird related exts 54 …AD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-x64.… 56 …AD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-Win3… 58 curl -sLo Firebird.zip %PHP_FIREBIRD_DOWNLOAD_URL% 59 7z x -oC:\Firebird Firebird.zip 64 …ABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_FIREBIRD_TEST_PASS%';> C:\Firebird\setup.sql 65 C:\Firebird\instsvc.exe install -n TestInstance 66 C:\Firebird\isql -q -i C:\Firebird\setup.sql 67 C:\Firebird\instsvc.exe start -n TestInstance 69 path C:\Firebird;%PATH%
|
/php-src/ext/standard/tests/misc/ |
H A D | browsernames.inc | 44 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", 45 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030423 Firebird Browser/0.6",
|
H A D | get_browser_variation1.phpt | 879 string(60) "Mozilla/5.0 (X11; *; Linux*; *; rv:1.*) Gecko/* Firebird/0.*" 881 string(8) "Firebird" 883 string(8) "Firebird"
|
H A D | browscap.ini | 14376 [Firebird] section 14390 Parent=Firebird 14393 Parent=Firebird 14396 Parent=Firebird 14399 Parent=Firebird 14402 Parent=Firebird 14406 Parent=Firebird 14410 Parent=Firebird 14414 Parent=Firebird 14418 Parent=Firebird [all …]
|
Completed in 181 milliseconds