RE: [PHP] PHP 4.0.6 and APXS2

2001-06-27 Thread Chadwick, Russell
uesday, June 26, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 and APXS2 After getting apache 2 + 4.0.6 built and installed, I can finally use PHP and all is well..except... When accessing a script which uses an exec() statment like the following: snip- exec("ls -d */*

[PHP] PHP 4.0.6 and APXS2

2001-06-26 Thread Gonyou, Austin
After getting apache 2 + 4.0.6 built and installed, I can finally use PHP and all is well..except... When accessing a script which uses an exec() statment like the following: snip- exec("ls -d */*.jpg",$ls); snip- When the LS is performed, it is not performed in the directory whe