Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Hotfix: Undeprecate PhpEnvironement Response methods #3543

Merged
merged 2 commits into from
Jan 25, 2013
Merged

Hotfix: Undeprecate PhpEnvironement Response methods #3543

merged 2 commits into from
Jan 25, 2013

Commits on Jan 23, 2013

  1. Zend\Http\PhpEnvironment\Response:

    * remove deprecation notices
    Ralph Schindler committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    c8847bd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2013

  1. Zend\Mvc\Application

    run() returns the Application object which now has a deprecated
    send() method.  This will ensure IDE's display a deprecated/
    strike-through send() method when Zend\Mvc consumers (The skeleton
    application applications) use send() from their index.php file.
    ralphschindler committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    e2d8c14 View commit details
    Browse the repository at this point in the history