Jordan Samouh
Jordan Samouh
maybe this would be less problematic to change the existing code: ``` * @SerializedName({ * {"name"="Test1", "groups"={"group1"}}, * {"name"="Test2", "groups"={"group2"}}, * }) ```
in any case it is difficult to add this feature without break BC... @dunglas wdyt ?
I can try this week end Should I create a MR with a specific Symfony version ? or shoud I start from master ?
Do we agree to use this syntax for annotation ? ````php * @SerializedName({ * {"name"="Test0"}, * {"name"="Test1", "groups"={"group1"}}, * {"name"="Test2", "groups"={"group2"}}, * })
First try on annotation. * Need discussion about the approach (maybe i am totally wrong :-) ) before continuing * Miss more tests * Missing support for YAML and XML...
will dot it next week
@AlliBalliBaba has it been fixed ? We are on franken 1.4.1.
Any chance to have a new version with https://github.com/dunglas/frankenphp/pull/1266 ? or too soon ?
@7-zete-7 if you define max_execution_time on mySql to value less than php max_execution_time, you will receive : _Query execution was interrupted, maximum statement execution time exceeded_ So PHP wont hang...
> Hi [@jsamouh](https://github.com/jsamouh)! > > Thanks for your interest in this issue! > > > if you define max_execution_time on mySql to value less than php max_execution_time, you will receive...