summaryrefslogtreecommitdiff
path: root/ext/overload
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-12-10 00:38:18 +0000
committerfoobar <sniper@php.net>2001-12-10 00:38:18 +0000
commit1066633281c568b6b4ec1181f504d82753aa0775 (patch)
treeeff0016633c212cde639a00db7f6bad2e2dac0f8 /ext/overload
parent70ea4df4af8cf2a376ba96ad11ccac3b7c434072 (diff)
downloadphp-git-1066633281c568b6b4ec1181f504d82753aa0775.tar.gz
Enable it for real.
Diffstat (limited to 'ext/overload')
-rw-r--r--ext/overload/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/overload/config.m4 b/ext/overload/config.m4
index ad3ff2efcd..a523c0e5ca 100644
--- a/ext/overload/config.m4
+++ b/ext/overload/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support,
-[ --disable-overload Disable user-space object overloading support.])
+[ --disable-overload Disable user-space object overloading support.], yes)
if test "$PHP_OVERLOAD" != "no"; then
AC_DEFINE(HAVE_OVERLOAD, 1, [ ])