File: README

package info (click to toggle)
php-text-captcha 1.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 652 kB
  • sloc: php: 1,062; xml: 440; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This package is http://pear.php.net/package/Text_CAPTCHA and has been migrated from http://svn.php.net/repository/pear/packages/Text_CAPTCHA

Please report all new issues via the PEAR bug tracker.

If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.

To test, run
$ phing test

To build, simply
$ phing package

To install from scratch
$ phing package
$ pear install build/dist/Text_CAPTCHA-1.0.0.tgz

To upgrade
$ phing package
$ pear upgrade -f build/dist/Text_CAPTCHA-1.0.0.tgz