ID: 19578 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 New Comment:
The docs have been updated to reflect the information gathered within this bug report: http://cvs.php.net/cvs.php/phpdoc/en/chapters/config.xml Thanks for the report :) Previous Comments: ------------------------------------------------------------------------ [2002-09-27 06:56:26] [EMAIL PROTECTED] I also think that the documentation is very unclear about the differences between php_* and php_admin_* settings -- how exactly, for example, does one determine when to use a php_admin_ directive as opposed to a straight php_ one? And if I use the "wrong" one, what happens? And a prominent link from the configuration.php page to the ini_set page, referring to the table of what can be set where, would be very good, too. Cheers! Mike ------------------------------------------------------------------------ [2002-09-27 06:35:28] [EMAIL PROTECTED] That should be said in the manual page too.. ------------------------------------------------------------------------ [2002-09-27 06:33:04] [EMAIL PROTECTED] A virtual host configuration section is for PHP in the "PER_DIR" access level, which is the same as the .htaccess level is. ------------------------------------------------------------------------ [2002-09-27 06:20:31] [EMAIL PROTECTED] Thnx. Sniper. I know that. And I use that. To clarify my problem : If I set a php_admin_value or php_admin_flag in httpd.conf outside a virtualhost directive, I cannot change it within a virtualhost directive. At least it doesnŽt work for me. As it seems that nobody understands my problem, and no other has this problem I think its better to close this. IŽll find the solution for me alone. Alex. ------------------------------------------------------------------------ [2002-09-26 20:02:46] [EMAIL PROTECTED] >From manual page http://www.php.net/manual/en/configuration.php php_admin_value name value This sets the value of the specified variable. "Admin" configuration settings can only be set from within the main Apache configuration files, and not from .htaccess files. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/19578 -- Edit this bug report at http://bugs.php.net/?id=19578&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php