From:             dagdamor at simps dot ru
Operating system: Windows
PHP version:      5.3.0alpha1
PHP Bug Type:     MySQL related
Bug description:  Missing libmysql.dll

Description:
------------
There is no libmysql.dll in the php-5.3.0alpha2-dev-win32.zip archive.
I tried to use one from php-5.2.6-win32.zip (the last stable release), but
apparently it doesn't work.

P.S. If there is a more suitable place where I can post feedback about
testing PHP 5.3 on Windows, please tell :)

Reproduce code:
---------------
<?php

mysql_connect("localhost","root","12345") or die(mysql_error());

?>

Expected result:
----------------
No errors

Actual result:
--------------
Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes
shorter than expected. PID=-387523 in W:\www\test53.php on line 3

Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect
to MySQL 4.1+ using old authentication in W:\www\test53.php on line 3

Warning: mysql_connect() [function.mysql-connect]: in W:\www\test53.php on
line 3

-- 
Edit bug report at http://bugs.php.net/?id=45859&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45859&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45859&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45859&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45859&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45859&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45859&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45859&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45859&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45859&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45859&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45859&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45859&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45859&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45859&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45859&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45859&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45859&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45859&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45859&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45859&r=mysqlcfg

Reply via email to