[snip] The example that I'm really trying to do might be too complicated for presentation here, but here's a simplified version.
Take the shell script "helloWorld.php": #!/usr/local/bin/php -q <?PHP print "\nHello World!"; ?> [/snip] I could not replicate your problem on a 4.2.n or 4.3.n box but I will say this concerning shell scripts (although the rpoblem only occured on the 4.3.n box)...you should always have at least one blank line between the bash and the start of the code. As long as that blank line existed I had no problems on either box. I know that this is not much help, but I did attempt to replicate your problem (only the paths were changed) and these were my results. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php