|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-26 11:44 UTC] sniper@php.net
[2003-06-26 11:47 UTC] picklezz at hotmail dot com
[2003-06-26 11:52 UTC] sniper@php.net
[2003-06-26 12:05 UTC] philip@php.net
[2003-06-26 12:16 UTC] philip@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 16 01:00:01 2025 UTC |
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...