Re: [PHP-DEV] Running mhash tests

2011-09-15 Thread Alexey Shein
It's very strange but after 5-6 recompiles with different configurations (I tried to reduce "breaking" setup) my current configuration started to work itself. Thanks everybody for help. 2011/9/15 Scott MacVicar : > > On 14 Sep 2011, at 13:46, Alexey Shein wrote: > >> 2011/9/15 Pierre Joye : >>> h

Re: [PHP-DEV] Running mhash tests

2011-09-14 Thread Scott MacVicar
On 14 Sep 2011, at 13:46, Alexey Shein wrote: > 2011/9/15 Pierre Joye : >> hi, >> >> On Wed, Sep 14, 2011 at 9:58 PM, Alexey Shein wrote: >> >>> Should we delete these tests (and, maybe deprecate/move to pecl the >>> extension itself)? >> >> I don't think we should, they are here to make sure

Re: [PHP-DEV] Running mhash tests

2011-09-14 Thread Alexey Shein
2011/9/15 Pierre Joye : > hi, > > On Wed, Sep 14, 2011 at 9:58 PM, Alexey Shein wrote: > >> Should we delete these tests (and, maybe deprecate/move to pecl the >> extension itself)? > > I don't think we should, they are here to make sure that the emulation > layer works fine. > >> If not, I'd like

Re: [PHP-DEV] Running mhash tests

2011-09-14 Thread Scott MacVicar
On 14 Sep 2011, at 13:26, Pierre Joye wrote: > hi, > > On Wed, Sep 14, 2011 at 9:58 PM, Alexey Shein wrote: > >> Should we delete these tests (and, maybe deprecate/move to pecl the >> extension itself)? > > I don't think we should, they are here to make sure that the emulation > layer works fi

Re: [PHP-DEV] Running mhash tests

2011-09-14 Thread Pierre Joye
hi, On Wed, Sep 14, 2011 at 9:58 PM, Alexey Shein wrote: > Should we delete these tests (and, maybe deprecate/move to pecl the > extension itself)? I don't think we should, they are here to make sure that the emulation layer works fine. > If not, I'd like to know how to run these tests. Maybe

[PHP-DEV] Running mhash tests

2011-09-14 Thread Alexey Shein
Hello, I tried to run skipped mhash tests in ext/hash, these ones in trunk: SKIP mhash() test [ext/hash/tests/mhash_001.phpt] reason: mhash extension is not available SKIP mhash_get_block_size() & mhash_get_hash_name() test [ext/hash/tests/mhash_002.phpt] reason: mhash extension is not available SK