Alexandre Quercia
Alexandre Quercia
Who has able to predict in 2018 that sf1 and doctrine1 be compatible with PHP 8.3? We made it! _Let's target Mars, at least we can reach the Moon._ ---...
Good points @mentalstring --- And now, the question of one billion. To focus on what is used in practice. How are yours projects attached to symfony1? * classes * methods...
That's very interesting. But what will be the final state? > running a legacy symfony in a HttpKernel that Apps (backend, frontend etc) communicate with wrappers. ## There are 2...
Ho, a wrapper of sf1 into Symfony2 until 4 already exists. https://blog.theodo.com/2015/01/wrap-up-your-legacy-application-with-symfony/ The bundle: https://github.com/theodo/TheodoEvolutionLegacyWrapperBundle/tree/master
Looking of the [setup.ini specifications](https://sourceware.org/cygwin-apps/setup-head.ini.html).
`Doctrine_Adapter_Statement` it is more generic with fewer features than `Doctrine_Adapter_Statement_Interface` On the doctrine1 source code, we can find 5 occurrences. As lying type hints. [lib/Doctrine/Connection/Mssql.php:293:29](https://github.com/FriendsOfSymfony1/doctrine1/blob/1d68711221c57bd7b96d71cb757dcbe0a242f4d5/lib/Doctrine/Connection/Mssql.php#L293): * @return PDOStatement|Doctrine_Adapter_Statement [lib/Doctrine/Connection/Mssql.php:309:29](https://github.com/FriendsOfSymfony1/doctrine1/blob/1d68711221c57bd7b96d71cb757dcbe0a242f4d5/lib/Doctrine/Connection/Mssql.php#L309): *...
Another bug found #102 during this debugging.
This patch will fix the issue #98. I just remembered that I wrote a failing test. Look at #103. I will cherry-pick your patch and run the test.
@mcgrogan91 Yes, the patch you provide works. :100: --- Sadly, the current CI does not support its execution as missing a MySQL server. How I executed the test suite? 1....
Hello @zaxxx, I am glad that my work can help you. It helps me a lot in daily work bases. Since one year, a lot of stuff has been done....