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=tlzpcheGDQ88NomQaDDIyrSPs06SGxl
	CJbVRdN7mZTfukgItodNh1oeTpSeuLfGBLD5/wZyC2mZGoHS9j7WJ3Bcz0V5Dsfi
	1ujllSIJr3GeZTcwmVlsOPQvZdMoSuxZyoaLO2Z6G8rOqVXegEhFOsEU/uil+VWo
	mPkusEu2RNsU=
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=tT6N1lLyxt0RXJmYC3K/OF+uiHU=; b=d4yGW
	KBxAWWDfk+LNVUeLMbXPfbGsdXaKg/BIJUUVbP3Sasw43DUvfgzSg+XrtWpNnYm1
	tsVSZsHzUdgTELtLoae/9cKuz5v0CClVB49BIyoBuVDMW/X+QQEbHbvgjJIa3mY/
	IiepmXrk9K/yFDcvv31IfMFaBCxh6wVFi1O2T4=
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.5 required=5.0 tests=AWL,BAYES_99,FREEMAIL_FROM,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: mail2.asahi-net.or.jp
Message-ID: <20131129095809.4048@binki>
Date: Fri, 29 Nov 2013 09:58: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 wrote:
> On 11/27/13, wynfield 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

