Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.0a3

Request #13802 Add is_executable() for Windows
Submitted: 2008-04-29 15:02 UTC
From: happydog Assigned:
Status: Wont fix Package: PHP_Compat (version 1.5.0)
PHP Version: 4.4.8 OS: WIN
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 24 - 17 = ?

 
 [2008-04-29 15:02 UTC] happydog (Mark Clements)
Description: ------------ The PHP function is_executable() [1] was introduced in PHP4 for Unix, but was only added for Windows in PHP5. Would it be possible to emulate this function in PHP4 for Windows? [1] http://php.net/is_executable

Comments

 [2008-11-22 11:19 UTC] cweiske (Christian Weiske)
PHP 4 is dead.
 [2009-02-07 20:14 UTC] happydog (Mark Clements)
PHP4 may no longer be developed/supported, but it is still very prevalent and in use on many web servers. The whole point of PHP_Compat is to provide compatibility between different PHP versions, and there are already many functions that are only relevant to PHP4. Unless the plan is to drop PHP4 support from PHP_Compat, and to remove all existing PHP4-specific functions, then I see no reason why this should be WONTFIXed on those grounds.