Ferdinand Kuhl

Results 46 comments of Ferdinand Kuhl

At least I can confirm, that there are APIs which absolute does not like the way http_build_query handles arrays (especially the `[]` for array arguments)

Related and as least the BUG part is solved in #2528 New Slots for the different dispatchers are the next logical step.

An actively maintained fork of the current php-peg would be: https://github.com/smuuf/php-peg I used it in several projects, where I needed own DSLs and it never let me down. That does...

Just some general thoughts here: We had this in several Pen-Tests reported to be an issue (importing a file into local storage, even if not validated). Our approach has been...

A major idea to make it "easier" to allow realpath, etc. in some cases would be to drop "Package" - Resources. Maybe through introduction of another resource wrapper. Because these...

@nixahnung I personally do this A LOT (from Flow 3 to 6) and never experencied that behavior. Could you gist somewhere an example widget, that will show this behavior if...

The symfony OptionResolver is quite nice. But if we use it in the core directly, we will gain another dependency. Especially the OptionResolver proved to be extremely stable during the...

This will report "false" on unmanaged new Entities. Shouldn't we take the extra mile and provide the call with a custom state like "UNKNOWN" and try to see if the...

Oh? Ok... obiously it is easy to make false assumptions. ;) I would never have thought, that Doctrine would report `DETACHED` for unknown entities, but well... fine then.

Let me know, if I can be of any help. It would be very nice to have this settled, finally :)