[PHP-DEV] Bug #13224 Updated: pb with exec function

2001-09-11 Thread vcaron

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


Previous Comments:


[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=13224edit=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]




[PHP-DEV] Bug #13224 Updated: pb with exec function

2001-09-11 Thread vcaron

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=13224edit=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]




[PHP-DEV] Bug #13224: pb with exec function

2001-09-10 Thread vcaron

From: [EMAIL PROTECTED]
Operating system: win98
PHP version:  4.0.6
PHP Bug Type: Reproducible crash
Bug description:  pb with exec function

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 bug report at: http://bugs.php.net/?id=13224edit=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]




[PHP-DEV] Bug #13224 Updated: pb with exec function

2001-09-10 Thread vcaron

ID: 13224
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: win98
PHP Version: 4.0.6
New Comment:

sorry, i worked with easy php 1.4

Previous Comments:


[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=13224edit=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]