Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 46:57:00 |
Calls: | 583 |
Files: | 1,138 |
Messages: | 111,071 |
On Jul 10, 2025, at 21:03, Kaya Saman =<kayasaman@optiplex-networks.com> wrote:
=20type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on =
Hi,
=20
=20
I'm getting these errors while trying to install the @Pear port
=20
=20
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of =
Validation Error: Invalid tag order in <dependencies>, found =<_content> expected one of "group"
Parsing of package.xml from file "/tmp/pear/pearAwR8lU/package.xml" =failed
Download of "pear/PEAR" succeeded, but it is not a valid package =archive
Error: cannot download "pear/PEAR"trim(): Passing null to parameter #1 ($string) of type string is =
Download failed
Installing bootstrap package: Structures_Graph.......PHP Deprecated: =
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of =type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on =
=20recently just upgraded from 8.0....
=20
I have php 8.1 installed so I'm not sure if I need to upgrade that? I =
=20
=20
=20
Could anyone help?
=20
=20
Thanks.
=20
=20
Kaya
=20
=20
On Jul 10, 2025, at 21:03, Kaya Saman <kayasaman@optiplex-networks.com> wrote:Hi,
Hi,
I'm getting these errors while trying to install the @Pear port
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
Validation Error: Invalid tag order in <dependencies>, found <_content> expected one of "group"
Parsing of package.xml from file "/tmp/pear/pearAwR8lU/package.xml" failed >> Download of "pear/PEAR" succeeded, but it is not a valid package archive
Error: cannot download "pear/PEAR"
Download failed
Installing bootstrap package: Structures_Graph.......PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
I have php 8.1 installed so I'm not sure if I need to upgrade that? I recently just upgraded from 8.0....
Could anyone help?
Thanks.
Kaya
pear is currently broken post libxml2 upgrade with php81.
And as php81 is expiring in less than 6 months it's better to move to php83/php84.
Kind regards,
Moin
On 11 Jul 2025, at 17:35, Kaya Saman <kayasaman@optiplex-networks.com> wrote:
N++
On 7/10/25 8:05 PM, Moin Rahman wrote:
Hi,On Jul 10, 2025, at 21:03, Kaya Saman <kayasaman@optiplex-networks.com> wrote:
Hi,
I'm getting these errors while trying to install the @Pear port
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
Validation Error: Invalid tag order in <dependencies>, found <_content> expected one of "group"
Parsing of package.xml from file "/tmp/pear/pearAwR8lU/package.xml" failed >>> Download of "pear/PEAR" succeeded, but it is not a valid package archive>>> Error: cannot download "pear/PEAR"
Download failed
Installing bootstrap package: Structures_Graph.......PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/pear/PEAR/PackageFile/Parser/v2.php on line 84
I have php 8.1 installed so I'm not sure if I need to upgrade that? I recently just upgraded from 8.0....
Could anyone help?
Thanks.
Kaya
pear is currently broken post libxml2 upgrade with php81.
And as php81 is expiring in less than 6 months it's better to move to php83/php84.
Kind regards,
Moin
Thank you! I will upgrade :-)
Does Pear work with php83/84?