[PHP-WIN] Single cmd session for all exec() calls - is this possible?

2007-09-12 Thread Melmack
command is strongly dependent on the results from previous command. Best regards Melmack -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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

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

2007-09-10 Thread Melmack
: for /L %%i in (1,1,500) do cmd /C test.bat where test.bat is just an empty file. Maybe someone knows how to solve this problem? Best regards Melmack Uzytkownik "Elizabeth Smith" <[EMAIL PROTECTED]> napisal w wiadomosci news:[EMAIL PROTECTED] > melmack wrote: >> Hi &

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

2007-09-09 Thread melmack
all available enviroments: - IIS Webserver. - Apache webserver - PHP command line interpreter Memory leak is observable only on Windows platform (tested on Windows XP). On Linux everything works OK. Does someone know how to solve this problem? Any help appreciated Best regards Melmack