mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document some PHP 7.4.0 deprecations
Cf. <https://wiki.php.net/rfc/deprecations_php_7_4>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350986 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b687e06cb0
commit
11a2f7bf48
5 changed files with 18 additions and 6 deletions
|
@ -5,7 +5,11 @@
|
|||
<refname>restore_include_path</refname>
|
||||
<refpurpose>Restores the value of the include_path configuration option</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsynopsisdiv>
|
||||
&warn.deprecated.function-7-4-0;
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<function name='phpinfo' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='phpversion' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='putenv' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='restore_include_path' from='PHP 4 >= 4.3.0, PHP 5, PHP 7'/>
|
||||
<function name='restore_include_path' from='PHP 4 >= 4.3.0, PHP 5, PHP 7' deprecated='PHP 7.4.0'/>
|
||||
<function name='set_include_path' from='PHP 4 >= 4.3.0, PHP 5, PHP 7'/>
|
||||
<function name='set_time_limit' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='sys_get_temp_dir' from='PHP 5 >= 5.2.1, PHP 7'/>
|
||||
|
|
|
@ -5,7 +5,11 @@
|
|||
<refname>convert_cyr_string</refname>
|
||||
<refpurpose>Convert from one Cyrillic character set to another</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsynopsisdiv>
|
||||
&warn.deprecated.function-7-4-0;
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -5,7 +5,11 @@
|
|||
<refname>hebrevc</refname>
|
||||
<refpurpose>Convert logical Hebrew text to visual text with newline conversion</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsynopsisdiv>
|
||||
&warn.deprecated.function-7-4-0;
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<function name="chop" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="chr" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="chunk_split" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="convert_cyr_string" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="convert_cyr_string" from="PHP 4, PHP 5, PHP 7" deprecated='PHP 7.4.0'/>
|
||||
<function name="convert_uudecode" from="PHP 5, PHP 7"/>
|
||||
<function name="convert_uuencode" from="PHP 5, PHP 7"/>
|
||||
<function name="count_chars" from="PHP 4, PHP 5, PHP 7"/>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<function name="fprintf" from="PHP 5, PHP 7"/>
|
||||
<function name="get_html_translation_table" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="hebrev" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="hebrevc" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="hebrevc" from="PHP 4, PHP 5, PHP 7" deprecated='PHP 7.4.0'/>
|
||||
<function name="hex2bin" from="PHP 5 >= 5.4.0, PHP 7"/>
|
||||
<function name="html_entity_decode" from="PHP 4 >= 4.3.0, PHP 5, PHP 7"/>
|
||||
<function name="htmlentities" from="PHP 4, PHP 5, PHP 7"/>
|
||||
|
|
Loading…
Reference in a new issue