Alexandre Quercia
Alexandre Quercia
Hello, If you are looking for another solution, the following one is one of them: Use persistent mount binding. ```sh # same as mount --bind fromdir todir # echo "/opt/easyengine/sites/domain-name/app/htdocs...
IMHO running behind the current Symfony is useless. The Symfony industry release a new major version faster than sf1 release a patch version. Do you know the fable of the...
> to wrap a SF1 application into a SF5|SF6|SF7 application Yes, I have the same thinking in mind. Like I said on https://github.com/FriendsOfSymfony1/symfony1/issues/201#issuecomment-1892730070
IMHO annotation is just a comment and comments can lie. The only things that do not lie is the code behaviour. The question is what kind of assertion is done...
IMHO good idea, but it tends to complexity this migration. So in this context, the source of truth is the production code. On this example: **if** return value is `false`...
https://github.com/FriendsOfSymfony1/symfony1/issues/286#issuecomment-1857974108 ```php $acceptLanguage = '0'; empty($acceptLanguage) // true ``` Does a string "0" is an empty ACCEPT_LANGUAGE header ?
After revert #109 We got this failing tests [see](https://github.com/FriendsOfSymfony1/doctrine1/actions/runs/8694261417/job/23842781015?pr=135) ``` Doctrine_Ticket_585_TestCase : method test_hydrateArray_withAllColumnsAliased_thenResultsHasAllRecords failed on line 68 Value1: array ( 0 => 'aliasId', 1 => 'aliasName', ) != Value2:...
On previous behaviour the array hydration relation have the identifier, even if not explicitly given on DQL, https://github.com/FriendsOfSymfony1/doctrine1/pull/135/commits/8aef340dd1405fc74da3f918e77263004aa107f6 ```sql SELECT rootAlias.id, relationAlias.field FROM RootRecord rootAlias INNER JOIN RelationRecord relationAlias ```...
It seems to work on test cases but in a real usage as the generated class is not taken from cache too. All behaviours that moves columns like as I18n...
Indeed with the fix on the test case the bug appears. I push a quick patch for the I18n behaviour but serialized data should be frozen before setup.