php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56131 assignment to $this in include/xmlrpc-cache.php
Submitted: 2004-07-13 14:16 UTC Modified: 2004-11-10 08:50 UTC
From: danielc at analysisandsolutions dot com Assigned: mj (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: 5CVS-2004-07-13 (dev) OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danielc at analysisandsolutions dot com
New email:
PHP Version: OS:

 

 [2004-07-13 14:16 UTC] danielc at analysisandsolutions dot com
Description:
------------
Assignment to $this is illegal in PHP 5.  This is done three times in include/xmlrpc-cache.php.

While the live server is still in PHP 4, it will eventually be upgraded.

In addition, I, and I assume others, test pearweb on development boxes that run PHP 5.

Reproduce code:
---------------
1) Install PHP 5
2) Upload a new release.
3) Press the validate button.


Expected result:
----------------
Released.

Actual result:
--------------
Error about assignment to $this on line 51 of include/xmlrpc-cache.php

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-10 08:50 UTC] mj@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC