Skip to content

Releases: pear/pear-core-minimal

v1.10.18

25 Jan 18:49
c7b5578

Choose a tag to compare

PR 164: don't use report_memleaks with 8.5+

v1.10.17

25 Jan 18:46
c7b5578

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:30
c0f51b4

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

16 Mar 18:45
ce0adad

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:25

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

28 Jan 17:22

Choose a tag to compare

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

v1.10.12

28 Jan 17:22

Choose a tag to compare

adjust dependencies based on new releases

v1.10.11

10 Aug 22:56

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:13

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:17

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)