X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:in-reply-to :references; q=dns; s=default; b=eLCFcNRxDM+zBeTnd2kh+nIk66KnyYU zN/imGt7+graY+zAV+VDiZ8mJXeUkcW+LjFqy3xJT/siU++hTVIj6Ii0mvt2dWzi u7v1Ow3svpU26KZuLtGdxEUg7/c7mNUJS48FwQ9RWD4YPfd+OARlOyqEFPLN2yy6 Yqxy1dI+tkRY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:in-reply-to :references; s=default; bh=xAuPtaUkblhWS4WoA20JO/faemM=; b=RqLdk 4KD4p0nF5eLXx3FgSB34Z+iP56od5yWlpH+0dWZmi1xDNwzbNiKpgPtykhC8eBKi qcgnKeIwVfuGlZDnZHB1sLgNfANvAg9Y0m4DSFXofI1FjEsb9rJdG4Aai/ZiSfqZ CkOzz+GKtZeh2TOdm9MWp0Gnj1JS2TSQm1d1Ss= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mail2.asahi-net.or.jp Message-ID: <20131217192917.2868@binki> Date: Tue, 17 Dec 2013 19:29:17 +0900 From: wynfield AT gmail DOT com To: Subject: Re: PHP error In-reply-to: Your message of Tue, 17 Dec 2013 13:34:19 +0400 <513325334.20131217133419@mtu-net.ru> References: <20131217115322 DOT 3224 AT binki> <513325334 DOT 20131217133419 AT mtu-net DOT ru> X-IsSubscribed: yes Andrey Thanks for replying. You were right. I found the problem and fixed it. Andrey Repin wrote: > Greetings, wynfield! > > > > While checking to see what verions of php I had I ran php --version and received the following warning regarding mysqli: > > > $ php --version > > PHP Warning: Module 'mysqli' already loaded in Unknown on line 0 > > PHP Warning: Module 'mysqli' already loaded in Unknown on line 0 > > PHP 5.4.19 (cli) (built: Aug 23 2013 14:32:19) > > Copyright (c) 1997-2013 The PHP Group > > Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies > > > > Is this a problem or simply an annoying message that should be ignored? > > I'm pretty sure this is a problem with your PHP configuration, that have > nothing to do with Cygwin. > Most likely, you have mysqli module mentioned multiple times in PHP > configuration. > > Andrey Repin > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple