PHP 5.3.1 cannot connect when PBXT linked to MySQL 5.1.36

Bug #494439 reported by Paul McCullagh
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PBXT
Invalid
Undecided
Vladimir Kolesnikov

Bug Description

As reported by Peter Laursen:

http://www.webyog.com/blog/2009/12/08/forkers-be-careful-please

It appears that PHP 5.3.1 is unable to connect to the server when linked together with PBXT.

Changed in pbxt:
assignee: nobody → Vladimir Kolesnikov (vkolesnikov)
status: New → In Progress
Revision history for this message
Vladimir Kolesnikov (vkolesnikov) wrote :

Tested with mysql 5.1.41, pbxt 1.0.09 (bzr rev.747), php 5.3.1 everything built from source on a linux machine. The following script works fine:

<?php
$db = mysql_connect(":/home/bb/projects/test/mysql-test/var/tmp/mysqld.1.sock", "root", "");
if (!$db)
        die('Could not connect: ' . mysql_error());
echo 'Connected successfully';
mysql_close($db);
?>

Changed in pbxt:
status: In Progress → Invalid
Revision history for this message
Peter Laursen (peter-laursen) wrote :

What can I do to help here? I can tell that the server I used was a Windows build. But I do not find it on your website.

I kept a complete copy of the folder with the server installation. I can upload it it you want. I can also check my hard drive if I still have the 'raw' server.

-- Peter Laursen

Revision history for this message
Paul McCullagh (paul-mccullagh) wrote :

Hi Peter,

Thanks for the info. So far we have only tested Linux.

We will check the Windows version next, and let you know how it goes.

Of course it may also depend on the MySQL and PBXT versions, but we will try the latest stuff first.

Best regards,

Paul

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.