|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-29 09:18 UTC] derick@php.net
[2002-10-29 09:33 UTC] saschahb at gmx dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 16:00:01 2025 UTC |
I'm trying to set register_globals on for a specific directoy. i used the directory statement like this: <Directory /home/httpd/webmail> Options FollowSymLinks AllowOverride All php_admin_flag register_globals on php_flag register_globals on </Directory> but phpinfo and everything else shows me that i can't set register_globals on.. greets sascha schmidt