mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed #50568 (Document stream_resolve_include_path())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292599 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8749eef5da
commit
326c5c38ef
2 changed files with 25 additions and 1 deletions
|
@ -76,6 +76,30 @@ unicode(10) "/var/www/html/test.php"
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
The <parameter>context</parameter> parameter was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<function name='stream_is_local' from='PHP 5 >= 5.2.4'/>
|
||||
<function name='stream_notification_callback' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='stream_register_wrapper' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='stream_resolve_include_path' from='PHP 6'/>
|
||||
<function name='stream_resolve_include_path' from='PHP 5 >= 5.3.2, PHP 6'/>
|
||||
<function name='stream_select' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='stream_set_blocking' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='stream_set_timeout' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue