[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