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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 20:01:29 2024 UTC