Re: [PHP-DEV] --enable-memory-limit, compilation errors

2004-11-21 Thread Cyprien Nicolas
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

Re: [PHP-DEV] [PATCH] proc_open() invokes unnecessary instances of CMD.EXE on Win32 for *each* started process, even if it's not necessary

2004-11-21 Thread [EMAIL PROTECTED]
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-DEV] creating detached processes in PHP

2004-11-21 Thread [EMAIL PROTECTED]
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