News Feed
Jobs Feed
Sections




News Archive
Anthony Ferrara's Blog:
PHP's Source Code For PHP Developers - Part 1 - The Structure
March 13, 2012 @ 09:16:19

Anthony Ferrara has started a new series of posts to his blog that will introduce you to the source behind the project - the code that makes PHP tick. In this first part of the series, he gives more of an overview of things like where you can find the source and some basic C concepts.

In this post, we'll walk through the basics of the PHP application: where to find it, the general structure of the codebase and a few really fundamental concepts about the C language. To be clear, the goal of the series is to get a reading comprehension of the source code. [...] Additionally, this series is going to be based off the 5.4 codebase. The concepts should be pretty much the same from version to version, but this way there's a defined version that we're working against (to make it easier to follow later, when new versions come out).

He includes the link to the PHP SVN repository to grab the latest source, talks some about the general structure of the codebase and basic C information in case you're not versed in the language (like variables and pre-processor instructions).

0 comments voice your opinion now!
sourcecode guide language svn introduction


blog comments powered by Disqus

Similar Posts

Anthony Ferrara: Design Patterns - Programming With Anthony

Kevin Schroeder's Blog: An Introduction to SimpleCloud (Series)

NetTuts.com: The Best Way to Learn PHP

Nikita Popov's Blog: Understanding PHP's internal function definitions (Part 2)

PHP-Tools Blog: Der Zauberlehrling - Sorcerer's Apprentice


Community Events











Don't see your event here?
Let us know!


community code development podcast conference composer object functional tool language opinion testing framework introduction interview zendframework2 series release example database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework