Bug 953786
Summary: | Static calling in non-static method not behaves like $this | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Remi Collet <rcollet> |
Component: | php | Assignee: | Remi Collet <rcollet> |
Status: | CLOSED ERRATA | QA Contact: | Martin Kyral <mkyral> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | dkutalek, jorton, mkyral |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: A change in PHP 5.3.3 introduce an inconsistency which have be reverted in next versions.
Consequence: A call from the context's class (name, static or self) inside a non-static method results to a static-call
Fix: Standard behaviour have be restored
Result: A call inside a non-static method is now non-static, and called method inherit $this.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-14 06:37:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Remi Collet
2013-04-19 08:18:11 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1465.html |