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
Search found 3 matches
- Tue Dec 10, 2002 10:08 am
- Forum: PHP - Code
- Topic: mysql support in php4.3-dev
- Replies: 1
- Views: 395
- Tue Dec 10, 2002 10:01 am
- Forum: PHP - Code
- Topic: Missing $_SERVER vars in php4.3 ??
- Replies: 0
- Views: 298
Missing $_SERVER vars in php4.3 ??
I have had some probs this afternoon with a new 4.3 build and finally realised that for some reason, $_SERVER[PHP_AUTH_USER] isn't set, so I'm having to use $_SERVER[REMOTE_USER] Did anyone know that PHP_AUTH_USER has been depracated, or can anyone suggest why this one value should be ommitted from ...
- Tue Dec 10, 2002 8:38 am
- Forum: PHP - Code
- Topic: mysql support in php4.3-dev
- Replies: 1
- Views: 395
mysql support in php4.3-dev
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 oth...