Define compile-time constants in PHP

Posted on March 3, 2020, in category Information, tags: , , , ,

PHP programs are full of global constants that are defined over and over during the runtime even though their value doesn’t change. In this article, we’re describing a way to tackle this potential performance bottleneck.

... continue reading

New features in 0.9.45

Posted on August 7, 2019, in category Information, News, tags: , , , , , , , , , ,

Leading up to the release of the first stable version of our PHP compiler, we are now implementing the first various compiler optimizations. Read more about them in this blog and why you should update or try PeachPie 0.9.45!

... continue reading

What’s New in PeachPie 0.9.43

Posted on June 25, 2019, in category Information, News, tags: , , , , , , ,

There are plenty of new features, improved interoperability between PHP and C#, compatibility enhancements and tons of fixes in the latest release of PeachPie compiler.

... continue reading