DevShed: Collections and Sorting Continued
Previously from DevShed, they started a series on collections and sorting in PHP. Today, they've posted part two of the series that builds on that and looks at sorting algorithm examples. This article...
View ArticleHardened-PHP Project: PHP HTML Entity Encoder Heap Overflow Vulnerability
The Hardened-PHP Project has put out another advisory for the PHP distribution itself, versions 5.1.6/4.4.4 and below dealing with the HTML entity encoder heap. While we were searching for a hole in...
View ArticleEtienne Kneuss' Blog: SPL Datastructures updated
Etienne Kneuss has posted about some updates to the data structures functionality in the Standard PHP Library (SPL), specifically some new additions. There finally is documentation for...
View ArticleJohannes Schluter's Blog: Data structures in PHP 5.3
Continuing on his his series looking at improvements in the upcoming PHP 5.3 release, Johannes Schluter uses this new post to look at some of the new data structures their update will have to offers...
View ArticleMatthew Weier O'Phinney's Blog: Taming SplPriorityQueue
Matthew Weier O'Phinney has a new post to his blog today looking at one of the tools the Standard PHP Library (SPL) has to offer developers - the SplPriorityQueue (PHP 5.3+) SplPriorityQueue is a...
View ArticlePHPMaster.com: Data Structures for PHP Devs: Heaps
PHPMaster.com has posted the third part of their "Data Structures for PHP Devs" series today, this time focusing on heaps. Heaps are a method for organizing a parent/child relationship that makes it...
View Article