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

2001-10-03 Thread sander

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

No feedback. Closing.

Previous Comments:


[2001-09-11 13:32:26] [EMAIL PROTECTED]

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

--Jani




[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=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-10-03 Thread sander

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


Previous Comments:


[2001-09-11 13:32:26] [EMAIL PROTECTED]

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

--Jani




[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=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]
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 Updated: pb with exec function

2001-09-11 Thread sniper

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