Home
last modified time | relevance | path

Searched refs:ini (Results 76 – 100 of 142) sorted by relevance

123456

/PHP-5.5/ext/phar/tests/zip/
H A Ddelete_in_phar_b.phpt42 Warning: unlink(): phar error: write operations disabled by the php.ini setting phar.readonly in %s…
H A Dopen_for_write_existing_c.phpt43 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c_5_2.phpt41 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b.phpt49 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b_5_2.phpt47 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt46 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt14 $output_file = __FILE__.".ini";
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt33 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c_5_2.phpt31 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b.phpt39 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b_5_2.phpt37 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dbadparameters.phpt175 Write operations disabled by the php.ini setting phar.readonly
182 Write operations disabled by the php.ini setting phar.readonly
185 Write operations disabled by the php.ini setting phar.readonly
H A Dopen_for_write_newfile_c.phpt35 …): 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.phpt33 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt41 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
/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/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt46 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_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_existing_b.phpt52 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b_5_2.phpt50 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-5.5/ext/dba/
H A DREADME35 inifile This is available since PHP 4.3.3 to be able to modify php.ini
36 files from within PHP scripts. When working with ini files you
/PHP-5.5/
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
49 [Which php.ini is used]
51 "make test" uses the same php.ini file as it would once installed.
52 The tests have been written to be independent of that php.ini file,
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt32 Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"]
48 # You can modify some entries in php.ini request specific by adding it to the Service
50 # For boolean ini-keys please use 0/1 as value, NOT "On","Off",... (this will not work
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1056 char *ini; local
1403 ini = sapi_cgibin_getenv("PHP_VALUE", sizeof("PHP_VALUE") - 1 TSRMLS_CC);
1404 if (ini) {
1407 spprintf(&tmp, 0, "%s\n", ini);
1412 ini = sapi_cgibin_getenv("PHP_ADMIN_VALUE", sizeof("PHP_ADMIN_VALUE") - 1 TSRMLS_CC);
1413 if (ini) {
1416 spprintf(&tmp, 0, "%s\n", ini);

Completed in 27 milliseconds

123456