[PHP] Re: DOS CLI?

2011-12-02 Thread Shawn McKenzie
On 12/02/2011 03:00 PM, Matt Neimeyer wrote: > Is there (or is there a way to compile) a DOS CLI version of a fairly > recent version of PHP? I have not been able to find one using the > powers of Google. > > Not a Windows Command Prompt CLI but an actual CLI version of PHP that > can be made to r

[PHP] DOS CLI?

2011-12-02 Thread Matt Neimeyer
Is there (or is there a way to compile) a DOS CLI version of a fairly recent version of PHP? I have not been able to find one using the powers of Google. Not a Windows Command Prompt CLI but an actual CLI version of PHP that can be made to run in a real DOS environment? I'm sure I could find anot

[PHP] Re: file_exists fun

2011-12-02 Thread Dee Ayy
On Fri, Dec 2, 2011 at 1:30 PM, Dee Ayy wrote: > The following code: > >                        $new_file = > ADS_DIR_INTERNAL.'/'.$ad_info['id'].'_'.$ad_info['filename']; >                        echo "NEW_FILE:[".$new_file."]\n"; >                        echo "file_exists Using > VAR:[".file_e

[PHP] file_exists fun

2011-12-02 Thread Dee Ayy
The following code: $new_file = ADS_DIR_INTERNAL.'/'.$ad_info['id'].'_'.$ad_info['filename']; echo "NEW_FILE:[".$new_file."]\n"; echo "file_exists Using VAR:[".file_exists($new_file)."]\n"; echo "file