php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21217 Having problem with local php_flag
Submitted: 2002-12-27 13:19 UTC Modified: 2002-12-27 13:58 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: contact at ergin dot net Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.0 OS: RedHat Linux 8
Private report: No CVE-ID: None
 [2002-12-27 13:19 UTC] contact at ergin dot net
Hi there !

I have created a .htaccess to set my register_globals to Off and it looks as below

php_flag magic_quotes_gpc On
php_flag register_globals Off

I still can see that (with phpmyadmin) both Master and Local values are On.

I vae tried the same configuration with NetWare 6(+SP2) runninh Apache 2.0.43 WebServer with PHP 4.2.4-dev with the same result.

Thanking in advance.

PS : I know that I can try to set php_flag in httpd.conf as well, I prefer using .htaccess

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-27 13:58 UTC] derick@php.net
Not a bug, use 1 and 0 instead of On and Off.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 20:01:27 2024 UTC