php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78461 Multiple warning while PEAR installation
Submitted: 2019-08-27 09:06 UTC Modified: 2020-03-03 11:04 UTC
From: l dot declercq at nuxwin dot com Assigned: nikic (profile)
Status: Closed Package: *General Issues
PHP Version: 7.4.0beta4 OS: debian
Private report: No CVE-ID: None
 [2019-08-27 09:06 UTC] l dot declercq at nuxwin dot com
Description:
------------
A warning is now raised when the stream_set_option() method of  a stream wrapper is not implememented. Problem is that PHP_Archive doesn't implement it yet, leading to multiple warnings when PEAR environment is being installed:

...
Warning: include_once(): PHP_Archive::stream_set_option is not implemented! in phar://install-pear-nozlib.phar/PEAR/PackageFile.php on line 102

Warning: require_once(): PHP_Archive::stream_set_option is not implemented! in phar://install-pear-nozlib.phar/PEAR/PackageFile/v2.php on line 1978

Warning: require_once(): PHP_Archive::stream_set_option is not implemented! in phar://install-pear-nozlib.phar/PEAR/Task/Windowseol.php on line 18

Warning: require_once(): PHP_Archive::stream_set_option is not implemented! in phar://install-pear-nozlib.phar/PEAR/PackageFile/v2.php on line 1978

Warning: require_once(): PHP_Archive::stream_set_option is not implemented! in phar://install-pear-nozlib.phar/PEAR/Task/Unixeol.php on line 18

See also https://bugs.php.net/bug.php?id=78375

BTW: I report the bug here, even though, it's releated to PEAR. Installation of PEAR is when installing PHP is an important part.
...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-08-27 11:48 UTC] nikic@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: nikic
 [2019-11-07 11:15 UTC] nikic@php.net
The issues in PHP_Archive has been fixed, but the install hasn't been updated yet.
 [2020-03-03 11:04 UTC] nikic@php.net
-Status: Assigned +Status: Closed
 [2020-03-03 11:04 UTC] nikic@php.net
I believe this got released in the meantime, so closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC