ID: 13224
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Program Execution
Operating System: win98
PHP Version: 4.0.5
New Comment:

Again, does the development build from http://www.php4win.com/ work without this 
workaround
or not?

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-09-11 02:46:51] [EMAIL PROTECTED]

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



------------------------------------------------------------------------

[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]

Reply via email to