php core

warning: Parameter 2 to views_rss_views_feed_argument() expected to be a reference, value given in /home/0all/drupal-5.9/includes/module.inc on line 406.

How To Harden PHP5 With Suhosin On CentOS 5.4

Linux Today  Sun, 03/14/2010 - 23: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 Smith

Planet PHP  Sat, 03/13/2010 - 08: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.

Essentially the summary is that I (and many other core developers) agree that HEAD/trunk in its current form was stalling future development on PHP.

Jani indirectly jump started the discussion of moving this stumbling block out of the way by essentially doing two commits that violate the most fundamental rules of PHP development (and common sense courtesy) we have.


 

Community News: PHP Library Interoperability Standards

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


 

Brandon Savage's Blog: Five Cool PHP Array Functions

PHPDeveloper.org  Wed, 10/21/2009 - 07:19

In a new post to his blog Brandon Savage takes a look at five different functions for working with arrays you can do some pretty cool things with:


 

Ilia Alshaetsky's Blog: Type Hinting - Conclusion

PHPDeveloper.org  Thu, 07/23/2009 - 07:27

Following up on all of the craziness that was caused by the suggestion of including type hinting into the PHP core, Ilia Alshaetsky recently posted some of his thoughts on how things turned out and where he'll go from here.


 

Fabien Potencier's Blog: What for PHP6?

PHPDeveloper.org  Mon, 06/08/2009 - 08:32

For those looking forward to PHP6 (a jump beyond the upcoming PHP 5.3) Fabien Potencier has pointed out a few things that will be coming out in this future release (based on these notes).


 

How To Harden PHP5 With Suhosin On CentOS 5.3

Linux Today  Fri, 05/22/2009 - 14:32

HowtoForge: "This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.3 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."