ID: 29233 Updated by: [EMAIL PROTECTED] Reported By: php at arwin dot net -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: Linux kernel 2.4 PHP Version: 4.3.8 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Use php_admin_value Previous Comments: ------------------------------------------------------------------------ [2004-07-17 23:34:49] php at arwin dot net 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 this bug report at http://bugs.php.net/?id=29233&edit=1