php 5.0.4 zip support

Support/Development for PHP
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

php 5.0.4 zip support

Unread post by npavlidis »

hey,

i got:
PHP 5.0.4 (cli) (built: Jan 29 2006 21:37:43)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Loader v3.1.29, Copyright (c) 2002-2007, by ionCube Ltd.(all that :P)

but from the looks of a phpinfo() i checked this php was not compiled with --enable-zip which one of my clients wants to use.
how do i get around this whithout recompiling?

thanx
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

You find some other word that means "Recompiling" and then you do that.
Fenice
Forum User
Forum User
Posts: 37
Joined: Thu Nov 23, 2006 5:36 pm

Unread post by Fenice »

Or use this great class... been using it in a lot of projects, from CMS to forums add-ons.

http://www.phpconcept.net/pclzip/index.en.php
Post Reply