XOOPSの統合パッケージを開発するプロジェクトです。
This module is library for CAPTCHA.
CAPTCHA, Completely Automated Public Turing test to tell Computers and Humans Apart,
is one of technique for anti-spam.
Changes
1. Migrating to PHP 5.3
(1) Assigning the return value of new by reference is now deprecated.
このモジュールは CAPTCHA のライブラリです。
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart)
はコメント・スパム対策手法の1つです。
変更
1. PHP 5.3 対応
(1) new の返り値を参照で代入することは、推奨されない