How to enabled PHP extensions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seopro
    Junior Member
    • Apr 2006
    • 11

    #1

    How to enabled PHP extensions

    I like to add more extensions in my server, but I don't know how? Help me of enabling "extension=php_bz2.dll" into my server. What the best thing to do? Tell me...

    Thanks
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    This is not something that you have access to do.

    Comment

    • seopro
      Junior Member
      • Apr 2006
      • 11

      #3
      ZLIB and BZ2 extension should be INSTALLED on cPANEL 39 so that my script for compress and decompress will run. I found out in the PHPINFO that it only have ZLIB installed, no BZ2 installed. I need BZ2 installed in this Cpanel to run my PHP script.

      Let me know if you can set it up the Apache handler of this server then it will be appreciated , or tell me opinions of resolving this problem. Do i need to change HTACCESS?

      Thank you!

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        Sorry, BZ2 is not available, nor do we have plans to offer it at this time.

        Comment

        • seopro
          Junior Member
          • Apr 2006
          • 11

          #5
          Okay... Hope it won't take too long so that many of us can avail the extension for our applications... Let me know if you have installed the extension. Thanks!

          Comment

          • samsam
            Member
            • Mar 2004
            • 79

            #6
            Originally posted by seopro
            I like to add more extensions in my server, but I don't know how? Help me of enabling "extension=php_bz2.dll" into my server. What the best thing to do? Tell me...

            Thanks
            What is the PHP application you need to run?

            While I know of many PHP apps that use GZIP output compression, which is supported at Dathorn via the ZLIB extensions, I'm curious about the ones that require the use of 'PHP_BZ2.DLL'.

            Comment

            Working...