tags:

views:

49

answers:

1

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.

+1  A: 

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

KB22
...unless someone has understood the CAB file structure and written everything necissary in plain PHP?
Oskar Akerlund
that's of course right. maybe there's a PEAR-lib or something, but I don't think so anyways...
KB22