[PHP-DEV] PHP 4.0 Bug #7817 Updated: configure script ignores --disable-magic-quotes From: sniper <email protected>
Date: 11/15/00

ID: 7817
Updated by: sniper
Reported By: don <email protected>
Status: Closed
Bug Type: *Configuration Issues
Assigned To:
Comments:

There isn't such configure argument as
--disable-magic-quotes. And php.ini is a static
file which you always should edit by hand.

Remember to copy new php.ini-dist -> php.ini when you update PHP 4.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-11-14 13:55:22] don <email protected>
OPTIM='-O2 -m486' CFLAGS='-O2 -m486 -I/usr/src/openssl/include'
   ./configure --with-apache=../apache
   --with-mysql --with-mck=/root/mck-3.2.0.4-linux
   --enable-memory-limit=yes
   --enable-debug=no
   --enable-track-vars
   --disable-magic-quotes
   --disable-debug

Even when configured and compiled as listed I must manually set
"magic_quotes_gpc = 0" in the INI file.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7817

-- 
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>