Re: [PHP-DEV] Piping to the PHP binary
[email protected] (Shane Caraveo)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
4.3.1 works fine. Shane Dan Hardiker wrote: > 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:14][dhardiker@office]:~$ echo "<?php echo 'hi'; ?>" | > /usr/local/bin/php > X-Powered-By: PHP/4.2.3 > Content-type: text/html > > hi[13:56:16][dhardiker@office]:~$ > ============================================================ > v4.3.x Response > ============================================================ > [13:58:56][dhardiker@office]:~$ 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:00][dhardiker@office]:~$ > ============================================================ > > 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. > >