Hey all, echo "<?php echo \"hi\"; ?>" | /path/to/php
That works on php v4.2.x but Ive got 3 machines on v4.3.x and none of them seem to respond to the piping of the php config. ============================================================ v4.2.x Response ============================================================ [13:56:[EMAIL PROTECTED]:~$ echo "<?php echo 'hi'; ?>" | /usr/local/bin/php X-Powered-By: PHP/4.2.3 Content-type: text/html hi[13:56:[EMAIL PROTECTED]:~$ ============================================================ v4.3.x Response ============================================================ [13:58:[EMAIL PROTECTED]:~$ echo "<?php echo 'hi'; ?>" | /usr/local/bin/php Status: 404 Content-type: text/html X-Powered-By: PHP/4.3.2-dev No input file specified. [13:59:[EMAIL PROTECTED]:~$ ============================================================ Anyone else with the same results on a v4.3.x cgi-binary? Is this modified behavoir limited to me, or expected? I tried asking php-general@ but no response. -- Dan Hardiker [EMAIL PROTECTED] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php