[PHP-DEV] Bug #1104: msql support fails compiling From: sintoris <email protected>
Date: 01/31/99

From: sintoris <email protected>
Operating system: SuSE 5.3 (kernel 2.0.35)
PHP version: 3.0.6
PHP Bug Type: mSQL related
Bug description: msql support fails compiling

Compiling under linux with msql support generates this:

functions/msql.c: In function `php3_msql_fetch_field':
functions/msql.c:1219: warning: assignment makes pointer from integer without a cast
functions/msql.c:1230: `PRI_KEY_FLAG' undeclared (first use this function)
functions/msql.c:1230: (Each undeclared identifier is reported only once
functions/msql.c:1230: for each function it appears in.)
functions/msql.c: In function `php3_msql_field_info':
functions/msql.c:1297: warning: assignment makes pointer from integer without a cast
functions/msql.c:1323: `PRI_KEY_FLAG' undeclared (first use this function)
make: *** [functions/msql.o] Error 1

I use Apache 1.3.0 (installed by YaST), msql 2.0.6, PHP 3.0.6.

./configure --with-apache=/... --with-msql=/... runs ok.
It seems to be similar with bug ID#112

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>