ID:               24347
 User updated by:  picklezz at hotmail dot com
 Reported By:      picklezz at hotmail dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         Apache related
 Operating System: FreeBSD 4.8
 PHP Version:      4.3.2
 New Comment:

Well look at the ini_set page and you see that it is supposed to work.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to