Christopher Pereira

Results 71 comments of Christopher Pereira

Mono doesn't support calling ExecuteReader() for NonQuery commands like "BEGIN TRANSACTION" or "SET ...". ExecuteNonQuery() must be used instead. Bug reported to the Mono project: https://bugzilla.xamarin.com/show_bug.cgi?id=19950

Sounds like expected behaviour to me, not an issue, since checking by datetime is reasonable.

Sure, maybe https://github.com/sjmelia/flock

See: https://www.nuget.org/packages/Flock

Regarding catching specific exceptions, I prefer this PHP function to not throw stack traces by default. We have been using Phalanger with Mono/Linux in production for big gov sites for...

Sorry. I'm not really sure now if `file_exists()` worked before, because I reverted PeachPie to 1.0.6 and got the same error, so maybe in my previous tests the `file_exists()` line...

In https://github.com/peachpiecompiler/peachpie/issues/799 I'm describing the opposite behavior: PHP uses self-closed tags by default while Peachpie/.NET uses explicit closing tags. We still need both implementations since PHP (libxml) has an option...

`base64_encode(chr(220))` also gives a wrong result.