From:             php at arwin dot net
Operating system: Linux kernel 2.4
PHP version:      4.3.8
PHP Bug Type:     PHP options/info functions
Bug description:  no longer able to set allow_url_fopen using php_value

Description:
------------
allow_url_fopen is listed as being configurable only in PHP_INI_SYSTEM

In previous versions we were able to configure on a PERDIR basis, inside
.htaccess files.  Several production sites had problems upon upgrading
from php 4.3.4 to 4.3.8.

Was this a mistake or intentially changed to PHP_INI_SYSTEM?

Will other options be locked down in this way? Was there advance warning
and I missed it?

Thanks

Reproduce code:
---------------
.htaccess file with following line:

php_value allow_url_fopen 1

or

php_value allow_url_fopen On

Expected result:
----------------
php option allow_url_fopen would be enabled.

Actual result:
--------------
allow_url_fopen remains disabled, which is the setting in the global
php.ini.

-- 
Edit bug report at http://bugs.php.net/?id=29233&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29233&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29233&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29233&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29233&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29233&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29233&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29233&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29233&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29233&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29233&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29233&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29233&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29233&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29233&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29233&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29233&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29233&r=float

Reply via email to