registry
registry copied to clipboard
Joomla Framework Registry Package
Pull Request for Issue joomla/joomla-cms#37783 Replaces PR #61 ### Summary of Changes If the first parameter in a call to `Json::stringToObject()` is not a string, an E_USER_DEPRECATED error is triggered....
### Steps to reproduce the issue $config = new Registry; $config->set('options', $someObj); $config->loadFile($file); ### Expected result $someObj + data from file ### Actual result Only data from file since $this->initialized...
drone must be signed