On 9/8/05 5:16 PM, Ilia Alshanetsky wrote:
Does the application where this problem occurs have any calls to command
execution functions and can you check if F_SETFD is defined on the system?

For the first part of the question, the application does not make any calls to exec() or shell_exec().

For the second part, here's what my co-worker sent me:

/usr/include$ grep F_SETFD `find . -type f`
./asm/fcntl.h:#define F_SETFD 2 /* set/clear close_on_exec */ ./bits/fcntl.h:#define F_SETFD 2 /* Set file descriptor flags. */


--
Ben Ramsey
http://benramsey.com/

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

Reply via email to