Date: 01/03/01
- Next message: jbadiella <email protected>: "[PHP-DEV] PHP 4.0 Bug #8528: Undefined symbol compiling PHP as DSO --with-mysql"
- Previous message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8351 Updated: Undefined symbol"
- In reply to: Andi Gutmans: "[PHP-DEV] popen() on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Daniel Beulshausen got pretty far on this front. I've played with his
patch and couldn't get it to work perfectly, but it definitely appears to
be in the right direction.
Zeev
At 10:35 3/1/2001, Andi Gutmans wrote:
>As some of you might know, popen() on Win32 doesn't work in non-console
>mode (i.e. IIS). This means that all functions which rely on it don't work.
>The way to implement it is using CreateProcess() and in some way try and
>manually create the pipe between father/child. Before that you need to
>allocate a Win32 pipe (with something like CreatePipe()) and possibly do
>some other magic such as allocate a console (or not).
>Is anyone here a Win32 programmer with some spare time to mess around with
>it and can try to get it to work. Another reference could be Apache 2.0's
>APR library. They do it there but I'm not sure if they have the same
>initial problem where Apache doesn't run on a Console. I remember 1.3.x
>does run on a console.
>Volunteers? :)
>Andi
>
>
>--
>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>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- 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: jbadiella <email protected>: "[PHP-DEV] PHP 4.0 Bug #8528: Undefined symbol compiling PHP as DSO --with-mysql"
- Previous message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8351 Updated: Undefined symbol"
- In reply to: Andi Gutmans: "[PHP-DEV] popen() on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

