Re: PHP Cygwin Package

2013-11-28 Thread wynfield
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

Re: PHP Cygwin Package

2013-11-28 Thread wynfield
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

Re: PHP Cygwin Package

2013-11-27 Thread George M. Florendo
On 11/27/13, wynfi...@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 mysq