↧
PHP 10.0 Blog: php -T (variable tainting)
On the PHP 10.0 Blog, there's a new post today talking about variable tainting and what it might be like if PHP included it too. Perl and Ruby have variable tainting. Maybe PHP should have it too?...
View ArticleMike Lively's Blog: Late Static Binding (LSB) forward_static_call()
On his blog, Mike Lively has posted a look at some of the work he's been doing on patches for the late static binding functionality to be included in PHP, including an example of the updates in...
View Article