vote up 0 vote down star

Running PHP on IIS6, how can I open and extract the contents of a CAB-file? Is there any way of doing this witout using exec? I don't have permission to run stuff with exec.

flag

1 Answer

vote up 1 vote down

Without external tools like cabextract this won't work. PHP has no functions for this.

link|flag
1  
...unless someone has understood the CAB file structure and written everything necissary in plain PHP? – Oskar Akerlund Oct 13 at 13:32
that's of course right. maybe there's a PEAR-lib or something, but I don't think so anyways... – KB22 Oct 13 at 13:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.