Re: [Sqlrelay-discussion] SQLRelay and PHP PEAR DB package
Brought to you by:
mused
|
From: fo o <fo...@ya...> - 2006-07-06 10:15:27
|
Try place sqlrelay.php into /usr/local/lib/php/DB/ Àëåêñàíä?Êðè÷àíîâ <san...@uk...> wrote: Hello first of all, sorry for my english, it's not my native language. I have such problem At page http://sqlrelay.sourceforge.net/sqlrelay/programming/phppeardb.html i found that SqlRelay can work with PHP PEAT DB class But when i try the example require_once 'DB.php'; $db = DB::connect("sqlrelay://testuser:testpassword@testhost:9000/testdb"); if (DB::isError($db)) { die ($db->getMessage()); } i got next error: Notice: Only variable references should be returned by reference in /home/test/www/PEAR.php on line 425 DB Error: not found It seems to me that in folder DB i must have file sqlrelay.php, but i can't find such file i also couldn't find it in the google If you can help me, it would be perfect :) Thank you With Best Regards. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sqlrelay-discussion mailing list Sql...@li... https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs.Try it free. |