Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

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

From: don <email protected>
Operating system: Linux 2.216
PHP version: 4.0.3pl1
PHP Bug Type: *Configuration Issues
Bug description: configure script ignores --disable-magic-quotes

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.

-- 
Edit Bug report at: http://bugs.php.net/?id=7817&edit=1

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