Menu

some PHPs need a dl(); for database

2001-01-23
2012-10-11
  • Jerritt Collord

    Jerritt Collord - 2001-01-23

    Maybe this is covered somewhere...?

    In config/mysql.php I needed to insert the line:
       if (!extension_loaded("mysql")){dl("mysql.so");}
    in the beginning of database connection function.  I think Debian is perhaps unique in their distributing PHP in so many modules.

    Maybe just mention this in documentation?

    Thanks,
    Jerritt

     
    • Arno Hollosi

      Arno Hollosi - 2001-01-24

      I've added your suggestion to INSTALL.mysql

      /Arno

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.