php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
MIT License
246 stars 72 forks source link

some enhancements for mongodb and server protocol version #177

Closed bitgandtter closed 11 months ago

bitgandtter commented 3 years ago
andig commented 3 years ago

@acasademont lgtm?

acasademont commented 3 years ago

Sure! Should we slpit these changes in 2 different commits? Also, AFAIK (not 100% as i don’t use mongo), symfony should clean the entity managers automatically, those were little hacks that were needed before the ResetInterface came to life.

bitgandtter commented 3 years ago

@acasademont we are using mongodb and we need this kind of hack in order to clean the managers not the automatic handler. Even when both are under the doctrine umbrella orm receive much of this enhancements but odm don't