philip Mon Apr 25 21:20:38 2005 EDT
Modified files: /phpdoc/en language-snippets.ent Log: Added &info.function.alias.deprecated; for deprecated function aliases. http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.146&r2=1.147&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.146 phpdoc/en/language-snippets.ent:1.147 --- phpdoc/en/language-snippets.ent:1.146 Sun Apr 24 19:16:03 2005 +++ phpdoc/en/language-snippets.ent Mon Apr 25 21:20:37 2005 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.146 $ --> +<!-- $Revision: 1.147 $ --> <!-- Keep 'em sorted --> @@ -169,6 +169,11 @@ <!ENTITY info.function.alias 'This function is an alias of: '> +<!ENTITY info.function.alias.deprecated '<simpara>This function alias is +deprecated and only exists for backwards compatibility reasons. It is +recommended to not use this function as one day it may be removed from +PHP.</simpara>'> + <!-- Returns --> <!ENTITY return.success 'Returns &true; on success or &false; on failure.'>