Implementing the bzip2 library on a Linux shared hosting [H]
Posted: Wed Jan 26, 2011 12:35 am
Hello all,
I need help. I have shared hosting via godaddy.com and I am trying to run a script which has bzip2 function calls.
I have my script set up to check for bzip2 using: function_exists("bzdecompress")
Unfortunately, the bzip2 library is not implemented on this server, and godaddy.com has been completely unhelpful with this issue. I am some-what new to PHP and could really use some help here. I *NEED* to use bzip because the file I am parsing is compressed with bzip. Is there anyway to implement the bzip library on a shared hosting account? I would *GREATLY* appreciate any solution someone can give me, and would be willing to pay someone to help me with this...
Thank you in advance!
I need help. I have shared hosting via godaddy.com and I am trying to run a script which has bzip2 function calls.
I have my script set up to check for bzip2 using: function_exists("bzdecompress")
Unfortunately, the bzip2 library is not implemented on this server, and godaddy.com has been completely unhelpful with this issue. I am some-what new to PHP and could really use some help here. I *NEED* to use bzip because the file I am parsing is compressed with bzip. Is there anyway to implement the bzip library on a shared hosting account? I would *GREATLY* appreciate any solution someone can give me, and would be willing to pay someone to help me with this...
Thank you in advance!