|
- Added exclude pattern support to ruleset.xml file so you can specify ignore patterns in a standard (request #17683) -- Use new exclude-pattern tags to include the ignore rules into your ruleset.xml file -- See CodeSniffer/Standards/PHPCS/ruleset.xml for an example - Added new --encoding command line argument to specify the encoding of the files being checked -- When set to utf-8, stops the XML-based reports from double-encoding -- When set to something else, helps the XML-based reports encode to utf-8 -- Default value is iso-8859-1 but can be changed with --config-set encoding [value] - The report is no longer printed to screen when using...
Link Email item
Minor Bugfix release. Bug Fixes #4739 - regexp parsing of header values does not balance quoting correctly - Fix sponsored by http://webyog.com #17325 - empty body messages are valid messages #17276 - remove &new usage which throws errors now
Link Email item
First release.
Link Email item
- fixed bug #16275: split() is deprecated in PHP 5.3 note: open todo items: - fix pattern escaping using GLOB instead of LIKE or create and register own implementation of LIKE
Link Email item
- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults with datatype [Holger Schletz] - fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger Schletz] - fixed bug #16405: Compatibility issues with escaped strings [hschletz] open todo items: - enable pg_execute() once issues with bytea column are resolved - use pg_result_error_field() to handle localized error messages (Request #7059) - add option to use unnamed prepared statements (see http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended Query")
Link Email item
First release
Link Email item
note: - please use the latest ext/oci8 version from pecl.php.net/oci8 (binaries are available from snaps.php.net and pecl4win.php.net) - by default this driver emulates the database concept other RDBMS have by using the "database" option instead of "username" in the DSN as the username name. This behaviour can be disabled by setting the "emulate_database" option to false. - the multi_query test failes because this is not supported by ext/oci8 - the null LOB test failes because this is not supported by Oracle open todo items: - enable use of read() for LOBs to read a LOB in chunks - buffer LOBs when doing buffered...
Link Email item
- fixed bug #16003: incorrect check for error after mysqli_store_result - fixed bug #16147: first prepared statement is emulated when using factory with mysql - fixed bug #17037: 'on update' not mentioned in tableInfo() - fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers) - fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw] - return ON UPDATE|DELETE action in getTableConstraintDefinition() - result->free() now works on multiple result sets open todo items: - use a trigger to emulate setting default now()
Link Email item
- fixed bug #15650: mysqli function used in setCharset() - fixed bug #16003: incorrect check for error after mysql_store_result - fixed bug #16147: first prepared statement is emulated when using factory with mysql - fixed bug #16669: hostspec is ignored when protocol is unix - fixed bug #17037: 'on update' not mentioned in tableInfo() - fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers) - fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw] - return ON UPDATE|DELETE action in getTableConstraintDefinition() note: - the multi_query test failes because this is not supported by ext/mysql
Link Email item
- Fixed bug #16612: Added the timestamp database attribute [genericbob] - fixed bug #16118: escape doesn't take into account trailing backslashes [urkle] - request #16903: Add ability to use ODBTP extension [hedroom] - fixed numRows() with setLimit() open todo items: - explore fast limit/offset emulation (Request #4544)
Link Email item
Website
|