Skip to content

Releases: pear/pear-core-minimal

v1.10.15

16 Mar 18:45
ce0adad
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

adjust dependencies based on new releases

v1.10.11

10 Aug 22:56
Compare
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
Compare
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
Compare
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

13 Mar 18:16
Compare
Choose a tag to compare
  • PR #83: Drop track_errors from options
  • PR #84: Fix PHP 8 compatibility issues

v1.10.7

05 Dec 20:11
Compare
Choose a tag to compare
  • PR #79: Prevent Unable to find the wrapper "channel" Warning
  • PR #80: fix Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
  • PR #81: Add flags to PECL shell script for shared extensions

v1.10.6

22 Aug 19:32
Compare
Choose a tag to compare
  • 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