You are here 飞腿站长站 > 技术 > PHP > PEAR: Latest releases
PEAR: Latest releases
本频道中共有 10 条消息,返回讨论版 PHP,2 个其他相关频道

PEAR: Latest releases PHP News
  PEAR: Latest releases    The latest releases in PEAR.

PEAR_PackageUpdate 1.0.3 
Published on 2008-11-19 22:32:49
* bugs
- fix cleanup phase of unit tests that raised notice errors

XML_Feed_Parser 1.0.3 
Published on 2008-11-19 21:27:13
Bug fix release. Closes:
#13215 - Encoding problems
#12919 - & in ULR's causes problems
#12522 - pubDate handler throws warning on empty field
#12017 - no rss2 image if precedes
#11467 - Escaped HTML in Atom Text Constructs
#10702 - Indirect modification of overloaded property
#10336 - Error with encoding handling on xhtml

Log 1.11.3 
Published on 2008-11-19 13:21:30
- It is now possible to configure the error_log handler's line and timestamp formats. (Bug #14655)
- Added _extractMessage() support for non-scalar array('message' => ...) values.
- Spaces in 'win' handler window names are now replaced with underscores.
- Added a class name format token: %8$s

MDB2_Schema 0.8.4 
Published on 2008-11-18 7:30:50
- fixed warning in validateTable() that was introduced in last release (Bug #15055)
- fixed interpreter for mdb2_schematool, plus it is now been installed to bin_dir (now, really!)
- mdb2_schematool has a new feature: initialize database
- mdb2_schematool can now be used to dump data and/or database structure

open todo items:
- Clean up output of getDefinitionFromDatabase(). Sync it with Parser and Parser2.
- Automatically load reserved keywords
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)
- Allow simple if statements that mean that anything enclosed is only executed
if it meets certain criterias based on that version number (or some other
variable). This would enable people to add DML statements that are only
executed when updating from a specific version.
- Modularize Writer code or remake it
- Add specific error codes for Validate class
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key
problem)
- Update description.schema.xml
- Create unit test for comparedefinitions()
- Create unit test for initializetable()
- Create unit test to compare the expected array definition with what is parsed
- Improve validateDataFieldValue() to validate
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)
- Views support
- Fulltext index support

HTTP_Request 1.4.4 
Published on 2008-11-17 21:54:31
Development of HTTP_Request package is halted, only bug fixing will be done.
Please submit feature requests for HTTP_Request2 package.

Fixes:
* Improved memory usage of _buildRequest() method (bug #14574)
* Clarified documentation for addFile() method to mention that it is useful
only for POST method file uploads (bug #14635)
* Do not send "Content-Length: 0" header for methods other than
POST and PUT, as some servers may return error 400 (bug #14740)

HTTP_Request2 0.1.0 
Published on 2008-11-17 21:30:05
Initial release. The features supported are mostly the same as those of
HTTP_Request, with the following additional feature requests implemented:
* cURL extension support (request #5463)
* It is now possible to monitor the file upload progress with Observers
(request #7630)
* Added 'sentHeaders' notification providing the request headers to the
Observers (request #7633)
* Added support for 'deflate' encoding (request #11246)

Crypt_GPG 1.0.0RC1 
Published on 2008-11-17 14:37:26
RC1. API is stable. Changes include:
* add support for initializing user ids, signatures and sub-keys from an array of fields.
* clean up unit tests to work with PEAR's continuous integration server.
* add unit tests for exception, user id, signature, key and sub-key classes.
* rename the 'gpgBinary' option in the constructor to just 'binary'. the old option name is deprecated but still works.
* rename Signature::setIsValid() to Signature::setValid() to match methods on UserId.
* remove unused exceptions: 'DuplicateKeyImportException', 'UnsignedKeyException', and 'MissingSelfSignatureException'.
* Fix ISO 8601 timestamp parsing when E_STRICT is used.

MDB2_Schema 0.8.3 
Published on 2008-11-17 8:33:46
- updateDatabase() cannot add UNIQUE attribute to an existing index (Bug #13977). Patch by Holger Schletz
- updateDatabase() keeps old default value even though new column has no default (Bug #13836). Patch by Holger Schletz
- Obsolete tables and sequences not dropped on updateDatabase() (Bug #13608). Patch by Holger Schletz
- Error when creating a new index for a renamed table (Bug #13397)
- Makes use of MDB2::databaseExists() to check whether updating database exists (Bug #13073). This feature was removed on previous release and now is back again.
- createDatabase() correctly lower/upper database name when portability option deems so.
- mdb2_schematool now disables transactions
- mdb2_schematool was missing argument "help"
- mdb2_schematool moved from "bin" to "scripts" folder. now installs to pear_bin dir
- Schema validation not failing when autoincrement field is defined but another column is used as primary key (Bug #14213)
- Accepting NOW() as value for timestamp fields on schema validation (Bug #14052). Patch by Holger Schletz
- Introducing www/mdb2_schematool that is a rewrite of docs/examples/example.php and is now installed to web root
- Web frontend (www/mdb2_schematool) has new options "DBA_username" and "DBA_password"
- Tests missing sequences on database dump (Bug #13562). Patch by Luca Corbo
- When reverse engineering a database, the XML schema file will have forced to UTF8

open todo items:
- Clean up output of getDefinitionFromDatabase(). Sync it with Parser and Parser2.
- Automatically load reserved keywords
- Make MDB2_Schema loadable via MDB2_Driver_Common::loadModule() (Bug #8270)
- Allow simple if statements that mean that anything enclosed is only executed
if it meets certain criterias based on that version number (or some other
variable). This would enable people to add DML statements that are only
executed when updating from a specific version.
- Modularize Writer code or remake it
- Add specific error codes for Validate class
- Add support for ORDER clauses on UPDATEs (to resolve the duplicate key
problem)
- Update description.schema.xml
- Create unit test for comparedefinitions()
- Create unit test for initializetable()
- Create unit test to compare the expected array definition with what is parsed
- Improve validateDataFieldValue() to validate
- Provide more info on MDB2_Schema_Validate errors (output parsed value and expected value)
- Views support
- Fulltext index support

Net_Gearman 0.2.0 
Published on 2008-11-17 5:30:44
* WARNING - BC BREAK: Pass entire task object to failure callbacks (#15037, jstump)
* WARNING - BC BREAK: Switched from PHP serialize()/unserialize() to json_encode()/json_decode() (jstump)
* Switched to native PHP/SPL interfaces IteratorAggregate and Countable in Net_Gearman_Set (#14913, ieure)
* Removed mbstring as a requirement for installation (jstump)

Translation2 2.0.1 
Published on 2008-11-15 0:29:34
- fixed bug #13933: undefined variable in the dataobjectsimple driver
- fixed bug #14323: wrong / no error from setLang() [cwiedmann]
- fixed bug in getLangs(), where certain formats were not recognized
- request #14979: fluent interface for setPageID() and setParams()
and for setOption() and setOptions() decorator methods
- request #15000: added SQL example in the /docs/examples dir

10 items

欢迎使用 RSS 阅读器订阅本页种子 http://pear.php.net/feeds/latest.rss
© 2007    -   About
a site powered by Project Babel