2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:05:15 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.configuration" xmlns="http://docbook.org/ns/docbook">
|
2002-09-30 00:09:47 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
|
|
|
<title>Filesystem and Streams Configuration Options</title>
|
2005-02-22 17:36:12 +00:00
|
|
|
<tgroup cols="4">
|
2002-09-30 00:09:47 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
2012-01-11 08:09:53 +00:00
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
|
|
|
<entry>&Changelog;</entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
<entry>"1"</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_SYSTEM</entry>
|
2018-08-27 12:11:28 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
2006-12-19 22:47:05 +00:00
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
|
2006-12-19 22:47:05 +00:00
|
|
|
<entry>"0"</entry>
|
2012-12-02 05:49:27 +00:00
|
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
|
|
<entry>Available since PHP 5.2.0.</entry>
|
2006-12-19 22:47:05 +00:00
|
|
|
</row>
|
2002-09-30 00:09:47 +00:00
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.user-agent">user_agent</link></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
<entry>NULL</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2018-08-27 12:11:28 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
<entry>"60"</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2018-08-27 12:11:28 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.from">from</link></entry>
|
2005-07-20 19:10:31 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2005-07-20 19:10:31 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
|
2005-02-22 17:36:12 +00:00
|
|
|
<entry>"0"</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2018-08-27 12:11:28 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
2018-01-29 21:38:11 +00:00
|
|
|
<row>
|
|
|
|
<entry><link linkend="ini.sys-temp-dir">sys_temp_dir</link></entry>
|
|
|
|
<entry>""</entry>
|
|
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
|
|
<entry>Available since PHP 5.5.0.</entry>
|
|
|
|
</row>
|
2002-09-30 00:09:47 +00:00
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
2003-05-01 21:52:58 +00:00
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
2002-09-30 00:09:47 +00:00
|
|
|
<para>
|
|
|
|
<variablelist>
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.allow-url-fopen">
|
2002-09-30 00:09:47 +00:00
|
|
|
<term>
|
|
|
|
<parameter>allow_url_fopen</parameter>
|
|
|
|
<type>boolean</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
This option enables the URL-aware fopen wrappers that enable
|
|
|
|
accessing URL object like files. Default wrappers are provided for
|
|
|
|
the access of <link linkend="features.remote-files">remote files</link>
|
|
|
|
using the ftp or http protocol, some extensions like
|
|
|
|
<link linkend="ref.zlib">zlib</link> may register additional
|
|
|
|
wrappers.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.allow-url-include">
|
2006-12-19 22:47:05 +00:00
|
|
|
<term>
|
|
|
|
<parameter>allow_url_include</parameter>
|
|
|
|
<type>boolean</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
This option allows the use of URL-aware fopen wrappers with the following
|
2012-04-15 21:45:34 +00:00
|
|
|
functions: <function>include</function>, <function>include_once</function>,
|
|
|
|
<function>require</function>, <function>require_once</function>.
|
2006-12-19 22:47:05 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
This setting requires allow_url_fopen to be on.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.user-agent">
|
2002-09-30 00:09:47 +00:00
|
|
|
<term>
|
|
|
|
<parameter>user_agent</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2004-08-10 16:30:22 +00:00
|
|
|
Define the user agent for PHP to send.
|
2002-09-30 00:09:47 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.default-socket-timeout">
|
2002-09-30 00:09:47 +00:00
|
|
|
<term>
|
|
|
|
<parameter>default_socket_timeout</parameter>
|
|
|
|
<type>integer</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Default timeout (in seconds) for socket based streams.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.from">
|
2002-09-30 00:09:47 +00:00
|
|
|
<term>
|
2005-03-26 13:22:31 +00:00
|
|
|
<parameter>from</parameter>
|
2002-09-30 00:09:47 +00:00
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2010-10-29 15:37:55 +00:00
|
|
|
The email address to be used on unauthenticated FTP connections and
|
|
|
|
as the value of From header for HTTP connections, when using the ftp
|
|
|
|
and http wrappers, respectively.
|
2002-09-30 00:09:47 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.auto-detect-line-endings">
|
2002-09-30 00:09:47 +00:00
|
|
|
<term>
|
|
|
|
<parameter>auto_detect_line_endings</parameter>
|
|
|
|
<type>boolean</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
When turned on, PHP will examine the data read by
|
|
|
|
<function>fgets</function> and <function>file</function> to see if it
|
|
|
|
is using Unix, MS-Dos or Macintosh line-ending conventions.
|
|
|
|
</para>
|
2002-10-08 21:23:48 +00:00
|
|
|
<para>This enables PHP to interoperate with Macintosh systems,
|
2002-09-30 00:09:47 +00:00
|
|
|
but defaults to Off, as there is a very small performance penalty
|
|
|
|
when detecting the EOL conventions for the first line, and also
|
|
|
|
because people using carriage-returns as item separators under
|
|
|
|
Unix systems would experience non-backwards-compatible behaviour.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2018-01-29 21:38:11 +00:00
|
|
|
|
|
|
|
<varlistentry xml:id="ini.sys-temp-dir">
|
|
|
|
<term>
|
|
|
|
<parameter>sys_temp_dir</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2002-09-30 00:09:47 +00:00
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-09-30 00:09:47 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|