We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$c1 = new Phalcon\Config(); $c1["test"] = 1; $c2 = clone $c1; die(var_dump($c1, $c2));
Phalcon 1.2.4 && Phalcon 1.3.0
The text was updated successfully, but these errors were encountered:
Merge pull request #1278 from sjinks/1.2.4
a0c4bf7
[1.2.4] Fix #1277 (ability to clone \Phalcon\Config)
Merge pull request #1279 from sjinks/issue-1277
a3dccb4
[1.3.0] Fix #1277 (ability to clone \Phalcon\Config)
Fixed in both 1.2.4 and 1.3.0 (if you test 1.3.0, please build Phalcon from ext/)
Sorry, something went wrong.
Awesome! Thanks!
No branches or pull requests
Phalcon 1.2.4 && Phalcon 1.3.0
The text was updated successfully, but these errors were encountered: