php-developer-list | 2001122
Date: 12/18/01
- Next message: Joao Prado Maia: "Re: [PHP-DEV] Bug #14583 Updated: GD 1.6.x in PHP4.1.0"
- Previous message: thundercall <email protected>: "[PHP-DEV] Bug #14583 Updated: GD 1.6.x in PHP4.1.0"
- In reply to: Matt White: "[PHP-DEV] PHP for Win32 without MySQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Joao Prado Maia: "Re: [PHP-DEV] Bug #14583 Updated: GD 1.6.x in PHP4.1.0"
- Previous message: thundercall <email protected>: "[PHP-DEV] Bug #14583 Updated: GD 1.6.x in PHP4.1.0"
- In reply to: Matt White: "[PHP-DEV] PHP for Win32 without MySQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

