IIS Alterar a localização do PHP.ini

3

Sou novato no IIS no Windows Server 2008

A minha pergunta é basicamente como alterar o caminho do PHP.ini, devido a phpinfo(); minha configuração do PHP é carregada de C:\windows quando eu tenho o meu módulo mapeado ligado a:

C:\PHP5.4

Então, como eu iria mudar isso, fiz algumas pesquisas sobre esse assunto, mas isso não me proporcionou uma solução.

Eu estou no Windows Server 2008 executando o IIS 6.0 com um módulo mapeado do PHP5.4

    
por Daryl Gill 15.04.2013 / 02:59

1 resposta

3

No Windows, você pode definir o local de pesquisa no registro.

Por meio do arquivo de configuração do PHP :

  • As of PHP 5.2.0, the location of the php.ini file can be set for different versions of PHP. The following registry keys are examined in order: [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z], [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y] and [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x], where x, y and z mean the PHP major, minor and release versions. If there is a value for IniFilePath in any of these keys, the first one found will be used as the location of the php.ini (Windows only).
  • [HKEY_LOCAL_MACHINE\SOFTWARE\PHP], value of IniFilePath (Windows only).
    
por 15.04.2013 / 03:26

Tags