From:             gk at gknw dot de
Operating system: NetWare
PHP version:      5.2.0
PHP Bug Type:     *Configuration Issues
Bug description:  php_flag and php_value do not work with filter module

Description:
------------
I have compiled PHP 5.2.0 for NetWare platform with both the mod_php
filter and handler modules.
If I use php_flag or php_value on a per directory base then it works fine
when I use the handler module, but the filter module doesnt honor it.
I have compiled both modules with PHP_AP_DEBUG defined, and I can see with
both modules that the setting gets processed, but it simply doesnt get
applied finally with the filter module.
I wanted to compare with the Windows 5.2.0 build, but unfortunately there
the provided filter module doesnt load at all; and all Linux boxes I have
access to dont have 5.2.0 yet - so I'm someehat lost with further testing
unless I go and compile self on Linux. Can please someone do a quick test
on Linux if it works there with httpd threaded (that's what we have to use
on NetWare) + filter module?
Thanks!

Reproduce code:
---------------
use f.e. in a .htaccess or in directory block:
php_flag magic_quotes_gpc 1
php_value upload_max_filesize "8M"


Expected result:
----------------
settings get applied with filter module as they get applied with handler
module.


-- 
Edit bug report at http://bugs.php.net/?id=39899&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39899&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39899&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39899&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39899&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39899&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39899&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39899&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39899&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39899&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39899&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39899&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39899&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39899&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39899&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39899&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39899&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39899&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39899&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39899&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39899&r=mysqlcfg

Reply via email to