| 
     
      
      
      From: <php...@li...> - 2007-12-29 11:08:20
      
     
   | 
php...@li... a écrit : > Hi, > > if you use the system PHP executable this should work. -- For testing purposes the binary download > contains a PHP executable w/o any additional PHP modules. But the bridge automatically uses the > system php_exec, if it exists. > > > >> The error I get is: Call to undefined function mysql_connect() >> > > apt-get install php-cgi php-mysql > or > yum install php-cgi php-mysql > > doesn't work? -- (one command is for ubuntu, the other one for redhat) > > > Regards, > Jost Boekemeier > > > Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > Hello, This error means that the mysql extension is not loaded. Check your php.ini with : <?php phpinfo(); ?> You should find information about the installed extension, mysql or mysqli... Then check the content of your extension directory. I use the bridge with mysqli, and it works (win32) :-) Regards, Benjamin.  |