Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27999 invoked from network); 28 Dec 2008 11:15:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2008 11:15:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:56034] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/F4-18865-0CF57594 for ; Sun, 28 Dec 2008 06:15:13 -0500 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 4BDBB1F50F0; Sun, 28 Dec 2008 13:14:30 +0200 (EET) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 2AEE71F50EB; Sun, 28 Dec 2008 13:14:30 +0200 (EET) Received: from 78.61.224.253 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Sun, 28 Dec 2008 13:14:30 +0200 (EET) Message-ID: <48557.4e3de0fd.1230462870.nsm@avilys.eik.lt> In-Reply-To: References: Date: Sun, 28 Dec 2008 13:14:30 +0200 (EET) To: "Kenan R Sulayman" Cc: internals@lists.php.net User-Agent: NaSMail/1.5 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] PHP Unavailable From: tokul@users.sourceforge.net ("Tomas Kuliavas") 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