Home
last modified time | relevance | path

Searched refs:ini (Results 101 – 125 of 142) sorted by relevance

123456

/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c_5_2.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt52 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b_5_2.phpt50 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_b_5_2.phpt39 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt46 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c_5_2.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt53 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b_5_2.phpt51 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/soap/
H A DTODO.old6 add ini option for always soap_error_handler
/PHP-5.5/sapi/aolserver/
H A DREADME11 php_value as it will lead to races in a sub-system (use an ini file
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
138 (ex. /usr/local/lib/php3.ini)
140 If you have already installed PHP3, copy all the entries in php3.ini-dist
141 which start with "i18n.xxxx" to php3.ini.
289 php3.ini setting
293 Define these settings in the global section of php3.ini.
706 in php3.ini from On to Off. An alternative work around to this problem
748 3) php3.ini-dist now uses PASS for http_output instead of SJIS
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt91 …t "localhost" port 2525, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in…
H A Dmail_variation_alt2-win32.phpt91 …at "localplace" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in…
H A Dmail_variation_alt3-win32.phpt90 Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in %s on line …
/PHP-5.5/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c738 char *ini; local
747 if ((ini = getenv("PHP_INI_PATH"))) {
748 thttpd_sapi_module.php_ini_path_override = ini;
/PHP-5.5/ext/pdo/
H A DTODO42 Add ini options:
/PHP-5.5/sapi/tux/
H A DREADME24 environment, so that e.g. /usr/local/lib/php.ini is treated
/PHP-5.5/
H A DREADME.TESTING232 When running tests over http, tests that require ini settings different that what
34 of ini settings by default, the web server may require special configuration to
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in14 #define CONFIGURATION_FILE_PATH "php.ini"
/PHP-5.5/ext/phar/
H A Dphar.c51 zend_bool old, ini; in ZEND_INI_MH() local
60 ini = (zend_bool) 1; in ZEND_INI_MH()
63 ini = (zend_bool) 1; in ZEND_INI_MH()
66 ini = (zend_bool) 1; in ZEND_INI_MH()
69 ini = (zend_bool) atoi(new_value); in ZEND_INI_MH()
75 PHAR_G(readonly_orig) = ini; in ZEND_INI_MH()
77 PHAR_G(require_hash_orig) = ini; in ZEND_INI_MH()
79 } else if (old && !ini) { in ZEND_INI_MH()
84 PHAR_G(readonly) = ini; in ZEND_INI_MH()
86 …ply_with_argument(&(PHAR_GLOBALS->phar_fname_map), phar_set_writeable_bit, (void *)&ini TSRMLS_CC); in ZEND_INI_MH()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in445 ; be killed. This option should be used when the 'max_execution_time' ini option
509 ; Additional php.ini defines, specific to this pool of workers. These settings
510 ; overwrite the values previously defined in the php.ini. The directives are the
512 ; php_value/php_flag - you can set classic ini defines which can
520 ; overwrite previously defined php.ini values, but will append the new value
526 ; Default Value: nothing is defined by default except the values in php.ini and
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt34 // run-tests, I love you for not allowing me to set ini settings dynamically
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation5.phpt25 $filename = __FILE__."ParseIniFileVar5.ini";
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt4 browscap={PWD}/browscap.ini
9 * a browscap.ini on another place that isn't valid.
12 die( 'skip: browscap.ini file ' . ini_get('browscap') . " not readable" );

Completed in 58 milliseconds

123456