Bug #37481

FLOW3's var_dump() chokes on Doctrine collections

Added by Karsten Dambekalns about 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2012-05-25
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Error
Target version:TYPO3 Flow Base Distribution - 1.1 beta 3
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.0

Description

The humongous amount of data leads to out of memory errors and hogged down browsers…


Related issues

related to TYPO3.Flow - Bug #39286: FLOW3's var_dump() still chokes on Doctrine collections Resolved 2012-07-26

Associated revisions

Revision 55b5a555
Added by Karsten Dambekalns about 3 years ago

[BUGFIX] Make our var_dump() usable with Doctrine collections

For Doctrine\Collection instances we use Doctrine's export()
method now to render the dump.

Change-Id: Ic1284273390e7f5c0a11036f903a7c829e2e8cf8
Fixes: #37481
Releases: 1.1, 1.2

Revision c5497de7
Added by Karsten Dambekalns about 3 years ago

[BUGFIX] Make our var_dump() usable with Doctrine collections

For Doctrine\Collection instances we use Doctrine's export()
method now to render the dump.

Change-Id: Ic1284273390e7f5c0a11036f903a7c829e2e8cf8
Fixes: #37481
Releases: 1.1, 1.2

Revision fd3eaff0
Added by Bastian Waidelich about 3 years ago

[BUGFIX] FLOW3's var_dump() still chokes on Doctrine collections

Using Doctrine\Common\Util\Debug::export() to render doctrine
collections leads to an exception because our Debugger expects
a string and doctrine's debugger returns an array.
This change fixes this by post processing the result.

Change-Id: I622400ae805193014178c32c786b2eead7292c18
Fixes: #39286
Related: #37481
Releases: 1.1, 1.2

Revision 0aa62e52
Added by Bastian Waidelich about 3 years ago

[BUGFIX] FLOW3's var_dump() still chokes on Doctrine collections

Using Doctrine\Common\Util\Debug::export() to render doctrine
collections leads to an exception because our Debugger expects
a string and doctrine's debugger returns an array.
This change fixes this by post processing the result.

Change-Id: I622400ae805193014178c32c786b2eead7292c18
Fixes: #39286
Related: #37481
Releases: 1.1, 1.2

History

#1 Updated by Gerrit Code Review about 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/11601

#2 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#3 Updated by Gerrit Code Review about 3 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11681

#4 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from Under Review to Resolved

#5 Updated by Karsten Dambekalns about 3 years ago

  • Target version changed from 1.1 RC1 to 1.1 beta 3

Also available in: Atom PDF