| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 Patches123 (last revision 2013-05-05 04:24 UTC by 123321 at qq dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2001-02-03 18:25 UTC] david@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 13:00:02 2025 UTC | 
Even with open_basedir . configured in php.ini, the following bypasses it with concerning ease: echo `cat /etc/passwd`; The fact that open_basedir is in force is obvious when we try fopen ("/etc/passwd", "r"), etc - ie, the expected open_basedir error pops up. Surely this is not a bug? If so, is there a way to disable backticks? I'll wait for some kind of response before I send this to the usual support mailing lists.