On Tue, Aug 21, 2001 at 11:34:53AM +0200, Loïc wrote:
Hi Olivier & all!
Problems were: PMA_INT_VERSION < 30010 instead of PMA_INT_VERSION >= 30010 :)
I'm afraid this isn't true ;) The socket setting is available since php 3.0.10 only then $server_socket should be empty if PMA_INT_VERSION < 30010.
shit :) but, why on earth did it worked fine that way on my server ? :) Mmmm...
and fact that $connect_func() is used twice in lib.inc.php3
Oups, you're right... I must be drunk we I merged the patch. But the name of this second link is $link and not $dbh.
ok, and shouldn't wake up so early to work on pma :)
OK, I've done some advanced tests with the socket patch and found also that phpMyAdmin runs even with a garbage socket
mmm, and now with the current cvs I can't connect anything. Still must be something wrong somewhere...
Olivier