Re: [PHP] 7zip extension available

2008-01-04 Thread TG
Did a quick search and didn't see anything PHP specific, but there is an SDK and someone has done something for Python that might be adaptable: SDK: http://www.7-zip.org/sdk.html PyLZMA: http://www.joachim-bauch.de/projects/python/pylzma/ LZMA might be the magic search word, since it's the al

Re: [PHP] 7zip extension available

2008-01-04 Thread Daniel Brown
On Jan 4, 2008 3:46 PM, ecc <[EMAIL PROTECTED]> wrote: > > Hi, > i´ve searched a little bit, but found no page talking about an 7zip (.7z) > extension for php. Is there an way to extract data from 7zip archives from > within an php script? You could try exec() or one of the family to do the jo