Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

Re: [PHP-DEV] PHP for Win32 without MySQL? From: Andi Gutmans (andi <email protected>)
Date: 12/18/01

Your best bet is to remove all files which are related to MySQL from your
project.
(and not define HAVE_MYSQL)
Andi

At 11:16 AM 12/18/2001 -0500, Matt White wrote:
>Has anyone attempted to build a version of PHP on Win32 without MySQL?
>
>In config.w32.h there is the following couple of lines:
>
>/* set to enable mysql */
>#define HAVE_MYSQL 1
>
>... and if you set this equal to 0, the compile progresses normally until
>you hit php_mysql.c. (VC++ gives up after a couple of hundred errors...
>mostly undeclared identifier errors, which are most likely caused by a
>header not being included somewhere along the way.)
>
>- Matt
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>