Hey Folks!
I've been working with Zend Studio.
Since I've uninstalled the suite, PHP is exiting with:
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
I can't even start PHP - Zip versions ..
XAMPP works perfectly ... excluding PHP, it doesn't parse PHP-code anymore,
it shows the source ... (unparsed :-S)
Thanks,
(c) Kenan Sulayman
Freelance Designer and Programmer
Life's Live Poetry
http://MyJurnal.tk/
2008 Gruodis 28, 11:41, Sek Kenan R Sulayman rašė:
Hey Folks!
I've been working with Zend Studio.
Since I've uninstalled the suite, PHP is exiting with:
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)I can't even start PHP - Zip versions ..
XAMPP works perfectly ... excluding PHP, it doesn't parse PHP-code
anymore,
it shows the source ... (unparsed :-S)
Disable all unused PHP extensions in php.ini and make sure that PHP is
enabled in Apache configuration.
I suspect that you should ask such questions on users mailing list.
--
Tomas
hi,
On Sun, Dec 28, 2008 at 10:41 AM, Kenan R Sulayman
kureal@kkooporation.de wrote:
Please ask further questions to the php-install mailing list.
About this problem, you are certainly using the same php.ini than
before but the snmp data has been removed. Comment out the
php_snmp.dll line in your php.ini and it should work again.
Cheers,
Pierre