proff
proff
``` c# private void PHP.Core.OrderedDictionary._deep_copy_entry_value(object oldref, object newref, ref Entry entry) { var r = entry.Value as PhpReference; if (r != null) { if (r.Value == oldref) entry.Value = new...
new PhpReference(r.Value) !== PhpVariable.DeepCopy(entry.Value) in left part it will be new instance of the PhpReference, in right part it will be same instance of the PhpReference (and "$a[0] = 2;"...
not tested well yet... ``` diff -r cb4f50629489 Phalanger/ClassLibrary/RegExpPerl.cs --- a/Phalanger/ClassLibrary/RegExpPerl.cs Thu Sep 11 15:06:26 2014 +0400 +++ b/Phalanger/ClassLibrary/RegExpPerl.cs Mon Sep 15 23:22:18 2014 +0400 @@ -2265,8 +2265,7 @@ result.Append('>');...
Binding redirects help, but it should be used only for version upgrade (not downgrade). FSharp Core dependency can not be upgraded for net35 version (if you want continue support this)...
This dependencies configuration is little better 👍
in VS2013 RTM installed over VS2012 i installed mvcmailer on mvc4 project and it does not work. if open this project in VS2012 then works fine