Re: [PHP] pclzip on PHP 5

2007-04-18 Thread Richard Lynch
On Wed, April 18, 2007 7:16 pm, Skip Evans wrote: > I'm developing a site on my local server, which > runs PHP4 and BSD. I also installed pclzip.lib.php > to create zip files on the PHP4 machine and all > works well. > > The production server for this site runs PHP5, but > I thought it would be bac

Re: [PHP] pclzip on PHP 5

2007-04-18 Thread Skip Evans
Jochem Maas wrote: that seems backwards. I would get a local php5 dev environment and rewrite the code to use http://php.net/zip instead. I had problems installing the PHP5 port on FreeBSD 6.1, which is why I stayed with 4. -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 5

Re: [PHP] pclzip on PHP 5

2007-04-18 Thread Jochem Maas
Skip Evans wrote: > Hey all, > > I'm developing a site on my local server, which runs PHP4 and BSD. I > also installed pclzip.lib.php to create zip files on the PHP4 machine > and all works well. > > The production server for this site runs PHP5, but I thought it would be > backward compatible, b