Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

Re: [PHP-DEV] 4.0.4 From: Stanislav Malyshev (stas <email protected>)
Date: 11/04/00

IV>> I don't mean to pry here, but I found two ways of doing popen() on
IV>> Microsoft's website. I saw the steaming pile of elephant dung that uses
IV>> CreateChildProcess() and CreatePipe(), but I also saw that the VC++
IV>> 6.0 runtime library has another function, _popen(), that claims to do
IV>> almost the same thing. Are these the same thing and/or do they have the
IV>> same results?

_popen doesn't work on non-console apps. At least Microsoft manual says
so, and it seems to be right on this, judging from the bug DB.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>