Hi,

On Sat, Aug 16, 2008 at 11:56 PM, Jani Taskinen <[EMAIL PROTECTED]> wrote:

>> Will $PHP_MHASH ever be anything here?
>> afaict ext/hash cannot be disabled after this change
>>
>> -Hannes
>>
>
> I wasn't paying attention to this..what was done for ext/mhash/config.m4? :)
> And == is not correct. It's just one = in m4.
>
> Anyway, IMO, you could simply move ext/mhash/*mhash.* (.c and .h files :) to
> ext/hash and simply include them with the hash sources. There's really no
> need anymore for the extra directory.

The idea behind keeping mhash was to allow:

if (extension_loaded('mhash'))

I did not not test the current version but what Jani suggests should
work. You can have two extension(..) in config.* (we do it for OCI8
with oci8_11g and oci8).

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to