Skip to content

Commits on Sep 9, 2021

  1. qa: apply laminas-coding-standard 2.2 ruleset

    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Sep 9, 2021

Commits on Jan 5, 2021

  1. fix: do not unlink file if it is not a file

    Per https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3007 there is a possibility IF A USER HAS USED UNSERIALIZE() ON UNTRUSTED DATA of the stream response destructor potentially invoking a class `__toString()` implementation, and thus triggering a vulnerability.
    
    This patch ensures that given that scenario, the stream response destructor does not use an object as a string for purposes of unlinking a potential stream filename.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jan 5, 2021

Commits on Dec 31, 2019

Commits on Dec 4, 2019

  1. Improve multiple PHPDocs return tags

    Use $this/static instead of class/interface name
    michalbundyra committed Dec 4, 2019

Commits on Oct 13, 2017

  1. Merge branch 'hotfix/125' into develop

    Forward port #125
    Xerkus committed Oct 13, 2017

Commits on Nov 20, 2016

  1. Automated CS fixes

    Koopzington committed Nov 20, 2016

Commits on Jun 5, 2015

  1. [cs] Use PHP short array syntax

    Since PHP 5.4 arrays can be defined with brackets ([]) instead the  function
    Maks3w committed Jun 5, 2015

Commits on May 4, 2015

Commits on Apr 3, 2015

Commits on Jan 1, 2015

  1. Happy new year 2015

    samsonasik authored and Ocramius committed Jan 1, 2015

Commits on Jan 2, 2014

  1. Back-port of copyright changes to master

    Diff based on PR zendframework/zendframework#5654 (git diff a961e19..fd935cf), applied skipping unmatched files
    Ralph Schindler committed Jan 2, 2014

Commits on Mar 19, 2013

  1. fix typos

    samsonasik committed Mar 19, 2013

Commits on Jan 21, 2013

  1. Removed all @category, @Package, and @subpackage annotations

    - Per zendframework/zendframework#2743, and following on zendframework/zendframework#2953 and discussion on the ML
    - Also removes empty docblocks, and empty lines at the end of docblocks
    - Library only; phpdoc is never run on tests anyways, and did not want to
      potentially create breakage due to test expectations that relied on
      annotations. At this time, all tests pass.
    weierophinney committed Jan 21, 2013
  2. [zendframework/zendframework#3498] Minor logic changes

    - Cache return of method call -- prevents multiple fetches
    - use "null !==" instead of "!is_null" (internal consistency)
    weierophinney committed Jan 21, 2013

Commits on Jan 20, 2013

  1. add method to Zend\Http\Response\Stream

    the content length is now exposed with getters and setters
    fixed phpdoc
    change atrribute $this->contentlength to getContentLength()
    prolic committed Jan 20, 2013
  2. add method to Zend\Http\Response\Stream

    the content length is now exposed with getters and setters
    prolic committed Jan 20, 2013

Commits on Jan 7, 2013

Commits on Jan 4, 2013

Commits on Jan 1, 2013

Commits on Aug 31, 2012

  1. [zendframework/zendframework#2284][ZF2-507] Updated README

    - Notice about Date header
    weierophinney committed Aug 31, 2012