File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 200?, PHP 5.3.0 Alpha 3
4
+ - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
4
5
5
6
02 Sep 2008, PHP 5.3.0 Alpha 2
6
7
- Removed special treatment of "/tmp" in sessions for open_basedir.
Original file line number Diff line number Diff line change 1
1
dnl $Id$
2
2
dnl config.m4 for extension hash
3
3
4
+ PHP_ARG_WITH(mhash, for mhash support,
5
+ [ --with-mhash[ =DIR] Include mhash support] )
6
+
4
7
PHP_ARG_ENABLE(hash, whether to enable hash support,
5
8
[ --disable-hash Disable hash support] , yes)
6
9
Original file line number Diff line number Diff line change 2
2
dnl $Id$
3
3
dnl
4
4
5
- PHP_ARG_WITH(mhash, for mhash support,
6
- [ --with-mhash[ =DIR] Include mhash support] )
7
-
8
5
if test "$PHP_MHASH" != "no"; then
9
6
PHP_NEW_EXTENSION(mhash, mhash.c, $ext_shared)
10
7
PHP_SUBST(MHASH_SHARED_LIBADD)
You can’t perform that action at this time.
0 commit comments