mysql support in php4.3-dev

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chr15t0
Forum Newbie
Posts: 3
Joined: Tue Dec 10, 2002 8:38 am
Location: London, UK

mysql support in php4.3-dev

Post 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
chr15t0
Forum Newbie
Posts: 3
Joined: Tue Dec 10, 2002 8:38 am
Location: London, UK

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