User tests: Successful: Unsuccessful:
This will update the password_compat library and Symfony YAML Component
The password hashing library is used for our password hashes on PHP 5.3 and 5.4. So, you'll need to check that logins and password changes still work correctly for these versions of PHP.
The YAML component is supported by Joomla\Registry\Registry
but outputting objects to YAML format isn't used in core. If you're really interested in testing this, you could use this test snippet:
use Joomla\Registry\Registry;
$registry = new Registry;
$registry->set('foo.bar', 'baz');
$registry->toString('YAML');
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Ready to Commit |
RTC
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5163.
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-02 21:04:59 |
Labels |
Removed:
?
|
Talking of composer updates there's also a PHPMailer update in this PR #4997 if people wanna test that as well :)