Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

Unzipping without zip_open()

Hello,

I need to extract the files from a zip file using a PHP script (version 4.3.10).

I tried to use this: zip_open()

But get an error:  
         Fatal error: Call to undefined function: zip_open()

I do NOT have shell or root access to this server so I cannot install zziplib.

Are there any other options?  Maybe a PEAR package or something?
ASKER CERTIFIED SOLUTION
Avatar of VoteyDisciple
VoteyDisciple

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hankknight

ASKER

Thanks!