news.txt

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· 文本 代码 · 共 631 行 · 第 1/3 页

TXT
631
字号
Zend Framework                                                             NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

=RELEASE 0.9.1 / 23-Mar-2007=
This release resolves the following issues:
- Zend_Loader
    ZF-1089 Document Zend_Loader::autoload()
- Zend_Auth
    ZF-1087 Zend_Auth - documentation updates and additions
    ZF-1088 Support simple distinction between authentication failure types
- Zend_Controller
    ZF-1012 getControllerDirectory method in the Standard Dispatcher
    ZF-1020 session_write_close & Zend_Session
    ZF-1047 Dispatcher's getControllerDirectory is looking for modules in a wrong place
    ZF-1081 Zend_Controller_ActionTest Unit Tests failing
    ZF-1110 Zend_Controller_Router_Route::assemble shoudn't reset user supplied wildcard parameters
- Zend_Date
    ZF-1066 isDate() returns true for dates that do not appear to be valid  
    ZF-1101 getDate() yields results that look inconsistent
- Zend_Db
    ZF-1031 Zend_Db_* methods should throw only Zend_Db_Exception and/or derivatives
    ZF-1068 Support schema in describeTable()
    ZF-1093 MS SQL Server: use QUOTED_IDENTIFIER
    ZF-1108 describeTableInformationSchema() incorrectly returns columns as primary keys
    ZF-1117 MySQL: describeTableInformationSchema is too slow
- Zend_Db_Adapter_Mysqli
    ZF-1039 Mysqli: use real_escape_string() for quoting
- Zend_Db_Select
    ZF-1124 Using table.column syntax changes table for following columns
- Zend_Db_Table
    ZF-45   Zend_Db_Table::fetchRow() should return NULL for no resulting rows
    ZF-174  Documentation mistake in 'Adding Domain Logic' example
    ZF-1080 Zend/Db/Table/Row/Abstract.php missing opening <
    ZF-1084 Zend_Db_Table implicit table name feature failing
    ZF-1107 Zend_Db_Table_Abstract->fetchAll: 'rowClass' index typo
    ZF-1109 Wrong class name in code for Zend_Db_Table Relationships Example
- Zend_Filter / Zend_Validate
    ZF-1086 Zend Filter string casts improvement
- Zend_Http_Client
    ZF-782  Add getLastResponse() to HTTP Client  
    ZF-1095 Allow other HTTP methods not in the RFC
    ZF-1112 Support arbitrary switching of the adapter for a single HTTP client instance  
- Zend_Locale
    ZF-1072 Zend_Locale Unit Tests failing
- Zend_Mail
    ZF-580  Quoted printable remove dot from message
    ZF-1073 Zend_Mail Unit Tests failing
- Zend_Measure
    ZF-1076 Mistake in Zend_Measure-Edit
    ZF-1077 Mistake in Zend_Measure-Special
    ZF-1079 Example in Zend_Measure-Types
    ZF-1082 Zend_Measure_NumberTest Unit Tests failing
- Zend_Mime
    ZF-508  [Coding Standard] Zend_Mime_Exception @package is Zend_Mail
    ZF-1051 Zend_Mime::encodeQuotedPrintable E_NOTICE if str is certain length
    ZF-1058 Infinite loop if body ending with space
- Zend_Registry
    ZF-1094 issue with examples given for accessing Zend_Registry as on object
- Zend_Session
    ZF-1102 Zend_Session emits warning when save_path not writeable  


=RELEASE 0.9.0 / 16-Mar-2007=
This release resolves the following issues:
- Zend_Acl
    ZF-950  Unclear explanation of multiple inheritance between Roles
- Zend_Auth
    ZF-822  New Auth adapter for HTTP Authentication
    ZF-983  New Zend_Auth database table adapter
    ZF-1052 Zend_Auth_Adapter_Http and Digest Auth
- Zend_Cache
    ZF-879  lifeTime => lifetime
- Zend_Config
    ZF-941  Zend_Config bad example
    ZF-739  Ability to configure LevelKey character or string
    ZF-1019 Zend_Config and numeric keys
