Re: [PHP-DEV] popen() on Win32

2001-02-20 Thread Derick Rethans

On Tue, 20 Feb 2001, Andi Gutmans wrote:

> I can never remember who said they were mentioning on getting popen() to
> work on Win32.
> In any case, if someone's working on it any chance this can make it in for
> 4.0.5?

I've something working, but I need to sort some things out with someone
from the core in a fast response talk (like IRC).

Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] popen() on Win32

2001-02-03 Thread Andi Gutmans

Reminder! :)

Andi

At 05:27 PM 1/21/2001 +0100, Derick Rethans wrote:
>Hi,
>
> > A couple of guys here said they are working on creating a popen()
> > alternative solution for Win32.
> > Any progress?
>
>I'm busy with it. I'm making progress indeed. I only have to bring the
>code into the PHP source now. BUt it looks good. I'll try to finish it
>this week, but it will be a hack, because I don't understand your V_*
>macro's quite well. But I assume some devs can assist me with this later
>on.
>
>Regards,
>
>Derick Rethans
>
>-
>   PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
>-
> JDI Media Solutions - www.jdimedia.nl - [EMAIL PROTECTED]
>  H.v. Tussenbroekstraat 1 - 6952 BL Dieren - The Netherlands
>-


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] popen() on Win32

2001-01-21 Thread Teodor Cimpoesu

Andi Gutmans wrote:
> 
> Hey,
> 
> A couple of guys here said they are working on creating a popen()
> alternative solution for Win32.
> Any progress?
> 

I remembered I wanted to suggest you to take a look on how it is
implemented in
Python. Their docs state: """
popen (command[, mode[, bufsize]]) 

Changed in version 2.0: This function worked unreliably under Windows in
earlier versions of Python. This was due to the use of the _popen()
function from the libraries provided with Windows. Newer versions of
Python do not use the broken implementation from the Windows libraries. 


Python also has popen{2,3,4}(), [ in module os, also there is a popen2
module ].

I took a peek into posixmodule.c (iirc) but didn't figure out from
_PyPopen() how they
do it cause it's a bit over my knowledge :)

One can grab the python2.0 sources and have a look if interested (I
don't have the relevant file at hand).

ciao 

-- teodor

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] popen() on Win32

2001-01-21 Thread Andi Gutmans

At 05:27 PM 1/21/2001 +0100, Derick Rethans wrote:
>Hi,
>
> > A couple of guys here said they are working on creating a popen()
> > alternative solution for Win32.
> > Any progress?
>
>I'm busy with it. I'm making progress indeed. I only have to bring the
>code into the PHP source now. BUt it looks good. I'll try to finish it
>this week, but it will be a hack, because I don't understand your V_*
>macro's quite well. But I assume some devs can assist me with this later
>on.

Great! I can assist you. Ask me questions about the V_*'s and I'll do my 
best :)

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] popen() on Win32

2001-01-21 Thread Derick Rethans

Hi,

> A couple of guys here said they are working on creating a popen()
> alternative solution for Win32.
> Any progress?

I'm busy with it. I'm making progress indeed. I only have to bring the
code into the PHP source now. BUt it looks good. I'll try to finish it
this week, but it will be a hack, because I don't understand your V_*
macro's quite well. But I assume some devs can assist me with this later
on.

Regards,

Derick Rethans

-
  PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
-
JDI Media Solutions - www.jdimedia.nl - [EMAIL PROTECTED]
 H.v. Tussenbroekstraat 1 - 6952 BL Dieren - The Netherlands
-


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]