PEAR News | PHP News | Manuals | Imprint

PEAR-News :: LATEST



Net_IPv4 1.3.4

QA Release<br />
* Fixed Bug #17800 fixed typo in check
[ more >> ]


Payment_DTA 1.4.0a4

[*] add type field to meta data<br />
[*] parse file creation date as timestamp<br />
[-] DTA parsing: simple check of transaction types in field C7<br />
( [+] Added [-] Fixed [*] Improved [!] Note )
[ more >> ]


Mail_mimeDecode 1.5.3

Major Bugfix release.<br />
<br />
Apart from a major cleanout of the bug tracker for this package, this release includes a revamped<br />
parseHeaderValue which removes the rather flakey regex, with a real parser, which should be considerably more<br />
robust.<br />
<br />
Bug Fixes<br />
#17844 - all regression tests fixed - remove the last of the while list each() .. this is 2010 ;)...<br />
#11410 - support wap multipart<br />
#9616 - long strings as filename etc.. aaa*0=.... aaa*1=.... aaa*2=.... (merged into aaa=.....)<br />
#9100 - change to preg_split for mime boundary detection , in theory should catch boundaries in nested situations better...<br />
#7709 - check for last element on boundary split to see if its usable<br />
#7065 - wrapped header lines with encoding should be concated without spaces<br />
#6495 - missing body in decoded object<br />
#11537 - better decode and multi-line support
[ more >> ]


PHP_CodeSniffer 1.3.0RC1

- Added exclude pattern support to ruleset.xml file so you can specify ignore patterns in a standard (request #17683)<br />
-- Use new exclude-pattern tags to include the ignore rules into your ruleset.xml file<br />
-- See CodeSniffer/Standards/PHPCS/ruleset.xml for an example<br />
- Added new --encoding command line argument to specify the encoding of the files being checked<br />
-- When set to utf-8, stops the XML-based reports from double-encoding<br />
-- When set to something else, helps the XML-based reports encode to utf-8<br />
-- Default value is iso-8859-1 but can be changed with --config-set encoding [value]<br />
- The report is no longer printed to screen when using the --report-file command line option (request #17467)<br />
-- If you want to print it to screen as well, use the -v command line argument<br />
- The SVN and GIT blame reports now also show percentage of reported errors per author (request #17606)<br />
-- Thanks to Ben Selby for the patch<br />
- Updated the SVN pre-commit hook to work with the new severity levels feature<br />
- Generic SubversionPropertiesSniff now allows properties to have NULL values (request #17682)<br />
-- A null value indicates that the property should exist but the value should not be checked<br />
- Generic UpperCaseConstantName Sniff now longer complains about the PHPUnit_MAIN_METHOD constant (request #17798)<br />
- Squiz FileComment sniff now checks JS files as well as PHP files<br />
- Squiz FunctionCommentSniff now supports namespaces in type hints<br />
- Fixed a problem in Squiz OutputBufferingIndentSniff where block comments were reported as not indented<br />
- Fixed bug #17092 : Problems with utf8_encode and htmlspecialchars with non-ascii chars<br />
-- Use the new --encoding=utf-8 command line argument if your files are utf-8 encoded<br />
- Fixed bug #17629 : PHP_CodeSniffer_Tokens::$booleanOperators missing T_LOGICAL_XOR<br />
-- Thanks to Matthew Turland for the patch<br />
- Fixed bug #17699 : Fatal error generating code coverage with PHPUnit 5.3.0RC1<br />
- Fixed bug #17718 : Namespace 'use' statement: used global class name is recognized as constant<br />
- Fixed bug #17734 : Generic SubversionPropertiesSniff complains on non SVN files<br />
- Fixed bug #17742 : EmbeddedPhpSniff reacts negatively to file without closing php tag<br />
- Fixed bug #17823 : Notice: Please no longer include PHPUnit/Framework.php
[ more >> ]


Mail_mimeDecode 1.5.2

Minor Bugfix release.<br />
<br />
Bug Fixes<br />
#4739 - regexp parsing of header values does not balance quoting correctly<br />
- Fix sponsored by http://webyog.com<br />
#17325 - empty body messages are valid messages<br />
#17276 - remove &new usage which throws errors now
[ more >> ]


MDB2_Driver_sqlsrv 1.5.0b3

First release.
[ more >> ]


MDB2_Driver_sqlite 1.5.0b3

- fixed bug #16275: split() is deprecated in PHP 5.3<br />
<br />
note:<br />
open todo items:<br />
- fix pattern escaping using GLOB instead of LIKE or create and register own implementation of LIKE
[ more >> ]


MDB2_Driver_pgsql 1.5.0b3

- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults<br />
with datatype [Holger Schletz]<br />
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger Schletz]<br />
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]<br />
<br />
open todo items:<br />
- enable pg_execute() once issues with bytea column are resolved<br />
- use pg_result_error_field() to handle localized error messages (Request #7059)<br />
- add option to use unnamed prepared statements<br />
(see http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended Query")
[ more >> ]


MDB2_Driver_odbc 0.1.0

First release
[ more >> ]


MDB2_Driver_oci8 1.5.0b3

note:<br />
- please use the latest ext/oci8 version from pecl.php.net/oci8<br />
(binaries are available from snaps.php.net and pecl4win.php.net)<br />
- by default this driver emulates the database concept other RDBMS have by<br />
using the "database" option instead of "username" in the DSN as the username name.<br />
This behaviour can be disabled by setting the "emulate_database" option to false.<br />
- the multi_query test failes because this is not supported by ext/oci8<br />
- the null LOB test failes because this is not supported by Oracle<br />
<br />
open todo items:<br />
- enable use of read() for LOBs to read a LOB in chunks<br />
- buffer LOBs when doing buffered queries
[ more >> ]



© 2004 I.S.U.M.