ID:               49344
 Comment by:       rockyjl at gmail dot com
 Reported By:      rockyjl at gmai dot com
 Status:           Open
 Bug Type:         PDO related
 Operating System: win2003 X64
 PHP Version:      5.2.11RC1
 New Comment:

php-5.2.11RC2-dev-win32-VC6-x86 has the Bug too!

Anyone can help me ? Please !


Previous Comments:
------------------------------------------------------------------------

[2009-08-25 02:08:48] rockyjl at gmail dot com

I upgrade to php-5.2.11RC2-dev-win32-VC6-x86 now !

Testing the bug ....

------------------------------------------------------------------------

[2009-08-24 10:06:51] rockyjl at gmai dot com

Description:
------------
in Bug #48539

[28 Jun 2:10am UTC] fel...@php.net 
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Fixed in 5.2 and HEAD.
5.3 in soon.

Thanks.

But the bug still often happen in PHP 5.2.11RC1 ...

Could you tell me which version(win32 zip) can work in the environment
of win2003 x64 + apache 2.2.11 + sql2005,and the pdo_mssql can connect
DB successfully ??

Reproduce code:
---------------
function db()
{
        try
        {
                $db = new PDO(DB_DSN, DB_User, DB_Password);
                return $db;
        }
        catch (PDOException $e)
        {
                die($e->getMessage());
        }
        
}

Expected result:
----------------
connect DB Successful


Actual result:
--------------
SQLSTATE[] (null) (severity 0)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49344&edit=1

Reply via email to