How to check which PHP extensions have been enabled/disabled in Ubuntu Linux 12.04 LTS?

前端 未结 6 506
借酒劲吻你
借酒劲吻你 2020-12-07 10:36

I\'m using Ubuntu Linux 12.04 LTS on my local machine. I\'ve installed LAMP long ago on my machine. Now I want to enable following PHP extensions:

  1. php_zip
6条回答
  •  北荒
    北荒 (楼主)
    2020-12-07 11:19

    For information on php extensions etc, on site.

    1. Create a new file and name it info.php (or some other name.php)

    2. Write this code in it:

       
      
    3. Save the file in the root (home)of the site

    4. Open the file in your browser. For example: example.com/info.php All the php information on your site will be displayed.

提交回复
热议问题