Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
1–10 of 36 posts
Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#2Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#3Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#4This is really about Peachpie, an open source PHP to .NET compiler. (Edit: the title has now been updated) From the comments on the article, here's a set of benchmarks showing Peachpie with a significant performance advantage over PHP 7 in a number of benchmarks: http://www.peachpie.io/benchmarks . That said, it's still hard to get excited about PHP.
Has anybody used it? The PHP code is full of questionable code which somehow works in PHP but I am not sure if it's possible to map PHP's behavior into .NET..
Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#5This is really about Peachpie, an open source PHP to .NET compiler. (Edit: the title has now been updated) From the comments on the article, here's a set of benchmarks showing Peachpie with a significant performance advantage over PHP 7 in a number of benchmarks: http://www.peachpie.io/benchmarks . That said, it's still hard to get excited about PHP.
Be careful with microbenchmarks. From my experience, there tends to be very little correlation between performance improvements on microbenchmarks and real applications. If you improve performance on the microbench suite by a factor of two, you definitely will not get a factor of two on real applications -- more likely, it will be something like 2%.
Basically, if the benchmark is not testing end-to-end performance on Wordpress (or similar), then it's a useless benchmark.
Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#6This is really about Peachpie, an open source PHP to .NET compiler. (Edit: the title has now been updated) From the comments on the article, here's a set of benchmarks showing Peachpie with a significant performance advantage over PHP 7 in a number of benchmarks: http://www.peachpie.io/benchmarks . That said, it's still hard to get excited about PHP.
We have a huge PHP codebase we may be interested to bring into the .NET world. I have looked at Peachpie but I wonder how well it works in the real world and what the long term prospects are. Has anybody used it? The PHP code is full of questionable code which somehow works in PHP but I am not sure if it's possible to map PHP's behavior into .NET..
Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#7This is really about Peachpie, an open source PHP to .NET compiler. (Edit: the title has now been updated) From the comments on the article, here's a set of benchmarks showing Peachpie with a significant performance advantage over PHP 7 in a number of benchmarks: http://www.peachpie.io/benchmarks . That said, it's still hard to get excited about PHP.
We have a huge PHP codebase we may be interested to bring into the .NET world. I have looked at Peachpie but I wonder how well it works in the real world and what the long term prospects are. Has anybody used it? The PHP code is full of questionable code which somehow works in PHP but I am not sure if it's possible to map PHP's behavior into .NET..
Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#8Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#9Re: Peachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET Core
#10Earlier quoted context omitted.
We have a huge PHP codebase we may be interested to bring into the .NET world. I have looked at Peachpie but I wonder how well it works in the real world and what the long term prospects are. Has anybody used it? The PHP code is full of questionable code which somehow works in PHP but I am not sure if it's possible to map PHP's behavior into .NET..
They did get WordPress at least sort of running on it. That wasn't possible with the first releases of hhvm, so it says something.