Searched refs:ibase (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/ext/interbase/ |
H A D | php_interbase.h | 30 PHP_MINIT_FUNCTION(ibase); 31 PHP_RINIT_FUNCTION(ibase); 32 PHP_MSHUTDOWN_FUNCTION(ibase); 33 PHP_RSHUTDOWN_FUNCTION(ibase); 34 PHP_MINFO_FUNCTION(ibase);
|
H A D | php_ibase_includes.h | 61 ZEND_BEGIN_MODULE_GLOBALS(ibase) 67 ZEND_END_MODULE_GLOBALS(ibase) 69 ZEND_EXTERN_MODULE_GLOBALS(ibase) 130 #define IBG(v) ZEND_MODULE_GLOBALS_ACCESSOR(ibase, v)
|
H A D | config.w32 | 7 if (CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_INTERBASE",
|
H A D | interbase.c | 47 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), 466 ZEND_GET_MODULE(ibase) 731 PHP_MINIT_FUNCTION(ibase) in PHP_MINIT_FUNCTION() argument 765 PHP_MSHUTDOWN_FUNCTION(ibase) in PHP_MSHUTDOWN_FUNCTION() argument [all …]
|
/PHP-7.0/ext/pdo_firebird/tests/ |
H A D | testdb.inc | 5 ini_set('ibase.default_user',$user); 6 ini_set('ibase.default_password',$password);
|
H A D | execute.phpt | 7 ibase.timestampformat=%Y-%m-%d %H:%M:%S
|
/PHP-7.0/ext/interbase/tests/ |
H A D | interbase.inc | 7 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 D | ibase_drop_db_001.phpt | 15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
|
H A D | 003.phpt | 34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
H A D | 007.phpt | 29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
H A D | 006.phpt | 35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
/PHP-7.0/ext/pdo_firebird/ |
H A D | config.w32 | 9 ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD",
|
/PHP-7.0/ |
H A D | php.ini-development | 1094 ibase.allow_persistent = 1 1097 ibase.max_persistent = -1 1100 ibase.max_links = -1 1103 ;ibase.default_db = 1106 ;ibase.default_user = 1109 ;ibase.default_password = 1112 ;ibase.default_charset = 1115 ibase.timestampformat = "%Y-%m-%d %H:%M:%S" 1118 ibase.dateformat = "%Y-%m-%d" 1121 ibase.timeformat = "%H:%M:%S"
|
H A D | php.ini-production | 1094 ibase.allow_persistent = 1 1097 ibase.max_persistent = -1 1100 ibase.max_links = -1 1103 ;ibase.default_db = 1106 ;ibase.default_user = 1109 ;ibase.default_password = 1112 ;ibase.default_charset = 1115 ibase.timestampformat = "%Y-%m-%d %H:%M:%S" 1118 ibase.dateformat = "%Y-%m-%d" 1121 ibase.timeformat = "%H:%M:%S"
|
Completed in 28 milliseconds