Home » Networking » Net_Dict
Interface to the DICT Protocol
This package is unmaintained.
Download latest release 1.0.7 (archived versions might be outdated)
License: PHP
Description
This class provides a simple API to the DICT Protocol handling all the
network related issues and providing DICT responses in PHP datatypes
to make it easy for a developer to use DICT servers in their programs.
Maintainers
- Chandrashekhar Bhosle (cnb) — lead, inactive
- Ian Eure (ieure) — lead, inactive
Dependencies
Required
- PHP (>= 4.3.0)
- PEAR Installer (>= 1.5.4)
- Net_Socket (>= 1.0)
- Cache (>= 1.5.2)
Releases
- 1.0.7 (stable, 2010-10-25)
Release notes
License: PHP
Automatically built QA release
Bug #16817 code does not adhere to Standards - kguest - 1.0.6 (stable, 2009-07-28)
- 1.0.5 (stable, 2006-05-08)
- 1.0.3 (stable, 2002-11-29)
Release notes
License: PHP
Definitions can now be cached (using PEAR Cache package). So you don't
have to make a network connection for an already cached definition.
$d = new Net_Dict;
// make sure cache_dir is writable
$d->setCache(true, 'file', array('cache_dir'=>'/tmp/cache/'));
$defs = $d->define($keyword); - 1.0.2 (stable, 2002-10-06)
Release notes
License: PHP
Fix: match() and define() support multi-part words. -- Thanks Xing Li.
- 1.0.1 (stable, 2002-10-05)
Release notes
License: PHP
Fixed a bug in define() where dictionary sources other then the first
were not shown. -- Thanks Xing Li for pointing it out. - 1.0 (stable, 2002-09-24)
Release notes
License: PHP
This is the initial release of the Net_Dict package.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4808 | Closed | Bug | 2005-07-12 | [PATCH] Cleanup | |
| #4809 | Closed | Bug | 2005-07-12 | [PATCH] Use references when instantiating/setting Net_Socket instance | |
| #4810 | Closed | Req | 2005-07-12 | [PATCH] disconnect() method | |
| #4811 | Closed | Bug | 2005-07-12 | [PATCH] Example dict.php uses wrong require path | |
| #7018 | Closed | Bug | 1.0.3 | 2006-03-04 | [PATCH] Warnings |
| #7639 | Bogus | Bug | 1.0.5 | 2006-05-16 | Changes in dict.org server breaks package |
| #16817 | Closed | Bug | 1.0.6 | 2009-11-21 | code does not adhere to Standards |