[TYPO3-dev] TYPO3 6.2, Powermail and PHP-Version

Jigal van Hemert jigal.van.hemert at typo3.org
Tue Feb 23 17:01:42 CET 2016


Hi,

On 23/02/2016 08:52, Stefan Padberg wrote:
> Am 22.02.2016 um 20:29 schrieb Philipp Gampe:
>> Stefan Padberg wrote:
>>
>>>> Why could I install Powermail 2.23 without being PHP the correct
>>>> version? I think the extension manager should block this.

It should.

> Yes, of course they have established dependency constraints. In
> ext_emconf.php:
>
>      'constraints' => [
>          'depends' => [
>              'typo3' => '6.2.7-7.99.99',
>              'extbase' => '6.2.0-7.99.99',
>              'fluid' => '6.2.0-7.99.99',
>              'php' => '5.5.0-0.0.0'
>          ],
>          'conflicts' => [],
>          'suggests' => [],
>      ],

This syntax is only supported in PHP 5.4 and later, but the Extension 
Manager checks the dependencies from the TER database records. The same 
information is present there.

Even though the dependency check should be performed.

I'll try to perform the action with slightly different versions (I don't 
have 5.3 on my local machine)

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list