common
common copied to clipboard
Doctrine Common
Port of https://github.com/Ocramius/ProxyManager/pull/755 Fixes #961
### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 2.12.3 #### Summary I'm using Entity classes which have the magic `__debugInfo()`...
### Bug Report Compile Error: Constant expression contains invalid operations | Q | A |------------ | ------ | BC Break | no | Version | 2.11.2 #### Summary Entity with...
Attempting to fix doctrine/common#954. - Create another private method `getWriteableLazyLoadedPublicPropertiesNames()` - Use this method when generating `__set` or generating calls to `unset()` in `__construct` and `__wakeup` - Leave all other...
### Failing Test | Q | A |------------ | ------ | BC Break | no | Version | 3.2.0 Partly solved in these, but not for this use-case. - https://github.com/doctrine/orm/issues/9371...
### Failing Test | Q | A |------------ | ------ | BC Break | no | Version | 3.2.0 - https://github.com/doctrine/orm/issues/9432 - https://github.com/doctrine/orm/pull/9431 #### Summary Public readonly properties are unset...
When `Entity` source encoded with ioncube, `$method->getFileName()` returns `false`. This error occur when generating proxy: `Warning: file(): Filename cannot be empty` Reference: https://github.com/doctrine/common/commit/59374594248862ccfb418bbb5fc2cf91c5ef8dd0
If you open the page, where documentation should sit - https://www.doctrine-project.org/projects/doctrine-common/en/3.1/index.html#common-documentation - for version 3.1 or any other the page shows no information except the table of contents.
We have been relying on the behaviour of `SomeEntityProxy::getId()` not triggering n+1 queries (in the ORM), and recently with some refactoring I saw an endpoint go through the roof in...
when using some other auto-loaders, we would like to prepend doctrine autoloader to avoid errors