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
2009-10-13 13:31:16
...unless someone has understood the CAB file structure and written everything necissary in plain PHP?
Oskar Akerlund
2009-10-13 13:32:38
that's of course right. maybe there's a PEAR-lib or something, but I don't think so anyways...
KB22
2009-10-13 13:34:58