Commits on Sep 9, 2021
-
qa: apply laminas-coding-standard 2.2 ruleset
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Commits on Jan 5, 2021
-
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>
Commits on Dec 31, 2019
Commits on Dec 4, 2019
-
Improve multiple PHPDocs return tags
Use $this/static instead of class/interface name
Commits on Oct 13, 2017
Commits on Mar 5, 2017
-
-
-
-
Added docheader tool to check license headers
and updated license headers in files
Commits on Nov 20, 2016
Commits on Jun 5, 2015
-
[cs] Use PHP short array syntax
Since PHP 5.4 arrays can be defined with brackets ([]) instead the function
Commits on May 4, 2015
Commits on Apr 3, 2015
Commits on Jan 1, 2015
Commits on Apr 2, 2014
Commits on Jan 2, 2014
-
Back-port of copyright changes to master
Diff based on PR zendframework/zendframework#5654 (git diff a961e19..fd935cf), applied skipping unmatched files
Ralph Schindler committedJan 2, 2014
Commits on Mar 19, 2013
Commits on Jan 21, 2013
-
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.
-
[zendframework/zendframework#3498] Minor logic changes
- Cache return of method call -- prevents multiple fetches - use "null !==" instead of "!is_null" (internal consistency)
Commits on Jan 20, 2013
-
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()
-
add method to Zend\Http\Response\Stream
the content length is now exposed with getters and setters
Commits on Jan 7, 2013
-
Merge branch 'fix/cs-concistency' of git://github.com/samsonasik/zf2 …
…into hotfix/3342
Commits on Jan 4, 2013
Commits on Jan 1, 2013
Commits on Aug 31, 2012
-
[zendframework/zendframework#2284][ZF2-507] Updated README
- Notice about Date header