[DCOM-123] [GH-202] Add sqlite cache driver Created: 08/Oct/12 Updated: 23/May/13 Resolved: 23/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Baachi: Url: https://github.com/doctrine/common/pull/202 Message: |
| Comments |
| Comment by Doctrine Bot [ 23/May/13 ] |
|
A related Github Pull-Request [GH-202] was closed: |
[DCOM-194] Creating Proxy class failure for own __get method Created: 22/May/13 Updated: 22/May/13 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | 2.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Pecek | Assignee: | Marco Pivetta |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | proxy | ||
| Environment: |
using Nette framework (http://nette.org), PHP 5.4 |
||
| Description |
|
Nette framework (http://nette.org) has got own Nette\Object as a base of other objects. It also rewrite the default __get method in PHP object but it uses definition with pointer:
public function &__get($name)
Doctrine Common creates Proxy classes with __get method too but not with reference. It causes an error using strict warning:
Declaration of Proxy\__CG__\MyEntityObject::__get() should be compatible with & Nette\Object::__get($name)
The problem is in ProxyGenerator. Locally I've patched it in my Doctrine repository clone but don't know how to resolve it globally. |
| Comments |
| Comment by Marco Pivetta [ 22/May/13 ] |
|
https://github.com/doctrine/common/blob/2.4.0-RC2/lib/Doctrine/Common/Proxy/ProxyGenerator.php#L386-L403 could be patched to verify if the method is byref/byval. |
[DCOM-190] [GH-273] Added visibility in the methods Interfaces Created: 06/May/13 Updated: 21/May/13 Resolved: 21/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Guilherme Blanco |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of ramonornela: Url: https://github.com/doctrine/common/pull/273 Message: This adjustment aims to bring to the default PSR2. Thanks, |
| Comments |
| Comment by Doctrine Bot [ 21/May/13 ] |
|
A related Github Pull-Request [GH-273] was closed: |
| Comment by Marco Pivetta [ 21/May/13 ] |
|
merged |