Edit report at http://bugs.php.net/bug.php?id=53179&edit=1

 ID:                 53179
 Comment by:         thomas at sarlandie dot net
 Reported by:        znarkus at gmail dot com
 Summary:            php_flag engine on turns engine off, should be
                     engine 1
 Status:             Open
 Type:               Bug
 Package:            Apache2 related
 Operating System:   Windows 7
 PHP Version:        5.3.3
 Block user comment: N
 Private report:     N

 New Comment:

Same problem on php 5.2.1-0ubuntu1 on Ubuntu.


Previous Comments:
------------------------------------------------------------------------
[2010-10-27 11:04:10] znarkus at gmail dot com

Forgot to say, but Actual result is a table with different "engine"
values/combinations, and their result.

------------------------------------------------------------------------
[2010-10-27 10:57:53] znarkus at gmail dot com

Description:
------------
If I understand the documentation at
http://www.php.net/manual/en/apache.configuration.php#ini.engine
correctly, php_value engine on|off is valid. But putting php_value
engine on in a .htaccess or vhost config (in Directory directive)
actually turns off the engine.



Tested with curl on cygwin.

Actual result:
--------------
Vhost   .htaccess       Result

N/A             N/A                     on

on              N/A                     off

1               N/A                     on

off             N/A                     off

0               N/A                     off



1               on                      off

1               off                     off

1               0                       off

1               1                       on


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53179&edit=1

Reply via email to