Releases: pear/pear-core
Releases · pear/pear-core
v1.10.15
v1.10.14
- PR #112: Put glue and pieces parameters to implode in correct order for PHP 7.4+
- PR #121: Fix PHP bug 81653: Typo in install-pear-nozlib.phar
- PR #122: add %S EXPECTF capability
- PR #124: Fix: Creation of dynamic property PEAR_Error::$callback is deprecated
- PR #125: Fixed extension loaded check for pecl binaries
- PR #126: Remove -n option from pecl.bat for shared extensions
- PR #127: fix Using ${var} in strings is deprecated
- PR #128: fix lingering license references to PHP license
- PR #129: Exclude tests from composer classmap
- PR #131: fix private lastError name
v1.10.13
v1.10.12
v1.10.11
v1.10.10
- PR #89: Fix scripts/* include paths
- PR #90: Non-interactive configureoption answers
- PR #91: Added missing preg quote
- PR #92: handle "lib64" case for glibc detection
- PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4
- PR #94: Updated logic in useLocalCache to reuse getCacheId
- PR #95: Fix manpage warning
- PR #96: Implement the SOURCE_DATE_EPOCH specification
- PR #97: Fix PHP 7.4 deprecation: array/string curly braces access
- PR #98: Fix use of null/false as array
- PR #99: Fix Travis builds on PHP 5.4 and 5.5
- PR #100: Honor PHP temp directory config
- PR #101: Fix documentation: the
--force
is required
v1.10.9
v1.10.8
v1.10.7
v1.10.6
- PR #70: Fix notice undefined variable metadata_dir
- PR #71: fix Warning: count(): Parameter must be an array or an object
- PR #74: Bug #23744 Remove is_executable check
- Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
- PR #75: Migrate old while(list() = each()) constructs to foreach
- PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
- PR #77: proxy server auth
- PR #72: Correctly authenticate at proxy server
- PR #78: array or Countable error in 7.2