[PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-11 Thread Melmack
""Melmack"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thank you for your reply. > Unfortunately your method also causes memory leak. > I have tested operating system and I have discovered > that batch script listed below causes the same memory leak. > That is why I think now t

RE: [PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-10 Thread Gustav Wiberg
emory leak occurs when exec() function is used on Windows platform Thank you for your reply. Unfortunately your method also causes memory leak. I have tested operating system and I have discovered that batch script listed below causes the same memory leak. That is why I think now that it is howeve

[PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-10 Thread Melmack
Thank you for your reply. Unfortunately your method also causes memory leak. I have tested operating system and I have discovered that batch script listed below causes the same memory leak. That is why I think now that it is however not PHP fault but Windows bug. The Windows batch script contains:

[PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-09 Thread Elizabeth Smith
melmack wrote: Hi I have a big problem with shell commands execution via PHP. I have written a very short PHP script ilustrating the problem: { exec("test.bat"); } ?> test.bat is just an empty file. This script causes about 10 MB memory leak. It can be observed by usage of p