You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Illuminate components usesTraits, removing it is not the best option.
Since PHP code will be compiled, we should not rely in any configuration defined in them. Maybe every configuration should be defined through environment variables, via web.config.
Probably there is more surprises ahead.
The text was updated successfully, but these errors were encountered:
What will be the benefits of compiling to .NET? I see a lot of potentials issues (like the ones you mentioned) and I'm wondering if the gains are worth the cost.
That's more of a business thing than performance itself, we have restrictions with some customers to run inside Windows / .NET. Allowing them to simply drag & drop files into IIS folder would be great, and will cause less troubles for our team.
Currently hook runs on Windows / IIS, but only with php.exe interpreter installed on it.
It would be 💥AWESOME💣 to compile PHP to .NET using Phalanger.
Things to note:
web.config
.Probably there is more surprises ahead.
The text was updated successfully, but these errors were encountered: