[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_appendices/migration53.xml_reference/mhash/configure.xml?
From:       Kalle_Sommer_Nielsen <kalle () php ! net>
Date:       2009-12-25 0:42:09
Message-ID: svn-kalle-1261701729-292618-583568523 () svn ! php ! net
[Download RAW message or body]

kalle                                    Fri, 25 Dec 2009 00:42:09 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292618

Log:
Fixed bug #50419 (./configure --help still lists --enable-mhash)

Bug: http://bugs.php.net/50419 (Open) ./configure --help still lists --enable-mhash
      
Changed paths:
    U   phpdoc/en/trunk/appendices/migration53.xml
    U   phpdoc/en/trunk/reference/mhash/configure.xml

Modified: phpdoc/en/trunk/appendices/migration53.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration53.xml	2009-12-25 00:25:03 UTC (rev 292617)
+++ phpdoc/en/trunk/appendices/migration53.xml	2009-12-25 00:42:09 UTC (rev 292618)
@@ -2404,6 +2404,15 @@
      <function>getimagesize</function> now supports icon files (.ico).
     </simpara>
    </listitem>
+   <listitem>
+    <simpara>
+     The mhash extension have moved to PECL, but the
+     <link linkend="ref.hash">Hash</link> extension have been modified to support
+     mhash if PHP is compiled with <literal>--with-mhash</literal>. Note that the
+     Hash extension does not require the mhash library to be available whether or
+     not the mhash emulation is enabled.
+    </simpara>
+   </listitem>
   </itemizedlist>
  </section>
 </appendix>

Modified: phpdoc/en/trunk/reference/mhash/configure.xml
===================================================================
--- phpdoc/en/trunk/reference/mhash/configure.xml	2009-12-25 00:25:03 UTC (rev 292617)
+++ phpdoc/en/trunk/reference/mhash/configure.xml	2009-12-25 00:42:09 UTC (rev 292618)
@@ -7,6 +7,12 @@
   <option role="configure">--with-mhash[=DIR]</option> parameter to enable
   this extension. DIR is the mhash install directory.
  </para>
+ <para>
+  As of PHP 5.3.0, the mhash extension is emulated thru the
+  <link linkend="ref.hash">Hash</link> extension. This makes the directory
+  to the mhash installation have no effect, and requires the hash extension
+  to be enabled for mhash support to be available.
+ </para>
 </section>

 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic