mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Mention when this was deprecated (and rename the entity)
- Add similar entity for functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270902 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eddced2a8b
commit
2034d1d7fd
1 changed files with 7 additions and 2 deletions
|
@ -122,11 +122,16 @@ the names of its functions and any other documentation surrounding this
|
|||
extension—may change without notice in a future release of PHP.
|
||||
This extension should be used at your own risk.</simpara></warning>'>
|
||||
|
||||
<!ENTITY warn.deprecated.removed-6-0-0 '<warning
|
||||
<!ENTITY warn.deprecated.feature-5-3-0.removed-6-0-0 '<warning
|
||||
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
|
||||
<emphasis>DEPRECATED</emphasis> and <emphasis>REMOVED</emphasis> as of PHP 6.0.0.
|
||||
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0 and <emphasis>REMOVED</emphasis> as of PHP 6.0.0.
|
||||
Relying on this feature is highly discouraged.</simpara></warning>'>
|
||||
|
||||
<!ENTITY warn.deprecated.function-5-3-0.removed-6-0-0 '<warning
|
||||
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
|
||||
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0 and <emphasis>REMOVED</emphasis>
|
||||
as of PHP 6.0.0. Relying on this feature is highly discouraged.</simpara></warning>'>
|
||||
|
||||
<!ENTITY warn.deprecated.function.removed-5-3-0 '<warning
|
||||
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
|
||||
<emphasis>DEPRECATED</emphasis> and <emphasis>REMOVED</emphasis> as of PHP 5.3.0.</simpara></warning>'>
|
||||
|
|
Loading…
Reference in a new issue