ID: 6982 Updated by: stas Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *General Issues Bug Type: Feature/Change Request Assigned To: Comments: I guess it's intended - they work only for php.ini, otheriwse user could easyliy override this with .htaccess, for example. So this is system-global setting for now. Moving to RFEs. Previous Comments: --------------------------------------------------------------------------- [2000-12-26 09:59:27] [EMAIL PROTECTED] I've tried php 4.0.4 but disable_functions only works from php.ini, not from apache config. --------------------------------------------------------------------------- [2000-11-27 06:09:32] [EMAIL PROTECTED] Please try latest snapshot from http://snaps.php.net/ and report back whether this works with it or not. --Jani --------------------------------------------------------------------------- [2000-10-02 23:28:52] [EMAIL PROTECTED] I'm trying to disable interbase functions for some directories. httpd.conf: <Directory /some/path> php_admin_value disable_functions 'ibase_pconnect' </Directory> But ibase_pconnect still works. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=6982&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]