Archive for March, 2006

PHP streams and http 1.1 gotcha

I have a class that I wrote some time ago that is called URLImporter. It’s simple, does what it is supposed to do and thus makes my life easier. Essentially it helps me fetch URL resources – mostly dynamically generated data from password protected extranets that require me to use HTTP POST.
Up until recently this [...]

PHP

A PHP 6 overview

I haven’t had much time to follow the discussion around PHP 6 the last few months. Finally I took a half an hour to read up on what will happen with PHP come version 6. It was interesting reading and most of the things I really look forward to.
PHP 6, it seems, will make the [...]

PHP