ID: 24347
Updated by: [EMAIL PROTECTED]
Reported By: picklezz at hotmail dot com
Status: Open
-Bug Type: Apache related
+Bug Type: Documentation problem
Operating System: FreeBSD 4.8
PHP Version: 4.3.2
New Comment:
Another documentation problem, disable_functions is a bit special..
Previous Comments:
------------------------------------------------------------------------
[2003-06-26 11:47:00] picklezz at hotmail dot com
Well look at the ini_set page and you see that it is supposed to work.
------------------------------------------------------------------------
[2003-06-26 11:44:51] [EMAIL PROTECTED]
RTFM, it's not even supposed to work.
------------------------------------------------------------------------
[2003-06-26 11:41:07] picklezz at hotmail dot com
Description:
------------
<VirtualHost *>
DocumentRoot /www/www.example.net
ServerName www.example.net
ServerAlias example.net www.example.net
php_admin_value open_basedir /www/www.example.net
ErrorLog /www/log/www.example.net-error_log
CustomLog /www/log/www.example.net-access_log common
CustomLog /www/log/www.example.net-combined.log combined
php_admin_value disable_functions mysql_pconnect
</VirtualHost>
This doesn't disable mysql_pconnect(), but if I put disable_functions =
mysql_pconnect in php.ini it works...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24347&edit=1
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php