Hi Felipe,

> --SKIP--
> <?php if (!posix_mknod('posix_getcwd')) die('skip posix_getcwd() not found'); 
> ?>
> <?php if (!posix_mknod('posix_isatty')) die('skip posix_isatty() not found'); 
> ?>
> <?php if (!posix_mknod('posix_mknod')) die('skip posix_mknod() not found'); ?>

Shouldn't those be function_exists instead of posix_mknod?

Regards,
Christian

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to