Начиная с какой версии PHP5 поддерживает метод хэширования паролей из MySQL4.1+?

Гравицапа

elbirret elcno
Начиная с какой версии PHP5 поддерживает метод хэширования паролей из MySQL4.1+?

Дабы не использовать old_password() при создании новых пользователей?
 

Гравицапа

elbirret elcno
tony2001
Может я не совсем корректно выразился. Я вот про это.
Note: In older versions of PHP, the mysql extension does not support the authentication protocol in MySQL 4.1.1 and higher. This is true regardless of the PHP version being used. If you wish to use the mysql extension with MySQL 4.1 or newer, you may need to follow one of the options discussed above for configuring MySQL to work with old clients. The mysqli extension (stands for "MySQL, Improved"; added in PHP 5) is compatible with the improved password hashing employed in MySQL 4.1 and higher, and no special configuration of MySQL need be done to use this MySQL client library. For more information about the mysqli extension, see http://php.net/mysqli.
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
Вот "олдер" версии пхп - это какие?
 

tony2001

TeaM PHPClub
это поддерживается клиентом MySQL.
когда-то (старый) клиент шел вместе с PHP, с 5.0.0 этого нет.
 
Сверху