Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

Static Analysis with HipHop for PHP

Posted on : 27-01-2012 | By : admin | In : php scripts

0

In July 2010 I already blogged about the fact that HipHop for PHP , the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code. Today I started to work on a convenience wrapper for HipHop’s static analyzer : ➜ ~ hphpa /usr/local/src/code-coverage/PHP hphpa 1.0.0 by Sebastian Bergmann

Follow this link:
Static Analysis with HipHop for PHP

Language Class

Posted on : 12-01-2012 | By : admin | In : PHP Classes, php scripts

0

This class can get application translation texts from PHP scripts. It can determine the current user language by either checking a GET request variable, a cookie or a default configuration value. The class can load a language script for the current user language.

Here is the original post:
Language Class

Using CLANG/scan-build for Static Analysis of the PHP Interpreter

Posted on : 16-12-2011 | By : admin | In : php scripts

0

I have been tinkering with CLANG ‘s static analyzer lately.

Original post:
Using CLANG/scan-build for Static Analysis of the PHP Interpreter

Testable Code: Rockstar Edition

Posted on : 11-09-2011 | By : admin | In : PHP Advanced, php scripts

0

Saying “yes” is my default response when a friend asks for my support. But when my friend Carola Köhntopp asked me a while ago to participate in a presentation about presenting (meta alert!) at this year’s PHP @ FrOSCon I committed myself to help without knowing what I would be getting myself into

Original post:
Testable Code: Rockstar Edition

PHP Sandbox

Posted on : 06-07-2011 | By : admin | In : PHP Classes, php scripts

0

Package: PHP Sandbox Summary: Execute external PHP scripts in a separate process Groups: Language , PHP 5 Author: Paul Fryer Description: This class can execute external PHP scripts in a separate process… Read more at http://www.phpclasses.org/package/7015-PHP-Execute-external-PHP-scripts-in-a-separate-process.html

Original post:
PHP Sandbox

Intelli Pro Template Engine

Posted on : 24-06-2011 | By : admin | In : PHP Classes, php scripts

0

Package: Intelli Pro Template Engine Summary: Template engine that executes template PHP scripts Groups: Templates Author: Arkar Winn Minn Htwe Description: This class implements a template engine that executes template PHP scripts…

More:
Intelli Pro Template Engine

Meet thePHP.cc in October

Posted on : 21-06-2011 | By : admin | In : PHP Basics, php scripts

0

Fall season is traditionally conference season in the PHP community. This October, you will have the chance to catch all three partners of thePHP.cc — Sebastian Bergmann , Arne Blankerts , and Stefan Priebsch — at the following events: PHP NW Conference 2011 Beware of the dark side, Luke! Tutorial by Arne Blankerts Somehow you met the impossible deadline, your project is online and you now deserve some time to relax.

Read more:
Meet thePHP.cc in October

Presenting at OSCON 2011

Posted on : 03-06-2011 | By : admin | In : PHP Basics, php scripts

0

This July I am going to present at OSCON in Portland again: Testing LAMP Applications Most web applications are changed and adapted quite frequently and quickly. Their environment, for example the size and the behaviour of the user base, are constantly changing. What was sufficient yesterday can be insufficient today

Read more here:
Presenting at OSCON 2011

Visualization of PHPUnit Development

Posted on : 16-03-2011 | By : admin | In : PHP Basics, php scripts

0

According to svn.php.net , I committed the first PHPUnit code to cvs.php.net on November 27th 2001 and the first release, PHPUnit 0.1, was made on December 1st 2001. I started using svn.phpunit.de for the development of PHPUnit on June 29th 2006

View original post here:
Visualization of PHPUnit Development

On Sponsored Open Source Development

Posted on : 17-02-2011 | By : admin | In : php scripts

0

This campaign on Pledgie is an experiment by Derick Rethans to find out whether or not it is feasible to expedite the work on feature requests in Open Source projects such as Xdebug . Since I more or less gave Derick the idea for this experiment, I will try to shine a light on our reasoning for this approach in this blog posting.

Go here to see the original:
On Sponsored Open Source Development