Christian Schiffler

Results 98 comments of Christian Schiffler

Looks like. Current header is located here: https://github.com/php/php-src/blob/563659822de1e22d835df94e13cc66a34e7261b2/Zend/zend_API.h#L488

Current work around is to pass the full path: ``` composer-require-checker.phar --config-file=`pwd`/.composer-require-checker.json ```

So what do you suggest? A hint will be a static text. Furthermore we can only tell you which references the CE, but a full lookup is costly and will...

See my (related) comment on: https://github.com/contao/core/issues/7364#issuecomment-60336876

This is then a problem of the date picker only and has to get solved in the picker javascript. It does not apply to the issue discussed here which is...

The mentioned ticket is indeed a dupe of this one in respect of discussing the limitation of 32bit integers. It has however nothing to do with the date picker javascript...

Ich hab es bislang auch immer als "ist halt so" verwendet. Allgemein ist die gesamte Upload Thematik ein wenig "krampfhaft" zu verwenden.

Might be a collision with your selected timezone? We have GMT+1. Substracting this from 1800 brings us into negative which might get corrected to 0 then which in turn get's...

@leofeyer He is right on that one. When only storing the time, we will end up in negative values when having GMT+X (depending on time zone). This however is not...

As I wrote: > This however is not as easy to solve (**aside from finally allowing negative timestamps**) Problem arising is the much smaller maximum value, see [1]: | Type...