PEAR News | PHP News | Manuals | Imprint

PEAR-News ::



Net_Nmap 1.0.4

- Misc improvements to clean up the package, and make it easier to run tests (CloCkWeRX)<br />
- Added support for Nmap Statistics and other improvements (Thanks to BARRY Ibrahima)
[ more >> ]


Net_Server 1.0.3

QA release<br />
Bug #17457 No way to close connection without exiting<br />
closeConnection() no longer calls exit() directly.<br />
Doc Bug #11884<br />
Bug #12743 Bug in Net_Server_Driver::readFromSocket
[ more >> ]


Net_Growl 2.5.0

Additions and changes:<br />
- Update Net_Growl::getDefaultGrowlIcon() method to return either <br />
old or new Growl claw icons to match Mac icon.<br />
- Use PHPUnit/Autoload.php instead of requiring the files manually.<br />
- phing build documentation script is now easily reuseable (configuration through an external properties file)<br />
<br />
Bug fixes:<br />
- Require the autoloader in the test files so the class files will be found (Daniel Convissor)
[ more >> ]


Net_IMAP 1.1.1

QA release<br />
Bug #14566 Error in parsing protocol<br />
Bug #16288 getMessagesList breaks if mailbox is empty<br />
Bug #16819 IMAPProtocol::cmdStatus fails on error<br />
Bug #16891 bug in IMAPProtocol.php<br />
aka operator precedence error in _getNextToken<br />
Bug #18599 Wrong result from getAnnotation() for folder with non-ascii characters<br />
Bug #18768 failed to connect to Gmail (start TLS)
[ more >> ]


Net_DNSBL 1.3.6

* Fix Bug Bug #19154 package.xml needs update [nohn]
[ more >> ]


Net_DNSBL 1.3.5

* Fix Bug #17474: Notice: Trying to get property of non-object in /usr/lib/php/Net/DNSBL.php on [nohn]<br />
* Fix Bug #18260: Depreciated packages as dependencies [hm2k]<br />
* Implement Feature #16659: Net_CheckIP > Net_CheckIP2 [nohn]<br />
* Implement Feature #17617: Improve getHostForLookup function [hm2k]
[ more >> ]


Net_FTP 1.4.0a3

* Fixed Bug #13946: Test Failed : testPutRecursive<br />
* Fixed Bug #14513: Timestamp when using the LS function<br />
* Implemented Request #14773: setPassive possible before connecting<br />
* Use markTestSkipped, not fail()<br />
* Fatal error: Cannot redeclare ftp_connect() in ./Net_FTP/Net/FTP/Socket.php<br />
* remove error_reporting (for PEAR QA team)
[ more >> ]


Net_DNS2 1.2.0

- added numeric error codes to the Lookups class, and had each method that throws an exception throw a numeric error code along with the message.<br />
- dropped all references to InvalidArgumentException; we only use the Net_DNS2_Exception from now on.<br />
- added the CAA, URI, TALINK, CDS and TA resource records. Some of these are experimental, but are pretty straight forward.<br />
- fixed a bug in formatString(); my version was only putting double quotes around strings that have spaces, but apparently ALL strings should have double quotes around them. This is how BIND does it.<br />
- re-organized the Net_DNS2_Lookups initialization code; it no longer creates a global object of itself.<br />
- fixed a bug in the caching code; in some cases it wouldn't cache the same content more than once.<br />
- added an option to use JSON to serialize the cache data rather than using the PHP serialize function. JSON is much faster, but loses the class definition, and becomes a stdClass object.<br />
- fixed a handful of cases where I was using double quotes where a single quote would be fine.
[ more >> ]


Net_LMTP 1.0.2

QA release<br />
Package 2.0<br />
Request #14532 TLS support for the Net_LMTP package
[ more >> ]


Net_IPv6 1.2.2b

#18687 Add recommendedFormat() provided by Tetsuji Koyama to respect RFC5952 about shortening of 0-Byte segments.<br />
The method may become a part of compress() in a stable release.<br />
#18976 Rok Potocnik spotted a missing range check for the netmask value while checking an IPv6 address.
[ more >> ]



© 2004 I.S.U.M.