Re: Cygwin's PHP & MySQL

2013-12-01 Thread wynfield
I meant for this to go to the list so that others can find the cygwin ports site which has ported many useful and needed packages to cygwin, which are not in the main base distribution. This is where I found the php_MySQLi extension. This interface to MySQL is an improved version of the older

Re: Cygwin's PHP & MySQL

2013-12-01 Thread Balaji Venkataraman
On Sun, Dec 1, 2013 at 8:57 AM, wrote: > > Re: http://cygwinports.org/ > > Thanks for the url. I found the proper package there. > I appeciate the information. Good to know. Please use the list for so that it may help others in future. -- Problem reports: http://cygwin.com/problems.html

Re: Cygwin's PHP & MySQL

2013-11-30 Thread Balaji Venkataraman
On Sat, Nov 30, 2013 at 5:22 PM, wynfield wrote: > Balaji Venkataraman wrote: >> On Fri, Nov 29, 2013 at 6:25 AM, wynfield wrote: >> > I am attempting to learn php programming together with interfacing it to >> > an MySQL server from an http web-page. I ran into a fatal error. >> > >> > The htt

Re: Cygwin's PHP & MySQL

2013-11-30 Thread wynfield
Andrey Repin wrote: > > wgc> I am attempting to learn php programming together with interfacing it to > wgc> an MySQL server from an http web-page. > > Why you are doing it with Cygwin? There's a native MySQL server, native PHP > and native Apache server, that works together very well. You mi

Re: Cygwin's PHP & MySQL

2013-11-30 Thread wynfield
Balaji Venkataraman wrote: > On Fri, Nov 29, 2013 at 6:25 AM, wynfield wrote: > > I am attempting to learn php programming together with interfacing it to an > > MySQL server from an http web-page. I ran into a fatal error. > > > > The httpd2 server logs shows the following message: > > "PHP Fa

Re: Cygwin's PHP & MySQL

2013-11-30 Thread Balaji Venkataraman
On Fri, Nov 29, 2013 at 6:25 AM, wrote: > > I am attempting to learn php programming together with interfacing it to an > MySQL server from an http web-page. I ran into a fatal error. > > The httpd2 server logs shows the following message: > > "PHP Fatal error: Class 'mysqli' not found" > > T