» Version | » Information |
---|---|
1.0.7 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.7 Release date: 2010-10-25 14:02 UTC Release state: stable Release uploaded by: doconnor Changelog: Automatically built QA release Bug #16817 code does not adhere to Standards - kguest Dependencies:
|
1.0.6 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.6 Release date: 2009-07-28 01:21 UTC Release state: stable Release uploaded by: doconnor Changelog: QA Release Package 2.0 Bug #7018 - Patch / Warnings Bug #4811 - Example dict.php uses wrong path Dependencies:
|
1.0.5 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.5 Release date: 2006-05-08 18:04 UTC Release state: stable Release uploaded by: ieure 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 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.3 Release date: 2002-11-29 07:10 UTC Release state: stable Release uploaded by: cnb 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 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.2 Release date: 2002-10-06 05:09 UTC Release state: stable Release uploaded by: cnb Changelog: Fix: match() and define() support multi-part words. -- Thanks Xing Li. Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0.1 Release date: 2002-10-05 08:48 UTC Release state: stable Release uploaded by: cnb 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 |
Easy InstallNot sure? Get more info. pear install Net_Dict-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Dict-1.0 Release date: 2002-09-24 19:20 UTC Release state: stable Release uploaded by: cnb Changelog: This is the initial release of the Net_Dict package. Dependencies:
|