Diagnosing the Internet

Posted on June 13, 2020, in category Information, Security, tags: , , , , ,

A major role of a compiler is the code analysis it performs before turning a programming language into machine code. During this process, a variety of diagnostics are performed, which provides valuable insights into the code that’s being compiled. Let’s take a look at what we’ve found when compiling the PHP world.

... continue reading

How to diagnose PHP code

Posted on January 12, 2020, in category Information, Tutorial, tags: , , , ,

In this article you will find out how to pinpoint all the potential issues in regular PHP code by taking advantage of fast compiler-based static program analysis, provided as a part of the PeachPie project.

... 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

New Release – PeachPie 0.9.38

Posted on April 1, 2019, in category Announcement, Benchmark, Information, News, tags: , , , , , ,

In preparation for the stable release of PeachPie 1.0, we are cleaning up the code and conducting some final fixes and enhancements.

... continue reading

PeachPie extension for Visual Studio

Posted on November 19, 2018, in category Announcement, Information, News, tags: , , , , , , , , , , ,

We’ve had an extension for the lightweight VS Code IDE for quite some time, but now was as good a time as ever to create one for the full Visual Studio.

... continue reading

The Latest Peachpie Analytics

Posted on June 13, 2017, in category News, tags: , , , , , ,

We have been working on additional diagnostics and analytics tools in Peachpie, which you can use in our Visual Studio Code extension now. This article describes the latest features.

... continue reading

How to Work with Peachpie in Visual Studio 2017

Posted on April 18, 2017, in category Information, Tutorial, tags: , , , , ,

You probably already know that you can work with Peachpie in Visual Studio Code with our official extension. But did you know that you can also use the full Visual Studio 2017 for your Peachpie projects? In this article, we will show how and what kinds of powerful features this will give you access to.

... continue reading

Diagnostics and Syntax Error Highlighting in Updated VSCode Extension

Posted on February 21, 2017, in category Announcement, Information, News, tags: , , , , , , , ,

Peachpie compiler itself is up to version 0.5.0 and so we wanted to focus on adding more functionality to our Visual Studio Code extension. This short article explains what is new in the Peachpie extension.

... continue reading