php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #10937 Interface to execl(), execv()
Submitted: 2001-05-17 13:32 UTC Modified: 2014-12-28 17:32 UTC
Votes:4
Avg. Score:4.2 ± 0.8
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: kc834 at blu32 dot com Assigned: kalle (profile)
Status: Closed Package: Program Execution
PHP Version: * OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 - 25 = ?
Subscribe to this entry?

 
 [2001-05-17 13:32 UTC] kc834 at blu32 dot com
It would be very helpful if you implemented a command that could be used to execute an external program without using the shell.  Such a feature would be useful in the following cases:

1) if another hole is discovered in EscapeShellCmd()
2) if the web server is being run in a chrooted environment, or in another situation in which /bin/sh access is forbidden or undesirable
3) if the user wishes to avoid the overhead of running the shell when a simple execl() would suffice
4) when individual arguments to a user program contain spaces or other characters that could be mangled by the shell and require special treatment (ex. execl("/bin/foo", "foo", "hello \"world", NULL) is a pain in the neck to do right now)
5) if for no other reason, than to make PHP more competitive with Perl, which does have this feature.  it's not too hard to do.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-31 20:35 UTC] jani@php.net
-Package: Feature/Change Request +Package: Program Execution -Operating System: Linux 2.2 +Operating System: * -PHP Version: 4.0.5 +PHP Version: *
 [2010-12-31 21:20 UTC] jani@php.net
-Summary: Interface to execl() library call +Summary: Interface to execl(), execv()
 [2010-12-31 21:20 UTC] jani@php.net
See also bug #13843
 [2014-12-28 17:32 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2014-12-28 17:32 UTC] kalle@php.net
Closing in favour of bug #13843
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC