PEAR News | PHP News | Manuals | Imprint

PEAR-News ::



Net_Socket 1.0.13

- Fix PHP warning and invalid handling of IPv6 addresses
[ more >> ]


Net_Socket 1.0.12

- Fixed regression in handling of default (not set) timeout (Bug #19949)
[ more >> ]


Net_Socket 1.0.11

- IPv6 sockets cannot be used (Bug #18231)<br />
- Socket.php errors when sending large emails through Pear Mail (Bug #18281)<br />
- 2nd argument of setTimeout() could be optional (Bug #18436)<br />
- Setting timeout after connect() doesn't work correctly (Bug #18437)<br />
- Wrong PHP version dependency and socket_* function aliases (Bug #18438)<br />
- Incomplete gets() method description (Bug #19557)
[ more >> ]


Net_WebFinger 0.3.0

- Support draft-ietf-appsawg-webfinger-13<br />
- Nearly complete rework of the code
[ more >> ]


XML_XRD 0.3.0

- Full JRD loading and saving support<br />
- BC break: toXML() deprecated.
[ more >> ]


Config_Lite 0.1.5

pear-bug #19887 Change of Custom NewlineChar fixed, added Credits
[ more >> ]


Net_DNS2 1.3.0

- re-worked a lot of the code around OPT RR's, including adding support for the DO flag<br />
- added the AD and CD flags to the Net_DNS2_Header class for DNSSEC<br />
- added a new function to keep track of RR's that should NOT be cached.<br />
- added a new flag (dnssec) to request DNSSEC lookups; this adds an OPT RR to the additional section<br />
- added a new flag (dnssec_payload_size) to adjust the EDNS(0) UDP payload size.<br />
- added a new flag (dnssec_cd_flag) to set the DNSSEC CD bit to disable signature validation.<br />
- added a new flag (dnssec_ad_flag) to set the DNSSEC AD bit to request authentic data without needing to set the DO flag.<br />
- fixed an issue in Net_DNS2_Socket_Sockets; Windows (specifically < 2003) has problems with MSG_WAITALL<br />
- changed Net_DNS2_RR::__construct() to use get_class() instead of get_called_class()<br />
- added a DNSSEC test to the testing suite.
[ more >> ]


Services_OpenStreetMap 0.3.0

This release supports parsing of opening_hours values.
[ more >> ]


Services_Scribd 0.2.0

* Make Services_Scribd->timeout variable public for ease of configuration.<br />
* Update list of allowed document formats in Docs endpoints.<br />
* Added several missing Docs endpoints: uploadThumb, getCategories, browse, featured, search, getStats<br />
* Added Thumbnail and Collections API endpoints.<br />
* Minor CS and unit testing improvements.
[ more >> ]


DB_DataObject 1.11.2

(re-release of 1.11.0 - to fix archive tar issue. / fix dependancy)<br />
<br />
Minor feature and fix release. (Basically a yearly release now..)<br />
<br />
Dependancies<br />
<br />
MDB2 and DB are now optional dependancies, although one of them is required.<br />
<br />
<br />
AutoJoin - improvements <br />
- support sqlValue and DB_DataObject_Cast values in setFrom()<br />
- correct filtering - diff and intersect... so additional cols do not get injected by exclude..<br />
- autoJoin( "exclude" => array( "col1", "col2") ) should now exclude the columns from selectAdd/As<br />
- correctly handle include in autojoin - based on derived column names<br />
- autojoin now supports include and distinct, and returns count as the column to count on + handles Closure on debugging output of config<br />
<br />
Other Changes<br />
- add limited support for building derived table queries - which can speed up mysql queries hugely when using distinct/limit <br />
<br />
Removed / changed / depricated<br />
- remove PHP4 support<br />
- Make staticGet depricated in generator and main code (move to end of file with rest of depricated stuff..<br />
<br />
Minor fixes<br />
- fix signature on depricated staticGet method<br />
- fix typo in links code DO::getLinks()<br />
- fix is_a syntax error - RTFM might be a good idea<br />
- check return value from generator<br />
- remove blob test from stringtostring code..<br />
<br />
Bug Fixes<br />
<br />
#19697 - str_replace only if needed to reduce memory - and move staticAutoloadTAble to depricated section<br />
#19637 - strip support with regex broke boolean settings<br />
#19640 - indentation not correct on generator <br />
<br />
#19500 - use same way that pear db mssql driver quotes for regular strings (tidy up)<br />
#19500 - support for mssql in DataObject Cast<br />
#19505 - simplify the proxy loading code detection and usage.<br />
#19479 - simpler test should do the job<br />
#19479 - link loaded test was incorrect<br />
#19475 - comment out a few echos that got left in
[ more >> ]



© 2004 I.S.U.M.