Note that there are some explanatory texts on larger screens.

plurals
  1. POPhp fastCLI version 5.3.13 ignores include_path setting in ini.php
    primarykey
    data
    text
    <p>I am setting up <code>PHP</code> on <code>Windows Server 2008 SP1</code> (64 bit). I have configured <code>PHP</code> 5.3.13 which I managed to find over <a href="http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/" rel="nofollow">here</a>. I have configured it in IIS to use fastCGI. As an aside, the reason that I used <code>PHP</code> 5.3.13 and not 5.4.3 is because I have not been able to find the 5.4 binary for the extension <code>php_win32service</code> which we need.</p> <p>The issue that I am encountering though is that the <code>include_path</code> configured in the <code>php.ini</code> is being totally ignored by <code>PHP</code>. I have confirmed that I am changing the correct <code>php.ini</code> by making changes to other settings in the ini and I see these changes when I echo <code>phpinfo</code>. My <code>php.ini</code> is defined in the <code>C:\Windows</code> folder. But no matter what I put as the <code>include_path</code> in the ini file I always see ".;C:\php\pear" shown for the include path by <code>phpinfo</code>.</p> <p>The include path that I have in my ini is copied/pasted from the ini on another server that is configured and working correctly. The only differences between the new server and the previous one is that the new one is 64 bit and the new one is running PHP 5.3.13 with fastCGI (as opposed to 5.2.1 with ISAPI for the one that is working).</p> <p>So does anyone know whether the fact that <code>include_path</code> is being ignored is a bug in version 5.3.13 or if this behaviour is by design for <code>fastCGI</code>? Is there some setting that I could change in the <code>php.ini</code> that would resolve this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload