On Wed, 9 Nov 2005, Antony Dovgal wrote: > I would like to merge this patch into 5.0 and 4.4. > It also fixes the problem that existed since 4.3 - is_executable() is affected > by open_basedir setting: > > [EMAIL PROTECTED]:/usr/src/dev/orig/php-src_5_0> ./sapi/cli/php -n -d > open_basedir="/www" -r 'var_dump(is_executable("/bin/bash"));' > bool(false) > > [EMAIL PROTECTED]:/usr/src/dev/orig/php-src_5_1> ./sapi/cli/php -n -d > open_basedir="/www" -r 'var_dump(is_executable("/bin/bash"));' > bool(true) > > Any objections?
No, no objections for 4.4 from me. Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php