Date: 01/27/01
- Next message: Graeme Canivet: "[PHP-DEV] Proper IP"
- Previous message: jeremy brand: "Re: [PHP-DEV] --enable-tiny"
- Reply: Mike Robinson: "RE: [PHP-DEV] --enable-tiny"
- Reply: Derick Rethans: "Re: [PHP-DEV] --enable-tiny"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think you're right :)
Andi
At 05:19 AM 1/27/2001 -0800, jeremy brand wrote:
>Am I missing something? Can't you just do --without-mysql?
>
>In general, if the option is --with-???, use --without-??? to exclude
>it. If the options is --enable-???, then use --disable-??? to disable
>it.
>
>Jeremy
>
>Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: jeremy <email protected>
>http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> "LINUX is obsolete" -- Andy Tanenbaum, January 29th, 1992
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> http://www.JEEP-FOR-SALE.com/ -- I need a buyer
> Get your own Free, Private email at http://www.smackdown.com/
>
>On Sat, 27 Jan 2001, Andi Gutmans wrote:
>
> > Date: Sat, 27 Jan 2001 15:08:06 +0200
> > From: Andi Gutmans <andi <email protected>>
> > To: php-dev <email protected>
> > Subject: [PHP-DEV] --enable-tiny
> >
> > Hi,
> >
> > I often want to test things in PHP which don't require the default
> > extensions to be compiled in.
> > It would be nice if we had something like --enable-tiny which would
> > automatically turn off all of the default extensions (besides standard)
> > which are pcre, mysql, xml and session.
> > Right now ./configure supports turning off pcre, xml and session so only
> > mysql is missing. I guess we could either add a --disable-mysql and I
> could
> > make myself a tiny.sh script which automatically configures PHP without
> > these modules or it could be nice to have a --enable-tiny flag (but not
> > necessary).
> >
> >
> > I don't know this autoconf stuff well. I guess a good start would be to
> > allow for a --disable-mysql.
> > Does anyone here have the strength to do do it?
> >
> > Thanks,
> >
> > Andi
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
> >
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Graeme Canivet: "[PHP-DEV] Proper IP"
- Previous message: jeremy brand: "Re: [PHP-DEV] --enable-tiny"
- Reply: Mike Robinson: "RE: [PHP-DEV] --enable-tiny"
- Reply: Derick Rethans: "Re: [PHP-DEV] --enable-tiny"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

