[PHP] Re: zip_open in 4.0.6 ?

2001-10-18 Thread Christian C.
Ilya V. Lazarev [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi ! Has anyone tried zip_open in PHP 4.0.6 ? It says me that no such function. I've looked at php src and found zzip_open(), but this one expect more than 1 arg ( supposedly 2 ). File/path name

[PHP] Re: zip_open in 4.0.6 ?

2001-10-18 Thread Ilya V. Lazarev
No . I've found next lines in ext/zziplib/zziplib.c (next is excerpt from file ): /* {{{ proto resource zzip_opendir(string filename) Open a new zzip archive for reading */ -- /* {{{ proto resource zzip_readdir(resource zzipp) Returns the next file in the archive */ -- /* {{{ proto void