From: Pierre Joye Date: Mon, 13 Dec 2010 21:07:13 +0000 (+0000) Subject: -add a link to snmp install doc about the MIBS data, remove static or removed exts X-Git-Tag: php-5.3.6RC1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acd87493eca4968b0fc14935d605fb801d580eb7;p=php -add a link to snmp install doc about the MIBS data, remove static or removed exts --- diff --git a/php.ini-development b/php.ini-development index c8a7a1f9f9..a75c2b3448 100644 --- a/php.ini-development +++ b/php.ini-development @@ -972,7 +972,11 @@ default_socket_timeout = 60 ;extension=php_phar.dll ;extension=php_pspell.dll ;extension=php_shmop.dll + +; The MIBS data available in the PHP distribution must be installed. +; See http://www.php.net/manual/en/snmp.installation.php ;extension=php_snmp.dll + ;extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite.dll diff --git a/php.ini-production b/php.ini-production index fb31d738ad..cbad176b95 100644 --- a/php.ini-production +++ b/php.ini-production @@ -971,7 +971,11 @@ default_socket_timeout = 60 ;extension=php_pgsql.dll ;extension=php_pspell.dll ;extension=php_shmop.dll + +; The MIBS data available in the PHP distribution must be installed. +; See http://www.php.net/manual/en/snmp.installation.php ;extension=php_snmp.dll + ;extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite.dll