[PHP] function is_executable

2003-07-10 Thread Gilberto Garcia Jr.
Hey guys,

I made a class to work with file upload.

I used the php function is_executable. and in php 4.2.x it works ok, on linux and on 
windows.

Last week I update my php to 4.3.x and this function stop work. In fact I got this 
error. undefinied function.

Does anyone can help?


thanks

Re: [PHP] function is_executable

2003-07-10 Thread Mark
From the manual:

is_executable() became available with Windows in PHP version 5.0.0.
Not sure what the problem might be if you're using linux.

--- Gilberto Garcia Jr. [EMAIL PROTECTED] wrote:
 Hey guys,
 
 I made a class to work with file upload.
 
 I used the php function is_executable. and in php 4.2.x it works
 ok, on linux and on windows.
 
 Last week I update my php to 4.3.x and this function stop work. In
 fact I got this error. undefinied function.
 
 Does anyone can help?
 
 
 thanks


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php