ID: 30100 Updated by: [EMAIL PROTECTED] Reported By: php-answer at karolyi dot hu -Status: Open +Status: Bogus Bug Type: Dynamic loading Operating System: Linux PHP Version: 5.0.1 New Comment:
Why do you think it would be more efficient? When you load in an extension it gets loaded into the Apache process which serves requests for all your virtual hosts anyway. There would be no difference between doing it per-vhost at startup vs. just doing it from your php.ini. Previous Comments: ------------------------------------------------------------------------ [2004-09-16 02:16:22] php-answer at karolyi dot hu Description: ------------ I wonder if there is an option to load external php modules like gd, mysql and imap into php below a <VirtualHost> section with php_admin_value directives. I think it could be possible, like dl()-ing from php scripts. But as i've tried with "php_admin_value extension gd.so", it doesn't works at this moment. Please report back if this is a solvable problem, because virtualhosting would be much more efficient if this option would work. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30100&edit=1