|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-25 22:23 UTC] joseph dot blythe at binarylogic dot com dot au
[2001-10-26 03:24 UTC] derick@php.net
[2010-12-17 14:10 UTC] jani@php.net
-Summary: disable_functions does not work
when set from httpd.conf
+Summary: Allow tightening disable_functions
(like open_basedir)
-Package: Feature/Change Request
+Package: PHP options/info functions
-Operating System: Linux 2.2.17-14 i386
+Operating System: *
-PHP Version: 4.0.6
+PHP Version: *
[2010-12-17 14:14 UTC] jani@php.net
[2013-08-03 15:55 UTC] ben dot rubson at gmail dot com
[2017-10-22 23:39 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-22 23:39 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
When set from inside httpd.conf I had it between a <Directory> directive inside a virtual host. php_admin_value disable_functions phpinfo Doesn't actually disable the function for that host even though calling up phpinfo (which should be disabled) shows that phpinfo is disabled. Setting it in the php.ini works fine.