Bug #33789

PersistentObjectConverter may break with < PHP 5.3.4

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

Status:Resolved Start date:2012-02-08
Priority:Could have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Property
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

The use of newInstanceArgs() inside the PersistentObjectConverter breaks for PHP older than 5.3.4 if a class has no constructor (see https://bugs.php.net/52854).


Related issues

related to TYPO3 Flow Base Distribution - Task #27770: Remove deprecated methods/classes for FLOW3 1.1 Resolved 2011-06-29

Associated revisions

Revision a29012b6
Added by Karsten Dambekalns over 3 years ago

[TASK] Remove deprecated methods and unused code

Things which have been deprecated prior to the 1.0.0 release are
removed with this change:

  • Cache\AbstractFrontend->getClassTag()
  • ObjectManager->create()
  • ObjectManager->recreate()
  • HashService->generateSaltedMd5()
  • HashService->validateSaltedMd5()

Resolves: #27770
Fixes: #33789
Releases: 1.1
Change-Id: I565146b05577d946e9031a52b0444f72666cba22

History

#1 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.0.3 to 1.1
  • Affected Flow version changed from FLOW3 1.0.0 to Git master

Ok, this is indeed caused by https://review.typo3.org/5992

#2 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

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

#3 Updated by Gerrit Code Review over 3 years ago

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

#4 Updated by Gerrit Code Review over 3 years ago

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

#5 Updated by Karsten Dambekalns over 3 years ago

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

Also available in: Atom PDF