Geoffrey Garbers Thoughts on everything from PHP to photography

You are currently viewing the post archives for the "Interesting" tag. All the posts below have been assigned this tag for easy reference.

The lifecycle of a PHP script

Posted 3 months from now.

Tweet I was researching some libraries in PHP for the interaction of PHP and XMPP, and stumbled across an interesting article on the life cycle of a PHP script – from initialization to shutdown. It’s an old post (from 2008), but I would imagine the same principles still apply. It’s worth a read if you’re [...]
End