diff options
author | Felipe Pena <felipensp@gmail.com> | 2012-06-07 14:23:17 -0300 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2012-06-07 14:23:17 -0300 |
commit | 7cae4ff02c593ed212a363d65c83c38a67a27f0d (patch) | |
tree | 33db565e31cfee3e4b5c93f6b2b705330962c4af | |
parent | 018a9b321fc1d405dacff7cba4c2623f4ec0fe51 (diff) | |
download | php-git-7cae4ff02c593ed212a363d65c83c38a67a27f0d.tar.gz |
- BFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ PHP NEWS . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern). (Gustavo) . Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo) + +- Phar: + . Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe) - Reflection: . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks |