Skip to content

Releases: pear/pear-core

v1.10.6

22 Aug 19:05
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

v1.10.5

30 Jun 00:48
Compare
Choose a tag to compare

Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed

v1.10.4

26 Apr 18:56
Compare
Choose a tag to compare
  • Bug #18102: pear install does not fail on error

  • PR #67: fix warning during pecl list-all

v1.10.3

28 Feb 16:20
Compare
Choose a tag to compare
  • Bug #21188: Class 'PEAR_Proxy' not found

v1.10.2

28 Feb 13:39
Compare
Choose a tag to compare
  • Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna]
  • Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest]
  • Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest]
  • Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc]
  • Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu]
  • Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0]
  • Pull Request #58: Make method signatures compatible. [yunosh]