session.save_path appears to affect mysql functions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mydejamail@yahoo.co.uk

    session.save_path appears to affect mysql functions


    I was installing a script did not want to place session variables in
    the standard php directory.

    After changing the session_save_pa th in the scripts .htaccess file, the
    mysql_connect stopped functioning, function_exists ('mysql_connect ')
    returned False. I suspect the whole mysql library stopped functioning.

    Is this a known bug in PHP's mysql handling?
    /My

Working...