use of entities

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121664 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-03-30 14:47:29 +00:00
parent 1f53fcc98c
commit 00bae4e756
4 changed files with 13 additions and 15 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<chapter id="tutorial">
<title>A simple tutorial</title>
@ -78,7 +78,7 @@
web servers configuration. Although this is outside the scope of this
tutorial, see also the <varname>DocumentRoot</varname> and
<varname>ServerName</varname> directives in your web servers
configuration file. (on Apache this is <filename>httpd.conf</filename>).
configuration file. (on Apache this is &httpd.conf;).
If everything is setup correctly, this file will be parsed by PHP and
the following output will make it to your browser:
</simpara>

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="apache.configuration">
&reftitle.runtime;
<para>
The behaviour of the Apache PHP module is affected by settings in &php.ini;.
Configuration settings from &php.ini; may be overridden by php_flag settings
in the server configuration file or local <filename>.htaccess</filename> files.
in the server configuration file or local &htaccess; files.
</para>
<example>
<title>Turning off PHP parsing for a directory using <filename>.htaccess</filename></title>
<title>Turning off PHP parsing for a directory using &htaccess;</title>
<programlisting>php_flag engine off</programlisting>
</example>
<para>
@ -68,10 +68,9 @@
This directive is really only useful in the Apache module
version of PHP. It is used by sites that would like to turn
PHP parsing on and off on a per-directory or per-virtual
server basis. By putting <userinput>engine
off</userinput> in the appropriate places in the
<filename>httpd.conf</filename> file, PHP can be enabled or
disabled.
server basis. By putting <userinput>engine off</userinput>
in the appropriate places in the &httpd.conf; file, PHP can
be enabled or disabled.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-set">
<refnamediv>
@ -1212,15 +1212,14 @@
<entry>PHP_INI_PERDIR</entry>
<entry>2</entry>
<entry>
Entry can be set in &php.ini;, <filename>.htaccess</filename> or
<filename>httpd.conf</filename>
Entry can be set in &php.ini;, &htaccess; or &httpd.conf;
</entry>
</row>
<row>
<entry>PHP_INI_SYSTEM</entry>
<entry>4</entry>
<entry>
Entry can be set in &php.ini; or <filename>httpd.conf</filename>
Entry can be set in &php.ini; or &httpd.conf;
</entry>
</row>
<row>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.unserialize">
<refnamediv>
@ -29,7 +29,7 @@
It's possible to set a callback-function which will be called,
if an undefined class should be instantiated during unserializing.
(to prevent getting an incomplete <type>object</type> "__PHP_Incomplete_Class".)
Use your &php.ini;, <function>ini_set</function> or <filename>.htaccess</filename>
Use your &php.ini;, <function>ini_set</function> or &htaccess;
to define 'unserialize_callback_func'. Everytime an undefined class
should be instantiated, it'll be called. To disable this feature just
empty this setting. Also note that the directive