Ludovic Ganée

Results 4 issues of Ludovic Ganée

### Description hasErrors() call _readHasErrors(), _readHasErrors() call hasErrors() on objects You can make an infinite loop with that code : ```php $e = new Cake\ORM\Entity; $e->set('entity', $e); ``` __debugInfo() will...

defect

This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.6.11 * Migrations plugin version: 2.0.0 * Database server: Postgres...

bug

- Adldap2 Version: 10.3.2 - LDAP Type: OpenLDAP - PHP Version: 7.4 ### Description: OpenLDAP schema cause an error. On the __OpenLDAP__ schema class: ```php public function objectClassOu() { return...

### Description Downloading large files causes RAM issues. Indeed, the file is sent by consecutive "echo" in "emitBody" but if we are in a buffer level, the file is stored...

defect
http