Unzipping without exec ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Erwin Moller

    Unzipping without exec ?

    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
  • Kimmo Laine

    #2
    Re: Unzipping without exec ?

    "Erwin Moller"
    <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote in
    message news:44742617$0 $31649$e4fe514c @news.xs4all.nl ...[color=blue]
    > 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?[/color]

    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@bhg byrzcv.arg)


    Comment

    • Sjoerd

      #3
      Re: Unzipping without exec ?

      Erwin Moller wrote:[color=blue]
      > Does anybody know of a package/solution to unzip files (*.zip, possibly also
      > *.rar, but *.zip is the most urgent) WITHOUT calling exec?[/color]



      Comment

      • Erwin Moller

        #4
        Re: Unzipping without exec ?

        Kimmo Laine wrote:
        [color=blue]
        > "Erwin Moller"
        > <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote in
        > message news:44742617$0 $31649$e4fe514c @news.xs4all.nl ...[color=green]
        >> 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?[/color]
        >
        > 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
        >[/color]

        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

        Comment

        • Erwin Moller

          #5
          Re: Unzipping without exec ?

          Sjoerd wrote:
          [color=blue]
          > Erwin Moller wrote:[color=green]
          >> Does anybody know of a package/solution to unzip files (*.zip, possibly
          >> also *.rar, but *.zip is the most urgent) WITHOUT calling exec?[/color]
          >
          > http://pear.php.net/search.php?q=zip[/color]

          thanks Sjoerd,

          I should have typed zip into the searchbox.
          Me stupid. :P

          Thanks,

          Regards,
          Erwin Moller

          Comment

          Working...