[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 Description of password_compat import into Moodle: 2 ================================================== 3 4 Imported from: https://github.com/ircmaxell/password_compat/commit/c91b1168bc53c26f56fc65f16958b5be45ca5dc9 5 Copyright: (c) 2012 Anthony Ferrara 6 License: MIT License 7 8 Files used from the library: 9 * lib/password.php > lib/password.php 10 * test/Unit/* > tests/ 11 12 Added: 13 * None. 14 15 Our changes: 16 * Added the following require_once() to the test files: 17 global $CFG; 18 require_once($CFG->dirroot . '/lib/password_compat/lib/password.php'); 19 20 Library description: 21 ==================== 22 23 Compatibility with the password_* functions being worked on for PHP 5.5. 24 25 This library requires PHP >= 5.3.7 due to a PHP security issue prior to that 26 version. 27 28 See the RFC (https://wiki.php.net/rfc/password_hash) for more information. 29 30 Latest code available from https://github.com/ircmaxell/password_compat/ 31 under MIT license.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |