In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer).
php coreIlia Alshanetsky's Blog: PHP's Output BufferingPHPDeveloper.org Thu, 12/08/2011 - 10:01
In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer). Elizabeth Naramore's Blog: PHP Internals, Let's Chat About the F...PHPDeveloper.org Mon, 12/05/2011 - 13:56
Elizabeth Naramore, host of the "Future of PHP" webcast series for EngineYard has put out a call for PHP internals developers inviting ones that would like to chat a bit. PHP Internals, Let's Chat About the Future! - Elizabeth NaramorePlanet PHP Sat, 12/03/2011 - 13:58
Consider this a call to the PHP Internals team. We've been doing a series of panel discussions over at Engine Yard about PHP-related frameworks and where they are going in the future, but one important piece that's missing is the discussion about the future of the PHP core. Watch-out PHP 5.3.7+ is about.. and the is_a() / __autoload() me...Planet PHP Thu, 09/01/2011 - 16:00
Article originally from rooJSolutions blog Derick Rethans' Blog: Valgrinding shared modulesPHPDeveloper.org Mon, 08/08/2011 - 13:35
In the process of some development he's been doing on various shared modules for PHP, Derick Rethans stumbled across an issue with using Valgrind to test his code: The Plot to Kill PHP MySQL Extension - PHP ClassesPlanet PHP Fri, 07/15/2011 - 01:40
The Plot to Kill PHP MySQL Extension By Manuel Lemos PHP core developers are planning to kill the PHP original MySQL extension. If you are using MySQL in your PHP applications for a long time, this may seriously affect you. Read this article to learn what this means in practice and what you can do about it. PHPBuilder.com: Parsing XML with the DOM Extension for PHP 5PHPDeveloper.org Thu, 10/28/2010 - 13:47
On PHPBuilder.com there's a new tutorial from Octavia Anghel about using the DOM extension to parse XML in a PHP5 application. How To Harden PHP5 With Suhosin On CentOS 5.4Linux Today Sun, 03/14/2010 - 22:04
Howtoforge: "This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core." Why I am pissed. - Lukas SmithPlanet PHP Sat, 03/13/2010 - 07:18
Being the verbose kind, I guess I will put in a summary at the top leaving the original post below for everyone to read all the little details. Community News: PHP Library Interoperability StandardsPHPDeveloper.org Tue, 11/10/2009 - 15:12
A big topic in the world of PHP recently has been interoperability between libraries. With the release of PHP 5.3 and the introduction of namespaces some discussion of new standards around the use of namespaces to promote the interoperability of autoloader implementations has started. |