Bug #47371
If matched AOP even wraps static methods which will fail on runtime
100%
Description
Runtime execution fails if a static method is wrapped with AOP code because it tries to access the instance variable $this.
Static methods have to be skipped when compiling aop proxies.
Related issues
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20031
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20032
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20031
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20032
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20031
Updated by Steffen Ritter almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 86620ec8cead8ba3773a554aab7763d436de9c8a.