tamashii
February 6th, 2006, 05:26 PM
I'm actually having a bit of trouble finding the right area to put this topic under...
I've been trying to get zip functionality working with php5, after installing php5, php5-cli and whatever those things depend on via Synaptic. From the description of php5-cli though, zip support is already suppose to be compiled with it. Yet i get errors like:
Fatal error: Call to undefined function zip_open() in /path/file.php on line 79
still. Does anyone know if the zip support that's suppose to be provided in php5-cli is different from the ones documented in the PHP manual? Or if there's another way to get zip support? I also installed zziplib-bin and libzzip-dev via Synaptic... but that didn't seem to do anything. Thanks! (if this is in the wrong section please tell me)
I've been trying to get zip functionality working with php5, after installing php5, php5-cli and whatever those things depend on via Synaptic. From the description of php5-cli though, zip support is already suppose to be compiled with it. Yet i get errors like:
Fatal error: Call to undefined function zip_open() in /path/file.php on line 79
still. Does anyone know if the zip support that's suppose to be provided in php5-cli is different from the ones documented in the PHP manual? Or if there's another way to get zip support? I also installed zziplib-bin and libzzip-dev via Synaptic... but that didn't seem to do anything. Thanks! (if this is in the wrong section please tell me)