[PHP-DEV] Re: [PHP-BETA] second 3.0.10 test From: Manuel Lemos (mlemos <email protected>)
Date: 06/24/99

Hello Jim,

On 23-Jun-99 20:48:25, you wrote:

>http://www.php.net/~jimw/php-3.0.10b2.tar.gz
>http://www.php.net/~jimw/php-3.0.10b2-win32.zip

>The Windows build has all of the extensions that were missing
>in the first test.

I have tried the latest CVS but it still gets me these mSQL errors. Shall
I submit a bug report?

gcc -g -O2 -O2 -I. -I. -I/root/apache_1.3.3/src/include -I/root/apache_1.3.3/src/os/unix -I/root/gd1.3 -I/usr/local/mysql/include -I/usr/local/Hughes/include -I/usr/local/pgsql/include -I/usr/local/include -g -Wall -c functions/msql.c -o functions/msql.o
functions/msql.c: In function `php3_msql_fetch_field':
functions/msql.c:1240: `PRI_KEY_FLAG' undeclared (first use this function)
functions/msql.c:1240: (Each undeclared identifier is reported only once
functions/msql.c:1240: for each function it appears in.)
functions/msql.c: In function `php3_msql_field_info':
functions/msql.c:1333: `PRI_KEY_FLAG' undeclared (first use this function)
/usr/local/Hughes/include/msql.h: At top level:
/usr/local/Hughes/include/msql.h:99: warning: `msqlTypeNames' defined but not used
make: *** [functions/msql.o] Error 1
[root <email protected> php3]# more do-conf.module
#!/bin/sh
./configure --enable-sysvsem --enable-sysvshm --with-pdflib --with-xml --with-apache=/root/apache_1.3.3 --with-gd=/root/gd1.3 --with-mysql=/usr/local/mysql --with-zlib --enable-debug=no --enable-bcmath=yes --with-msql=/usr/local/Hughes --enable-track-vars --with-pgsql=/usr/local/pgsql --enable-debug --without-pcre-regex

Regards,
Manuel Lemos

E-mail: mlemos <email protected>
URL: http://www.mlemos.e-na.net/
PGP key: finger://mlemos <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>