mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix build, use <para> instead of <simpara>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b4ceb970a7
commit
f2c64624b2
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<warning>
|
||||
<simpara>
|
||||
<para>
|
||||
If a connection opened by <function>fsockopen</function> wasn't closed
|
||||
by the server, <function>feof</function> will hang. To workaround this, see
|
||||
below example:
|
||||
|
@ -70,7 +70,7 @@ while(!safe_feof($fp, $start) && (microtime(true) - $start) < $timeout)
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</simpara>
|
||||
</para>
|
||||
</warning>
|
||||
<warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue