ID: 13224 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: win98 PHP Version: 4.0.5 New Comment: i've found a workaround by using a .bat file i've create a file called "lirezip.bat" where i put the following code @pkunzip -o *.zip @del *.zip and inside a php script i wrote exec("lirezip.bat") and everything worked fine Previous Comments: ------------------------------------------------------------------------ [2001-09-10 17:19:38] [EMAIL PROTECTED] Does a development build from http://www.php4win.com/ work? --Jani ------------------------------------------------------------------------ [2001-09-10 04:04:26] [EMAIL PROTECTED] sorry, i worked with easy php 1.4 ------------------------------------------------------------------------ [2001-09-10 04:02:35] [EMAIL PROTECTED] i use easy php 1.5 and when i try to execute this code <? exec("pkunzip -o *.zip"); ?>, i obtain Warning: Unable to fork [cd ftp] in c:\program files\easyphp\www\toto.php on line .. this code worked with easy php 1.5 ( php 4.0.5 ). ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13224&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]