PHP ZipArchive not unzipping on CentOS 4.8 -
i've been doing work phps ziparchive. on local windows machine using wamp able select zip file, upload , unzip desired destination.
when attempt same on centos server, .zip file uploaded desired destination not being unzipped.
i've done research , see ziparchive available if php compiled --enable-zip. if case, shouldn't upload fail? don't understand why .zip file still being placed in desired destination.
i did class_exists(ziparchive) , returned false on centos server. find weird file still uploaded know why isn't working.
thanks anyways.
Comments
Post a Comment