mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Not only php 4 has credits
no literal with PHP typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164869 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02bf29a306
commit
43f44dc7d3
2 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<section id="info.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants.core;
|
||||
|
@ -23,7 +23,7 @@
|
|||
<entry>CREDITS_GENERAL</entry>
|
||||
<entry>2</entry>
|
||||
<entry>
|
||||
General credits: Language design and concept, PHP 4.0
|
||||
General credits: Language design and concept, PHP
|
||||
authors and SAPI module.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<entry>32</entry>
|
||||
<entry>
|
||||
Usually used in combination with the other flags. Indicates
|
||||
that the a complete stand-alone HTML page needs to be
|
||||
that a complete stand-alone HTML page needs to be
|
||||
printed including the information indicated by the other
|
||||
flags.
|
||||
</entry>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<entry>INFO_CREDITS</entry>
|
||||
<entry>2</entry>
|
||||
<entry>
|
||||
PHP 4 Credits. See also <function>phpcredits</function>.
|
||||
PHP Credits. See also <function>phpcredits</function>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<section id="info.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -107,7 +107,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Issue a <literal>PHP</literal> warning for each failed assertion.
|
||||
Issue a PHP warning for each failed assertion.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -147,8 +147,8 @@
|
|||
<listitem>
|
||||
<para>
|
||||
This directive is really only useful in the Apache module
|
||||
version of <literal>PHP</literal>. You can turn dynamic loading of
|
||||
<literal>PHP</literal> extensions with <function>dl</function> on and
|
||||
version of PHP. You can turn dynamic loading of
|
||||
PHP extensions with <function>dl</function> on and
|
||||
off per virtual server or per directory.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -277,4 +277,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue