removed old soft deprecation message (doc bug #71367)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338486 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2016-01-14 10:42:22 +00:00
parent 3380c3b4c8
commit f6886fcf4a

View file

@ -3,7 +3,7 @@
<refentry xml:id="function.mime-content-type" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mime_content_type</refname>
<refpurpose>Detect MIME Content-type for a file (deprecated)</refpurpose>
<refpurpose>Detect MIME Content-type for a file</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -42,17 +42,6 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<warning>
<para>
This function has been deprecated as the PECL extension
<link linkend="ref.fileinfo">Fileinfo</link> provides the same
functionality (and more) in a much cleaner way.
</para>
</warning>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
@ -81,9 +70,8 @@ text/plain
&reftitle.seealso;
<para>
<simplelist>
<member>
<link linkend="ref.fileinfo">Fileinfo</link> for a replacement
</member>
<member><function>finfo_file</function></member>
<member><function>finfo_buffer</function></member>
</simplelist>
</para>
</refsect1>