Support for zip functions?
Moderator: General Moderators
Support for zip functions?
I wrote a script using PHPs zip file functions (zip_open, zip_entry_open, etc.). I didn't notice that only PHPv 4.1- 4.3.2 support these functions. Why would PHP stop supporting these functions without offering an alternative? I am using a more recent version of PHP and don't want to downgrade. Is there a module or something that I can install, or even better edit a line in the php.ini file (wishful thinking) to support these functions? Thanks in advance.
- Pointybeard
- Forum Commoner
- Posts: 71
- Joined: Wed Sep 03, 2003 7:23 pm
- Location: Brisbane, AUS
- Contact:
hmm...well you could have a look at pcltar and pclzip...they do what you talking about. Personally i would have a look at tar files over zip. thats what i use neway. http://www.phpconcept.net/pclzip/index.en.php