| » Version | » Information |
|---|---|
| 1.0.5 | Download Release date: 2006-05-08 22:04 UTC Release state: stable Changelog: - Use new header comment blocks. - Adhere to PEAR CS & other minor cleanups. - Add disconnect() method. - Fix include path in example. - Fix saving server information in connect(). - Fix incorrect variable check in define() which threw a warning. - Set $_socket by reference, not by copy. - Add error handling in connect() when the server rejects the connection. Dependencies:
|
| 1.0.3 | Download Release date: 2002-11-29 12:10 UTC Release state: stable Changelog: 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); Dependencies:
|
| 1.0.2 | Download Release date: 2002-10-06 09:09 UTC Release state: stable Changelog: Fix: match() and define() support multi-part words. -- Thanks Xing Li. Dependencies:
|
| 1.0.1 | Download Release date: 2002-10-05 12:48 UTC Release state: stable Changelog: Fixed a bug in define() where dictionary sources other then the first were not shown. -- Thanks Xing Li for pointing it out. Dependencies:
|
| 1.0 | Download Release date: 2002-09-24 23:20 UTC Release state: stable Changelog: This is the initial release of the Net_Dict package. Dependencies:
|