php-internals, this Tuesday

If you’re a PHP user, you might want to follow the php-internals talk. But it’s a very talky mailing list. So, “follow” it. From afar. My medicine is to go to the web interface like once a month, and just look at the interesting headings.

We have packaged PHP 5.3.0beta1! Go test-run your PHP apps. Should be interesting.

Also: “The PHP TestFest is a worldwide event in which PHP user groups and individuals contribute to PHP by writing tests for PHP.” Testfest at wiki and at the QA team’s page.

And, the PHP5 buglist.

Calling an XML-RPC method (PHP, Ruby)

Calling web services. Great fun when it works. Thanks to XML-RPC’s simplicity, it’s quite easy to cobble together a working client. Here is me using the Technorati “ping” service, which tells them about the Copenhagen Ruby Brigade’s weblog being updated. And then, prints the result.

My PHP take on this looks klutzy. But the request gets encoded smartly. cURL takes a lot parameters to get running. I write the appropriate headers myself, there.

Simple XML-RPC in PHP

In Ruby’s standard library, there is a library to do these things. Exciting.

Even simpler XML-RPC in Ruby

[tags]technorati,xmlrpc,ruby,php,curl[/tags]