﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	appname	phpversion	exts	sapi	probability	blockedby	blocking	pending
277	misleading option in config.w32	tk1	moo	"Line:

{{{
ARG_ENABLE(""xcache"", ""Include XCache support"", ""yes,shared"");
}}}


in the config.w32 file is misleading. It leads to the message


{{{
 --disable-xcache                            Include XCache support

}}}

as a result of command 

{{{

C:\php>configure --help
}}}

of the ""stepbystepbuild"" (compiling under windows).

When I changed:
{{{
ARG_ENABLE(""xcache"", ""Include XCache support"", ""yes,shared"");
}}}

to:
{{{
ARG_ENABLE(""xcache"", ""Include XCache support"", ""no"");
}}}

Then correct message was shown:


{{{
--enable-xcache                             Include XCache support
}}}
."	defect	new	trivial	undecided	build	1.3.2		config.w32 windows compiling			5.3 & 5.4		Irrelevant				1
