Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

PHP5.3.0RC1が出てくるのか?

「タグ打った」というアナウンス


This is just a heads up to all developers who waited during the commit freeze, RC1 has been tagged. So bug fixing may continue :)
There were a couple commits during this freeze. I realize that people tend to work on stuff and commit without necessarily looking at the mailinglist before hand. So for the during of the 5.3.0 release process we will try to go with the following procedures:

1) We will always aim for a release on Thursday, which means Tuesday and Wednesday before the given date while have a commit freeze on all build related files for anything but build fix commits

2) In case we are slipping we might do another Tuesday release, which again will mean Friday commits only with the RM's specific permission [1], weekend and Monday commit freeze on all build related files for anything but build fix commits.

が出ましたが、RC1のtar玉も用意されたようです。

つか、β1からいきなりRC1ですか。。。β1からのNEWSの差分はこちらをどうぞ

追記(2009/03/26 10:54)

アナウンス出ました。


Johannes has packaged PHP 5.3.0RC1, which you can find here:
http://downloads.php.net/johannes/

Windows binaries are available here:
http://windows.php.net/qa/

This release candidate makes us feature complete and we hope to only
require minimal changes ahead of the next release. Many, but not all,
of the new features are already integrated in the official
documentation on php.net.

第41回PHP勉強会のプレゼンとコード

昨日の勉強会のプレゼン資料とコードを公開しておきます。

CLIからの実行に失敗した理由ですが、Y!JAPANのアプリケーションIDが設定されていなかったことが原因でした。
実際に実行しようとしたコードを見ると判ると思いますが、アプリケーションIDを環境変数から取得しています。で、プレゼンの直前にOSを再起動したのですが、その時に環境変数がクリアされてしまっていました。。。すみません orz
とりあえず、実行方法は次のような感じですので、興味のある方は試してみてください。。

$ export YAHOO_APP_ID=[アプリケーションID]
$ cat あたし彼女.txt | ./youyaku.php

また、プレゼン中に係り受けを図で表したものがありましたが、係り受け解析の結果をGraphVizに食わせたものです。コードはwith_graphviz.phpです。