php-developer-list | 2000111
Date: 11/04/00
- Next message: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #6385 Updated: __FILE__ returns lowercased filenames"
- Previous message: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #7209 Updated: Wrong include path for virtual servers on Apache"
- In reply to: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] 4.0.4"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] 4.0.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #6385 Updated: __FILE__ returns lowercased filenames"
- Previous message: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #7209 Updated: Wrong include path for virtual servers on Apache"
- In reply to: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] 4.0.4"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] 4.0.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

