This is a discussion on Unzipping without exec ? within the PHP Language forums, part of the PHP Programming Forums category; Hi all, Does anybody know of a package/solution to unzip files (*.zip, possibly also *.rar, but *.zip is the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
Does anybody know of a package/solution to unzip files (*.zip, possibly also *.rar, but *.zip is the most urgent) WITHOUT calling exec? A friend of mine is working in an environment in safemode without access to zip. (The ISP make no exception for zip) Are there packages around that can unzip without using a systemcall? Any solutions, ideas? TIA! Regards, Erwin Moller |
|
|||
|
"Erwin Moller"
<since_humans_read_this_I_am_spammed_too_much@spam yourself.com> wrote in message news:44742617$0$31649$e4fe514c@news.xs4all.nl... > Hi all, > > Does anybody know of a package/solution to unzip files (*.zip, possibly > also > *.rar, but *.zip is the most urgent) WITHOUT calling exec? > > A friend of mine is working in an environment in safemode without access > to > zip. (The ISP make no exception for zip) > > Are there packages around that can unzip without using a systemcall? > > Any solutions, ideas? I assume you are aware of the php built-in zip library, but just in case not, check it out: http://php.net/manual/en/ref.zip.php -- "ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" -lpk spam@outolempi.net | Gedoon-S @ IRCnet | rot13(xvzzb@bhgbyrzcv.arg) |
|
|||
|
Erwin Moller wrote:
> Does anybody know of a package/solution to unzip files (*.zip, possibly also > *.rar, but *.zip is the most urgent) WITHOUT calling exec? http://pear.php.net/search.php?q=zip |
|
|||
|
Kimmo Laine wrote:
> "Erwin Moller" > <since_humans_read_this_I_am_spammed_too_much@spam yourself.com> wrote in > message news:44742617$0$31649$e4fe514c@news.xs4all.nl... >> Hi all, >> >> Does anybody know of a package/solution to unzip files (*.zip, possibly >> also >> *.rar, but *.zip is the most urgent) WITHOUT calling exec? >> >> A friend of mine is working in an environment in safemode without access >> to >> zip. (The ISP make no exception for zip) >> >> Are there packages around that can unzip without using a systemcall? >> >> Any solutions, ideas? > > I assume you are aware of the php built-in zip library, but just in case > not, check it out: http://php.net/manual/en/ref.zip.php > Thanks. As you guessed: This is new to me. ;-) I see it needs a PECL extension. I expect this is no problem. Thanks, I should have find that one myself. (Erwin slaps himself). Regards, Erwin Moller |
|
|||
|
Sjoerd wrote:
> Erwin Moller wrote: >> Does anybody know of a package/solution to unzip files (*.zip, possibly >> also *.rar, but *.zip is the most urgent) WITHOUT calling exec? > > http://pear.php.net/search.php?q=zip thanks Sjoerd, I should have typed zip into the searchbox. Me stupid. :P Thanks, Regards, Erwin Moller |
![]() |
| Thread Tools | |
| Display Modes | |
|
|