Issue with PHP and osx 10.7 - runs via command line but not in browser
        Posted  
        
            by 
                jnolte
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by jnolte
        
        
        
        Published on 2012-05-31T23:24:18Z
        Indexed on 
            2012/06/02
            10:43 UTC
        
        
        Read the original article
        Hit count: 435
        
I recently removed MAMP as I wanted to have more control over my machine and wanted to make use of PHP5.4 I installed using the script located here I cannot now not even get my default PHP that is built in to osx to work. I am running this script with a simple In a document in my ~/Sites directory. I am really at a loss as to why this will not work. I have php5 installed in my /usr/local directory via the link provided above and it seems like the main php is installed in /usr/bin
Any and all insight on how to debug this would be greatly appreciated.
© Server Fault or respective owner