proff
proff
for instance my legacy code read php files. Because of this i publish site precompiled, but with php files
but with my approach may be other compatibility problems: if file changed then phalanger continue using precompiled version.
@jakubmisek, i'll check again. May be it was #14
In phalanger behaviour must be same with php :) Php using changed file
After copying file a to file b, a.LastWriteTime==b.LastWriteTime && b.CreationTime==DateTime.Now. May be you should use max time?
and with dynamic wrappers too. just encountered with this bug
I need to change bool to PhpArray if i got bool in first argument (original methods has object as first argument and also has this bug)
is CallContext is really needed in ScriptContext or this is legacy code? All CallContext data copied in another thread when async code is called (even safe at first sight HttpWebRequest.ServicePoint...
P.S. my implementation of a mcrypt functions using [bouncycastle](http://bouncycastle.org/). Can Phalanger project use this library without any licensing or any other problems?
i'm suggesting breaking change: change "debug" configuration parameter type to DebugMode (None, Pdb, Full)