Page 1 of 1

mysql support in php4.3-dev

Posted: Tue Dec 10, 2002 8:38 am
by chr15t0
I have just build php 4.3 latest snapshot on my dev box, only to find that there seems to be a problem with the mysql support. PHP is connecting to the database just fine, but I notice that the mysql section of my phpinfo page shows:

...
MYSQL_INCLUDE no value
MYSQL_LIBS no value

whereas all the other systems I'm working on show:

...
MYSQL_INCLUDE
MYSQL_LIBS

Is there something odd going on here ?

thanks,
christo

Posted: Tue Dec 10, 2002 10:08 am
by chr15t0
Well it turned out not to be a dabase thing.. in fact there is something even odder, so I have spawned a new thread to cover it:

http://www.devnetwork.net/forums/viewtopic.php?t=4935

christo