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
""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
:
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
&
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