Releases: pear/pear-core
Releases · pear/pear-core
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
v1.10.5
v1.10.4
v1.10.3
v1.10.2
- 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]