Bug #30633

endless recursion when using the wrong php binary

Added by Yves Poersch almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-10-07
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.0.0
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

If I uses non cli-php to call flow3, it will get an endless recursion.

It will be better to stop after 100 call, or so what?

P.S.: wink @ robert ;) thanks alot!


Related issues

related to TYPO3.Flow - Bug #32574: FLOW3 enters fork bombs when using cgi-fcgi vs cli Accepted 2011-12-14

Associated revisions

Revision a7da3409
Added by Robert Lemke almost 4 years ago

[BUGFIX] No endless recursion on a missing CLI PHP binary

If a wrong path has been specified or a PHP binary is used which
does not support CLI, FLOW3 could end up in an endless recursion
on executing the compile sub command.

This change set adds a check for the proper SAPI type in FLOW3's
command line script.

Change-Id: I1b0bb6e451acb60512cd1820fda1e26a5c261e04
Fixes: #30633

History

#1 Updated by Mr. Hudson almost 4 years ago

Patch set 1 of change I1b0bb6e451acb60512cd1820fda1e26a5c261e04 has been pushed to the review server.
It is available at http://review.typo3.org/5707

#2 Updated by Robert Lemke almost 4 years ago

  • Project changed from TYPO3 Flow Base Distribution to TYPO3.Flow
  • Status changed from New to Accepted
  • Assigned To set to Robert Lemke
  • Priority changed from Must have to Should have

#3 Updated by Robert Lemke almost 4 years ago

  • Status changed from Accepted to Under Review

#4 Updated by Robert Lemke almost 4 years ago

  • Category set to Core
  • Target version set to 1230

#5 Updated by Robert Lemke almost 4 years ago

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

#6 Updated by Karsten Dambekalns almost 4 years ago

  • Target version changed from 1230 to 1.0.0

Also available in: Atom PDF