2005-09-27から1日間の記事一覧

rast-0.3.1

http://projects.netlab.jp/rast/

PDV - phpDocumentor for Vim : Provides really comfortable generation of phpDocumentor doc blocks for PHP4 & 5.

phpDocumentor 用のコメントを自動生成してくれる Vim プラグインです。 http://www.vim.org/scripts/script.php?script_id=1355&rating=life_changing

Web技術/Flash PHP - ゼンド・ジャパン株式会社 技術情報コンテンツ

PHP

Flash + PHP という記事が追加されていました。 http://www.zend.co.jp/tech/index.php?cmd=read&page=Web%B5%BB%BD%D1%2FFlash%20%2B%20PHP

PHP Variable Tests

PHP

PHP で変数の扱いをまとめた非常に便利な表です。 PHP 4.2.2 以降のバージョン間でこの結果と違いがないかを確認してみましたが、特に問題ないようです。ただし、PHP 5.1RC1 では ctype_*() 関数での空文字列("")の扱いに変更があったようで、少しだけ違いが…

PHP Trailing Slash "open_basedir" Security Bypass

PHP には、php.ini の open_basedir を設定して PHP スクリプトを動作させるディレクトリを制限する機能がありますが、その制限を回避されてしまう場合があることが報告されています。Secunia の例では、/home/user1/ でのみ PHP を動作させるつもりで以下の…