Disable functions in php

Discussion in 'HTML / PHP / JavaScript / CSS' started by Freak, Feb 21, 2005.

  1. Hello,</o:p>
    </o:p>
    I have tried checking if there are any disable functions for php. I have tried checking by making a php file with:</o:p>
    </o:p>
    <?php
    echo ini_get("disable_functions");
    ?></o:p>
    But nothing comes up. SoI don't know if there are or not.</o:p>
    </o:p>
    I am checking this because I am trying to run Gallery (http://gallery.menalto.com/index.php) on my web site and its not going to well.</o:p>
    So I check there FAQ, and found out that I have this problem:</o:p>
    </o:p>
    Status: (expected 0) -- This means that Gallery is unable to get a status message from PHP, which it relies on. One possible solution is that your host has disabled some needed php functions. To determine if they have create a PHP file containing </o:p>
    <?php</o:p>
    echo ini_get("disable_functions");</o:p>
    ?></o:p>
    </o:p>
    So if there are functions that are disable on my server, is there a way to disable it or turn it off?</o:p>
    </o:p>
    Thanks,</o:p>Bimmer-Tech
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I briefly read up on their site and found that it doesn't work w/ IIS

    B.2.

    Does Gallery work under Windows?


    Many people have gotten Gallery to work under Windows using Apache. However, Gallery does not interact well with IIS, because PHP still has some issues with executing programs like NetPBM and ImageMagick.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Well,

    Thanks for trying. [​IMG]

    Bimmer-Tech
     

Share This Page