Re: [PHP] PHP Shell doesn't run on a system

2003-09-22 Thread weston
Curt Zirzow wrote: > * Thus wrote Weston Cann ([EMAIL PROTECTED]): > > A while back I wrote a small script that was designed to work as an > > interactive interpreter for PHP code, a la Python. The script itself is > > written in PHP, and is pretty basic: > > > > > > function readln() > > { >

Re: [PHP] PHP Shell doesn't run on a system

2003-09-22 Thread Christophe Chisogne
And while we're at it, has anyone written a tool that will tell you what's different between server setups? I use diff on unix. You may like tkdiff, with its additional GUI to diff Christophe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Shell doesn't run on a system

2003-09-22 Thread Jason Wong
On Monday 22 September 2003 14:44, Weston Cann wrote: > And while we're at it, has anyone written a tool that will tell you > what's different between server setups? phpinfo() or /path/to/php -i -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrato

Re: [PHP] PHP Shell doesn't run on a system

2003-09-22 Thread Curt Zirzow
* Thus wrote Weston Cann ([EMAIL PROTECTED]): > A while back I wrote a small script that was designed to work as an > interactive interpreter for PHP code, a la Python. The script itself is > written in PHP, and is pretty basic: > > > > function readln() > { > $fp=fopen("/dev/stdin", "r