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

zend-http 2.11.1

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 04 Dec 23:04
· 15 commits to master since this release
release-2.11.1
76000da

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #204 fixes numerous header classes to cast field value to string (since HeaderInterface::getFieldValue() specifies a return value of a string).

  • #182 fixes detecting base uri in Request. Now argv is used only for CLI request as a fallback to detect script filename.