PHP Configure command help

Discussion in 'PHP' started by r_honey, Jul 15, 2007.

  1. #1
    I am running PHP 5.2.3 on a WinXP machine with Apache. I have also installed Zend Core to help me in degugging scripts.
    Zend Core has disabled some extensions like bcmath, gd library. Although I know I can enable them using Zend Core's GUI interface, I want to know where exactly is this configure command stored so that I can work with it directly, in case Core is not installed.
    Using extension directive, the configure command should be able to tell which extensions are loaded, but it should not tell which are disabled. So, extension is not the solution I believe...

    Moreover, how do I enable gettext on my machine. I have downloaded it from GNU mirror, but it seems like it is only for Unix-based systems. Where can I get a copy for WinXP system, & how do I install it???
     
    r_honey, Jul 15, 2007 IP
  2. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #2
    for the modules that were removed check the php.ini file and add the modules that are commented out.
     
    ansi, Jul 15, 2007 IP