Zend Framework

Progress_key for file upload should be taken from php.ini

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.2
  • Fix Version/s: 1.10.0
  • Component/s: Zend_File_Transfer
  • Labels:
    None

Description

The render() method of Zend_Form_Decorator_File add a progress_key to track file uploads if APC or upload_progress is available. If APC is available, the progress_key is set to APC_UPLOAD_PROGRESS. However, this value should not be hard-coded, as it is configurable in the php.ini file by the apc.rfc1867_name setting.

Ideally, Zend_Form_Decorator_File should read out the apc.rfc1867_name setting from the php.ini and use that value.

Activity

Hide
Thomas Weidner added a comment -

Fixed component assignement

Show
Thomas Weidner added a comment - Fixed component assignement
Hide
Thomas Weidner added a comment -

Implemented with r17936

Show
Thomas Weidner added a comment - Implemented with r17936

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: