Home
last modified time | relevance | path

Searched refs:config (Results 201 – 225 of 285) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pgsql/tests/
H A D28large_object_import_oid.phpt13 include('config.inc');
H A Dbug60244.phpt10 include 'config.inc';
H A Dpg_select_001.phpt8 include('config.inc');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug64953.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug69752.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug66584.phpt7 require dirname(__FILE__) . '/config.inc';
H A Dbug43925.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug46274.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug62593.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug46274_2.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug69362.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dis_in_transaction.phpt6 require dirname(__FILE__) . '/config.inc';
/PHP-5.5/ext/odbc/tests/
H A Dodbc_free_result_001.phpt8 include 'config.inc';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dbug_50323.phpt6 require dirname(__FILE__) . '/config.inc';
H A Dpecl_bug_5780.phpt6 require dirname(__FILE__) . '/config.inc';
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt8 $config = PDOTest::get_config('ext/pdo_odbc/tests/common.phpt');
9 if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===false) print 'skip';
/PHP-5.5/ext/standard/
H A Dconfig.w324 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
/PHP-5.5/ext/xml/
H A Dconfig.m431 AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>])
/PHP-5.5/ext/ereg/
H A Dconfig0.m42 dnl config.m4 for extension ereg
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_request.c268 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
278 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c516 HashTable config; in php_apache_ini_dtor() member
522 for (zend_hash_internal_pointer_reset(&c->config); in php_apache_ini_dtor()
523 zend_hash_get_current_key_ex(&c->config, &str, &str_len, NULL, 0, NULL) == HASH_KEY_IS_STRING; in php_apache_ini_dtor()
524 zend_hash_move_forward(&c->config) in php_apache_ini_dtor()
/PHP-5.5/ext/wddx/
H A Dconfig.m432 AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>])
/PHP-5.5/ext/mysql/
H A Dconfig.m4117 AC_MSG_ERROR([mysql configure failed. Please check config.log for more information.])
125 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-5.5/
H A Dconfigure.in15 PHP_CONFIG_NICE(config.nice)
390 esyscmd(./build/config-stubs sapi)
891 PHP_ARG_WITH(config-file-path, path to configuration file,
892 [ --with-config-file-path=PATH
907 PHP_ARG_WITH(config-file-scan-dir,,
908 [ --with-config-file-scan-dir=PATH
1028 # reading config stubs
1029 esyscmd(./build/config-stubs ext)
1031 dnl Extensions post-config
1524 scripts/php-config scripts/man1/php-config.1 \
[all …]

Completed in 45 milliseconds

12345678910>>...12