===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-zend-stdlib-3.2.1/CHANGELOG.md-24-
php-zend-stdlib-3.2.1/CHANGELOG.md:25:- [#92](https://github.com/zendframework/zend-stdlib/pull/92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial`
php-zend-stdlib-3.2.1/CHANGELOG.md-26-  property is also serialized.
##############################################
php-zend-stdlib-3.2.1/CHANGELOG.md-60-
php-zend-stdlib-3.2.1/CHANGELOG.md:61:- [#67](https://github.com/zendframework/zend-stdlib/pull/67) changes the typehint of the `$content` property
php-zend-stdlib-3.2.1/CHANGELOG.md-62-  of the `Message` class to indicate it is a string. All known implementations
##############################################
php-zend-stdlib-3.2.1/src/FastPriorityQueue.php-152-                // If the array is empty we need to destroy the unnecessary priority,
php-zend-stdlib-3.2.1/src/FastPriorityQueue.php:153:                // otherwise we would end up with an incorrect value of `$this->count`
php-zend-stdlib-3.2.1/src/FastPriorityQueue.php-154-                // {@see \Zend\Stdlib\FastPriorityQueue::nextAndRemove()}.
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-476-- [6231: fixing http query parameters](https://github.com/zendframework/zf2/pull/6231)
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:477:- [6263: Collection attempts to access `object` property on `$this->targetElement`](https://github.com/zendframework/zf2/issues/6263)
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-478-- [6279: Return the text value in _ array key](https://github.com/zendframework/zf2/pull/6279)
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-683-- **ZF2015-01:** Session validators were not run if set before session start.
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:684:  Essentially, the validators were writing to the `$_SESSION` superglobal before
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-685-  session start, which meant the data was overwritten once the session began.
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1186-- **ZF2015-01:** Session validators were not run if set before session start.
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:1187:  Essentially, the validators were writing to the `$_SESSION` superglobal before
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1188-  session start, which meant the data was overwritten once the session began.
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1445-[#5374](https://github.com/zendframework/zf2/pull/5374). Essentially, the class
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:1446:was not checking if `$_SERVER['REMOTE_ADDR']` was one of the trusted proxies
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1447-configured, and as a result, `getIpAddressFromProxy()` could return an untrusted
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1449-
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:1450:The class was updated to check if `$_SERVER['REMOTE_ADDR']` is in the list of
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-1451-trusted proxies, and, if so, will return that value immediately before
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-2035-  (https://github.com/zendframework/zf2/issues/4244)
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:2036:- 4246: replaced `get_called_class()` with `get_class($this)` in non-static context
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-2037-  (https://github.com/zendframework/zf2/issues/4246)
##############################################
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-2109-  (https://github.com/zendframework/zf2/issues/3973)
php-zend-stdlib-3.2.1/debian/upstream/changelog.old:2110:- 3980: change `HOST_DNS_OR_IPV4_OR_IPV6` to `0x13` for `$validHostTypes`
php-zend-stdlib-3.2.1/debian/upstream/changelog.old-2111-  (https://github.com/zendframework/zf2/issues/3980)