[phpa] IMPORTANT comment concerning Vhost phpa enable

All,

There appears to be a bug or misfeature in PHP itself that causes 'on' 
and 'off' to not be recognised when read from httpd config files. This has 
caused some people problems in enabling phpa because my documentation 
suggests using on to enable it, whereas this actually gets parsed as 0, 
i.e. off.

So, whereas you *can* use

  phpa = on 

or

  phpa = off

to enable or disable phpa in php.ini files, you must write 

  php_value php 1

to enable phpa in httpd config files, e.g. in a virtual hosts section.

This will be worked around in the next release.

Sorry that some people have been tripped up by this.

Nick


------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: