X-Recipient: archive-cygwin@delorie.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=RmRFj8LsZAEONRLmKhqvpPLyPuzKCm8
	4W2/IB5nTAewZzm11NW3U8E+gyuybiFCXptBNh3fvdYejBe8W/1vzmPQhnnVm80X
	J7J7kr+NDflmHcWMWD1EQyc1br/sqEpfjaVdRUGDMmE40KOrDK7F6B/v4goNliHF
	fQ7vkBVt0QEI=
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=jYch9yzYenKzxMw7ZyB8u/JXsDQ=; b=qscKj
	+y5vnnMI8jK+Dfse/S1lMBu63fDWqTAaQlCdmmdRhoOCNWvG7jL7qDmq3Joz3u18
	gQ6Az70m4wxmbdEX/9LXIltImkEp9mFJX8r/iE8ZBGJviJQwbt9qZcaGkO1XXh1z
	sle+19w/xuSKXKXhnT16UGh3Ain1/0mntXTp/s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_95,FREEMAIL_FROM,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: mail1.asahi-net.or.jp
Message-ID: <20131129095609.3648@binki>
Date: Fri, 29 Nov 2013 09:56:09 +0900
From: wynfield@gmail.com
To: <cygwin@cygwin.com>
Subject: Re: PHP Cygwin Package
In-reply-to: Your message of Thu, 28 Nov 2013 11:30:06 +0800         <CAGaO6c_ZfGT+3TfzM3Yj8Cc_fP_LKg6BQWADedvZOux9RddWHw@mail.gmail.com>
References: <20131127233306.2864@binki>         <CAGaO6c_ZfGT+3TfzM3Yj8Cc_fP_LKg6BQWADedvZOux9RddWHw@mail.gmail.com>
X-IsSubscribed: yes


Thanks for the respose.

I found out that the php module for Apache's httpd is an optional module and not installed with the apache package.  It must be installed individually.  Then the httpd2 server's configuration file must be modified to let it know to use the php module.

Much appreciation to the cygport site for producing and making available the apache2 mod_php, which can be installed with Cygwin's setup program.

Regards.

George M. Florendo <georgeflorendo@gmail.com> wrote:
> On 11/27/13, wynfield@gmail.com <wynfield@gmail.com> wrote:
> >
> > I have uncommented out the line    ;extension=php_mysqli.dll   in
> > /etc/php5/php.ini
> >
> > I attemp to run a pdp script which attempts to connect to mysql server, but
> > get the following error message:
> >
> > :PHP Fatal error:  Call to undefined function mysqli_connect()
> 
> What does phpinfo() say?
> 
> Thanks!
> 
> George

--
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

