Edit report at https://pear.php.net/bugs/bug.php?id=20929&edit=1
ID: 20929
Comment by: tyra3l@gmail.com
Reported By: cweiske@php.net
Summary: Breaks with PEAR 1.10.0dev2: Cannot make static
method PEAR::isError() non stat
Status: Open
Type: Bug
Package: HTTP_Upload
Package Version: 1.0.0b2
PHP Version: Irrelevant
Roadmap Versions:
New Comment:
we just bumped into this on pecl.php.net as well.
for us we just added the missing public static to
/usr/share/php/HTTP/Upload.php
but I it would be nice having a new release for HTTP_Upload with the fix
(we should also bump the php minversion to 5.4 for that release) and I
just wonder how many other people could be affected by this(having a
pear package with a subclass extending some method which was marked to
static after the pear 1.10 release).
Previous Comments:
------------------------------------------------------------------------
[2015-07-31 10:38:16] cweiske
Description:
------------
When uploading package files to pear.php.net, I get the following
error:
PHP Fatal error: Cannot make static method PEAR::isError() non
static in class HTTP_Upload_File in
/local/lib/php/HTTP/Upload.php on line 886, referer:
https://pear.php.net/release-upload.php
------------------------------------------------------------------------