[PHP] compiling and php.ini

2002-07-11 Thread Michael Hall
I've just compiled PHP 4.2.1 with Apache 1.3.24 on RedHat 7.2. Everything works just fine as usual. I've got a couple of queries, however. I compiled with the --enable-magic-quotes option, then figured this was a bad move as I've been caught out before with scripts that assume it is on. So, I

Re: [PHP] compiling and php.ini

2002-07-11 Thread Tyler Longren
If you do: --with-mysql, it can't be disabled in php.ini, however you can change options in php.ini that deal with connecting to a mysql server. If you had copied the php.ini-dist file, your magic_quotes would probably have been set to on. I'm not sure if the php.ini-recommended gets updated