Actually, it does work now...
Thank you Curt, I will think about ./cvsclean next time.
Cyprien
Curt Zirzow wrote:
HEAD compiled fine for me on Nov 11 with --enable-memory-limit.
Try cleaning up your cvs envrionment and rebuild:
./cvsclean
./buildconf
./configure ...
make
Curt
--
PHP Interna
Hi Wez,
Have you got a chance to look this over?
On Sun, 14 Nov 2004 19:27:47 -0500, Wez Furlong <[EMAIL PROTECTED]> wrote:
> I can see the need for this kind of thing, but I'm not so sure about
> the implementation.
> It's also important to consider backward compatibility and security
> before a
PHP has system() and shell_execute(), but how about spawn() ?
Currently we can only create an asynchronous process only with
proc_open() or popen(), and then I have to track the pipe(s).
It would be great to "exec and let go" the process.
--
PHP Internals - PHP Runtime Development Mailing List