Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 15 of 15) sorted by relevance

/PHP-5.6/ext/interbase/
H A Dphp_interbase.h27 PHP_MINIT_FUNCTION(ibase);
28 PHP_RINIT_FUNCTION(ibase);
29 PHP_MSHUTDOWN_FUNCTION(ibase);
30 PHP_RSHUTDOWN_FUNCTION(ibase);
31 PHP_MINFO_FUNCTION(ibase);
H A Dphp_ibase_includes.h62 ZEND_BEGIN_MODULE_GLOBALS(ibase)
68 ZEND_END_MODULE_GLOBALS(ibase)
70 ZEND_EXTERN_MODULE_GLOBALS(ibase)
H A Dconfig.w327 if (CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_INTERBASE",
H A Dinterbase.c47 static PHP_GINIT_FUNCTION(ibase);
449 PHP_MINIT(ibase),
450 PHP_MSHUTDOWN(ibase),
452 PHP_RSHUTDOWN(ibase),
453 PHP_MINFO(ibase),
455 PHP_MODULE_GLOBALS(ibase),
456 PHP_GINIT(ibase),
463 ZEND_GET_MODULE(ibase) in ZEND_GET_MODULE() argument
734 PHP_MINIT_FUNCTION(ibase) in PHP_MINIT_FUNCTION() argument
768 PHP_MSHUTDOWN_FUNCTION(ibase) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
/PHP-5.6/ext/pdo_firebird/tests/
H A Dtestdb.inc5 ini_set('ibase.default_user',$user);
6 ini_set('ibase.default_password',$password);
H A Dexecute.phpt7 ibase.timestampformat=%Y-%m-%d %H:%M:%S
/PHP-5.6/ext/interbase/tests/
H A Dinterbase.inc7 ini_set('ibase.default_user',$user);
8 ini_set('ibase.default_password',$password);
19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
H A Dibase_drop_db_001.phpt15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D007.phpt29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D006.phpt35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-5.6/ext/pdo_firebird/
H A Dconfig.w329 ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD",
/PHP-5.6/
H A Dphp.ini-development1102 ibase.allow_persistent = 1
1105 ibase.max_persistent = -1
1108 ibase.max_links = -1
1111 ;ibase.default_db =
1114 ;ibase.default_user =
1117 ;ibase.default_password =
1120 ;ibase.default_charset =
1123 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1126 ibase.dateformat = "%Y-%m-%d"
1129 ibase.timeformat = "%H:%M:%S"
H A Dphp.ini-production1102 ibase.allow_persistent = 1
1105 ibase.max_persistent = -1
1108 ibase.max_links = -1
1111 ;ibase.default_db =
1114 ;ibase.default_user =
1117 ;ibase.default_password =
1120 ;ibase.default_charset =
1123 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1126 ibase.dateformat = "%Y-%m-%d"
1129 ibase.timeformat = "%H:%M:%S"
H A DNEWS5250 - Firebird Database extension (ibase):

Completed in 74 milliseconds