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

Continuous Testing of PHP Compiled to .NET Core on Linux – Technical Report

Posted on December 13, 2016, in category Information, Tutorial, tags: , , , , , , , , ,

In the previous blog we have explained all the benefits of the continuous testing on Travis CI. Now, we want to show the way it is implemented from a more technical standpoint.

... continue reading

Continuous Testing of PHP Compiled to .NET Core on Linux Virtual Hosting

Posted on November 1, 2016, in category Announcement, Information, News, tags: , , , , , , , , ,

We are back to working on Peachpie compiler and achieved a major milestone this week: continuous testing of our build using Travis CI.

... continue reading