mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
linking instead of literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95922 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b8e2058366
commit
4b4599fd86
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.session-start">
|
||||
<refnamediv>
|
||||
|
@ -42,8 +42,8 @@
|
|||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Use of <literal>zlib.output_compression</literal> is recommended
|
||||
rather than <literal>ob_gzhandler</literal>
|
||||
Use of <link linkend="ini.zlib.output-compression">zlib.output_compression</link>
|
||||
is recommended rather than <function>ob_gzhandler</function>
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue