Re: [PHP] Re: Weird behavior of exec()

2010-07-16 Thread Leonardo
Em 16/07/2010 09:23, Bob McConnell escreveu: You are running b.php as an external command, so it is running as a CLI, not in the httpd server. You need to check to see how your PHP command line is configured, it may need the full tag no matter how the server is set up. Bob McConnell While read

RE: [PHP] Re: Weird behavior of exec()

2010-07-16 Thread Bob McConnell
From: Leonardo > Em 15/07/2010 18:54, Shawn McKenzie escreveu: >> On 07/15/2010 04:40 PM, Leonardo wrote: >>> >>> Bad habit. I know. >> >> Did it fix it? >> > > Not really. The server allows short open tags. So, nothing changed. You are running b.php as an external command, so it is running as a