- Zend_Console_Getopt
    ZF-843  Notice in Getopt when called with invalid key
- Zend_Controller
    ZF-970  Small bug in logic of Zend_Controller_Router_Route::assemble()
    ZF-1014 Move route config loading mechanisms to route themselves
    ZF-1015 Single parameter resetting in Zend_Controller_Router_Route
    ZF-1021 Zend_Controller* throw errors if headers_sent(), but do not include location 
    ZF-1024 Response - named segments  
    ZF-1026 Zend_Controller unit tests post Notices
- Zend_Date & Zend_Locale
    ZF-779  Adding a year in a leap year only adds 365 days
    ZF-908  Consistency of character format code used for minutes and months
    ZF-926  Zend_Date_DateObject::date() - 'D' is off by 1 day
    ZF-932  Enable Zend_Date / Zend_TimeSync to interoperate
    ZF-963  Parse error: syntax error, unexpected '{'
    ZF-966  Notices when running Unit Tests
    ZF-968  Checking for constant exist in __construct()
    ZF-982  get() inconsistent, fails to accept ISO formats
    ZF-986  Zend_Date_DateObject and date_default_timezone_get/set()
    ZF-999  usePhpDateFormat() - str_replace() does not work as expected
    ZF-1000 Zend_Date::usePhpDateFormat() <=> Zend_Locale_Format::usePhpDateFormat()
    ZF-1003 testCreationDefaultFormat, testCreationDefaultFormatConsistency failing
    ZF-1042 Zend_Date incorrectly returns day of week after 2038
- Zend_Db
    ZF-139  Insert/update do not distinguish strings and SQL expressions
    ZF-942  Pdo_Pgsql: lastInsertId cannot find sequence 
- Zend_Db_Adapter_Mysqli
    ZF-381  Mysqli: Zend_Db adapter implementation
    ZF-424  Mysqli: prepare() does not return same object as other adapters
    ZF-587  Mysqli: fetchAll function triggers E_NOTICE
    ZF-591  Mysqli: "Call to undefined method mysqli_result::fetchAll()"
    ZF-813  Mysqli: new assignment by reference
    ZF-814  Mysqli: fetchAll signature does not fit parent class
    ZF-972  Mysqli: describeTable() does not match other adapters
    ZF-973  Mysqli: execute() method does not support input parameters
    ZF-975  Mysqli: use mysqli_affected_rows
    ZF-976  Mysqli: close result set on error or end of data
    ZF-977  Mysqli: create new exception classes
- Zend_Db_Select
    ZF-867  Oracle: Zend_Db_Select->order() incorrectly forces ASC order
    ZF-953  Improve quoting of schema.table and table.column identifiers
    ZF-1013 Proposal for column aliases in Zend_Db_Select
    ZF-1043 Parenthesize WHERE clause to make precedence more predictable
- Zend_Db_Table
    ZF-1    Quote SQL identifiers
    ZF-21   Zend_Db_Table::find() - return values have inconsistent type
    ZF-38   Zend_Db_Table should allow custom Row objects
    ZF-180  Zend_Db_Table_Row: __get function maps incorrectly to _data
    ZF-190  Make Zend_Db_Rowset, Zend_Db_Row serialisable
    ZF-445  Name Filter: Column Names in camelCaps not Accessible?
    ZF-554  Inefficient instantiation of Zend_Db_Inflector in Zend_Db_Table
    ZF-557  Unexpected behaviour in Zend_Db_Table->find()
    ZF-619  Zend_Db_Table_Row::toArray() do not camelize the field names
    ZF-627  Schema qualified name will not work with Zend_Db_Table
    ZF-773  Zend_Db_Table_Row needs delete() method
    ZF-956  Support Zend_Db_Expr in Zend_Db_Table_Row
    ZF-962  Zend_Db_Table::insert() has wrong param in docblock
    ZF-988  fetchAll ORDER BY clause no longer working
    ZF-1046 Failure to initialize arrays in Zend_Db_Table::find()
- Zend_Debug, Zend_Loader, Zend_Registry, Zend_Version
    ZF-937  Add interface awareness to Zend::loadClass()
    ZF-958  ZF directory structure is incompatible with use of svn:externals
    ZF-960  Assigning empty values causes Zend_Registry to throw exception
    ZF-1029 Refactor Zend.php 
    ZF-1030 Zend_Register::get() fails without an argument
- Zend_Feed
    ZF-875  Produce a RSS/Atom feed with Zend_Feed
- Zend_Filter
    ZF-1007 Remove items @deprecated with 0.8.0
    ZF-1010 Fatal error: Call to undefined method Zend_Filter::ishostname()
    ZF-1028 Zend_Filter unit test fails on Windows
- Zend_Gdata
    ZF-921  Refactor Gdata unit tests to skip live tests by default
- Zend_Http_Client
    ZF-930  Zend_Http_Client::request mishandles relative paths on Windows
- Zend_Locale
    ZF-880  getDate() / _parseDate() automatically process abbreviated month names, even when not selected
    ZF-948  New function getCountryList
    ZF-959  Simplification for Zend_Locale
    ZF-1054 Zend_Locale_Math - new round function yields incorrect results
- Zend_Mail
    IMAP/Maildir: get and set flags
    IMAP/Maildir: create, move, and remove folders
    IMAP/Maildir: copy and append new messages
    Translation of message numbers to unique ids and vice versa
    ZF-459  not space between sendername to mailaddress
    ZF-927  Zend_Mail strips down empty newlines in body message
    ZF-928  Zend_Mail mixes To: and Bcc: headers on multiple Bcc
    ZF-989  Duplicate To: headers
    ZF-993  Zend_Mail_Transport_Sendmail function return-path with option -f
    ZF-1053 Zend_Mail_Transport_Smtp does not include Zend_Loader
- Zend_Pdf
    ZF-472  Zend_Pdf docs/demo creates race condition
    ZF-502  Error while rendering loaded pdf
    ZF-509  [Coding Standard] Class names do not match coding standard
    ZF-585  Nesting level too deep - recursive dependency
- Zend_Search_Lucene
    ZF-96   Implement Search Highlighting
    ZF-295  Implement score normalisation
    ZF-626  Exception when adding document using static variables
    ZF-693  Using unoptimized indexing database damages storage
    ZF-943  Java examples are no longer necessary. 
    ZF-1002 Document deleting/updating problem
    ZF-1050 Result sorting problem
- Zend_Server_Reflection
    ZF-1018 support more than one whitespace after @phpdoc attribute
- Zend_Session
    ZF-796  Usage of Zend_Session and Zend_Session_Core are not clear enough
    ZF-949  Fixes for Example: Simplified access of authorization ids
- Zend_Translate
    Component moved from incubator to core.
    Storage adapters for CSV, XLIFF, TMX, Gettext, and Array
    ZF-929  Test errors and failures in Zend_Translate
- Zend_Validate
    ZF-42   Zend_Validate::isEmail() implementation 
    ZF-881  Zend_Validate_Hostname - UTF-8 hostnames valid?
    ZF-1059 Zend_Validate_HostnameTest does not pass strict compliance
- Zend_View
    ZF-995  Zend_View property overloading raises notices 
- Zend_XmlRpc_Client & Server
    ZF-1025 Zend_XmlRpc_Request should not cast incoming XML encoding
    ZF-1027 Zend_XmlRpc_Request_Http should have a getRawRequest() method
- Total of 109 issues resolved; for a detailed list, see the changelog
  in the issue tracker at http://framework.zend.com/issues

=RELEASE 0.8.0 / 16-Feb-2007=
This release resolves the following issues:
- Documentation
    ZF-709 Deleted documentation chapters are not erased in wiki
- Zend
    ZF-341 Zend::dump() different charsets support
    ZF-695 Unnecessary operation in Zend::loadClass
- Zend_Auth
    Moved from incubator to core.
    ZF-801 Implement Singleton Pattern

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?