[PHP-DEV] Bug #1024: Incomplete mysql code in php-3_0_6_tar.gz From: George_Kinal <email protected>
Date: 01/03/99

From: George_Kinal <email protected>
Operating system: Linux (Red Hat 5.1)
PHP version: 3.0.6
PHP Bug Type: MySQL related
Bug description: Incomplete mysql code in php-3_0_6_tar.gz

Executing the Makefile fails. It reports ...
 [ functions/mysql.o ] error 1 no such file or directory.

Looking indeed in / php-3_0_6/ functions/ directory, there is a mysql.c file,
but no mysql.o or mysql.h. On the other hand, there are, for example, oracle.o
and msql.o files present.

Somehow the tarball manages not to install the necessary mysql
files, and therefore php does not support the mysql function calls.

--
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>