php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7817 configure script ignores --disable-magic-quotes
Submitted: 2000-11-14 13:55 UTC Modified: 2000-11-15 12:36 UTC
From: don at steem dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.3pl1 OS: Linux 2.216
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: don at steem dot com
New email:
PHP Version: OS:

 

 [2000-11-14 13:55 UTC] don at steem dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-15 12:36 UTC] sniper@php.net
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC