Todo List
Zend_Mail
- Perform CRAM-MD5 authentication with supplied credentials
- Allow passing a string to indicate the transport to load
- Allow passing in optional options for the transport to load
Zend_Db
- Discover integer unsigned property.
- Discover integer unsigned property.
- Discover column primary key position.
- Discover integer unsigned property.
- Discover integer unsigned property.
- Discover integer unsigned property.
- Support FETCH_CLASS and FETCH_INTO.
- Support FETCH_CLASS and FETCH_INTO.
- Look up pluralization rules for English. E.g.: 'y' => 'ies', etc. "Porter stemming algorithm". See if Richard Heyes will license his stemmer to us under BSD.
- use $this->_adapter->quoteColumns() for non-PDO adapters
- use $this->_adapter->quoteTableNames() for non-PDO adapters
- use prepared queries for PDO adapters instead of constructing all the SQL ourselves like in Adapter/Abstract.php.html:query()
Zend_Http
- Add the $uri functionality.
- Add validation of each one of the parameters (legal domain, etc.)
Zend_Pdf
- implement it as a class, which supports ArrayAccess and Iterator interfaces, to provide incremental parsing and pages tree updating. That will give good performance and memory (PDF size) benefits.
- process special cases with $x2-$x1 == 0 or $y2-$y1 == 0
- process special cases with $x2-$x1 == 0 or $y2-$y1 == 0
- Don't forget to close all current graphics operations (like path drawing)
- Reusage of the freed object. It's not a support of new feature, but only improvement.
- Reusage of the freed object. It's not a support of new feature, but only improvement.
- Address the following E_STRICT issue: PHP Strict Standards: date(): It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.
- This really isn't the best location for this method. It should probably actually exist as Zend_Pdf_Element_Date or something like that.
- Consider changing $byteCount to a character count. They are not always equivalent (in the case of surrogates).
- Make $byteOrder optional if there is a byte-order mark (BOM) in the string being extracted.
- Deal with to-dos in the parent method.
- Don't forget to close all current graphics operations (like path drawing)
- Write code for Zend_Pdf_FontCmap_HighByteMapping class.
- Write code for Zend_Pdf_FontCmap_MixedCoverage class.
- Write code for Zend_Pdf_FontCmap_SegmentedCoverage class.
- Write code for Zend_Pdf_FontCmap_TrimmedArray class.
- also implement Countable for PHP 5.1 but not yet to stay 5.0 compatible
- Use Zend_Mime not file extension for type determination.
- Need to rework the selection logic for picking a subtable. We should have an explicit list of preferences, followed by a list of those that are tolerable. Most specifically, since everything above this layer deals in Unicode, we need to be sure to only accept format 0 MacRoman tables.
- Add compression conversions to support compression strategys other than PNG_COMPRESSION_DEFAULT_STRATEGY.
- Add interlaced image handling.
- Add pre-compression filtering.
- Add processing for all PNG chunks defined in the spec. gAMA etc.
- Add support for 16-bit images. Requires PDF version bump to 1.5 at least.
- Fix tRNS chunk support for Indexed Images to a SMask.
Zend_Search_Lucene
- ZSearchHTMLAnalyzer and ZSearchXMLAnalyzer implementation
Zend_Feed
- Allow findFeeds() to follow one, but only one, code 302.
Zend_Auth
- Support auth-int
- Support Authentication-Info header
- Track nonces, nonce-count, opaque for replay protection and stale support
Zend_Controller
- How to retrieve from nested arrays
- How to retrieve from nested arrays
- How to retrieve from nested arrays
Zend_Server
- Determine how to implement this
Zend_Locale
Zend_Rest
Zend_Filter
- improve docblock descriptions
Zend_Memory
- also implement Countable for PHP 5.1 but not yet to stay 5.0 compatible
Documentation generated on Sun, 27 May 2007 23:28:47 -0700 by phpDocumentor 1.3.2