Skip to content

Releases: pear/pear-core

v1.10.17

14 Dec 20:35
b3736aa

Choose a tag to compare

  • PR #152: Fix HTTP chunked encoding handling
  • PR #153: fix composer.json: typo in replace for pear_exception package
  • PR #154: switch to https by default
  • PR #156: Throw new Error instead of E_USER_ERROR on PHP 7.0+
  • PR #159: update tests for https-first behavior

v1.10.16

24 Nov 22:13
9d3ac5e

Choose a tag to compare

  • PR #141: Fix bug #27796: "Array to string" conversion warnings on installs/other actions
  • PR #145: Never reference E_STRICT on PHP 8.4+
  • PR #147: Fix tests 8.1+

v1.10.15

09 Mar 19:45
6f4c3a0

Choose a tag to compare

  • PR #132: cleanup uneeded test
  • PR #135: Fix PHP Deprecated: Calling get_class() without arguments

v1.10.14

26 Nov 16:21

Choose a tag to compare

  • 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

10 Aug 22:55

Choose a tag to compare

  • PR #114: unsupported protocol - use --force to continue
  • PR #117: Add $this operator to _determineIfPowerpc calls

v1.10.12

19 Apr 18:20

Choose a tag to compare

  • adjust dependencies based on new releases

v1.10.11

10 Apr 19:48

Choose a tag to compare

  • PR #102: Fix logging error for urls not in cache
  • PR #103: Fix undefined constant name
  • PR #105: Sort list of packages
  • PR #106: Update REST.php
  • PR #107: Update .travis.yml to include PHP 7.4
  • PR #108: Remove unneeded code

v1.10.10

19 Nov 19:09

Choose a tag to compare

  • 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

13 Mar 18:06

Choose a tag to compare

  • PR #85: Fixes static calls for PHP 8
  • PR #86: Adjust silencing check for PHP 8
  • PR #87: Comparison fixes
  • PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug #75852)

v1.10.8

07 Feb 19:03

Choose a tag to compare

  • PR #83: Drop track_errors from options
  • PR #84: Fix PHP 8 compatibility issues