Home
last modified time | relevance | path

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

/PHP-5.5/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.h61 ZEND_BEGIN_MODULE_GLOBALS(ibase)
67 ZEND_END_MODULE_GLOBALS(ibase)
69 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.5/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.5/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.5/ext/pdo_firebird/
H A Dconfig.w329 ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD",
/PHP-5.5/
H A Dphp.ini-development1066 ibase.allow_persistent = 1
1069 ibase.max_persistent = -1
1072 ibase.max_links = -1
1075 ;ibase.default_db =
1078 ;ibase.default_user =
1081 ;ibase.default_password =
1084 ;ibase.default_charset =
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1090 ibase.dateformat = "%Y-%m-%d"
1093 ibase.timeformat = "%H:%M:%S"
H A Dphp.ini-production1066 ibase.allow_persistent = 1
1069 ibase.max_persistent = -1
1072 ibase.max_links = -1
1075 ;ibase.default_db =
1078 ;ibase.default_user =
1081 ;ibase.default_password =
1084 ;ibase.default_charset =
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1090 ibase.dateformat = "%Y-%m-%d"
1093 ibase.timeformat = "%H:%M:%S"
H A DNEWS3672 - Firebird Database extension (ibase):

Completed in 54 milliseconds