Lars Moelleken
Lars Moelleken
"To clear any confusions that may arise: in reality, session.gc_maxlifetime does not represent a session's lifetime but the number of seconds after which a session is seen as garbage and...
@nicolas-grekas Hi, here is my first quick try to move the ASCII stuff into a "Transliterator"-polyfill. Maybe you can take a look at this if you have time, thanks.
@stof Garbage was return because old PHP versions do not use "UTF-8" encoding by default.
I have the same problem with some unit-test (by replacing DOMDocument) and I think that the new "saveHTML()" method removes some "\n", or?
Can you try this, but for your type: https://github.com/voku/HtmlMin/issues/77#issuecomment-1160412418
@ondrejmirtes is there already a option to run multiple ```FunctionTypeSpecifyingExtension``` per function? I added a simple skip method, but I don't know if there is a better way.
> @voku Hi, I don't think it's necessary to support multiple FunctionTypeSpecifyingExtension for the same function. Everything can be written in a single extension. @ondrejmirtes I really tried it, but...
> @voku There's `unionWith` method on `SpecifiedTypes`: > > https://github.com/phpstan/phpstan-src/blob/73406572636be4ae9c63ae892cef9e733181116d/src/Analyser/SpecifiedTypes.php#L103-L104 @ondrejmirtes Thanks for the hint. I tried it, but it's not working as expected for different parameters?! But I re-think...
@ondrejmirtes Do you have some extra tests in mind?
@ondrejmirtes this week I had again a bug in my code, where this fix could prevent it. Can you maybe give feedback here, thanks. 😊