mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFH: Fixed #45911 (Cannot disable ext/hash)
This commit is contained in:
parent
166ea7073a
commit
dd956381e2
3 changed files with 4 additions and 3 deletions
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
||||||
PHP NEWS
|
PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 200?, PHP 5.3.0 Alpha 3
|
?? ??? 200?, PHP 5.3.0 Alpha 3
|
||||||
|
- Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
|
||||||
|
|
||||||
02 Sep 2008, PHP 5.3.0 Alpha 2
|
02 Sep 2008, PHP 5.3.0 Alpha 2
|
||||||
- Removed special treatment of "/tmp" in sessions for open_basedir.
|
- Removed special treatment of "/tmp" in sessions for open_basedir.
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
dnl $Id$
|
dnl $Id$
|
||||||
dnl config.m4 for extension hash
|
dnl config.m4 for extension hash
|
||||||
|
|
||||||
|
PHP_ARG_WITH(mhash, for mhash support,
|
||||||
|
[ --with-mhash[=DIR] Include mhash support])
|
||||||
|
|
||||||
PHP_ARG_ENABLE(hash, whether to enable hash support,
|
PHP_ARG_ENABLE(hash, whether to enable hash support,
|
||||||
[ --disable-hash Disable hash support], yes)
|
[ --disable-hash Disable hash support], yes)
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,6 @@ dnl
|
||||||
dnl $Id$
|
dnl $Id$
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
PHP_ARG_WITH(mhash, for mhash support,
|
|
||||||
[ --with-mhash[=DIR] Include mhash support])
|
|
||||||
|
|
||||||
if test "$PHP_MHASH" != "no"; then
|
if test "$PHP_MHASH" != "no"; then
|
||||||
PHP_NEW_EXTENSION(mhash, mhash.c, $ext_shared)
|
PHP_NEW_EXTENSION(mhash, mhash.c, $ext_shared)
|
||||||
PHP_SUBST(MHASH_SHARED_LIBADD)
|
PHP_SUBST(MHASH_SHARED_LIBADD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue