php-pm-httpkernel icon indicating copy to clipboard operation
php-pm-httpkernel copied to clipboard

some enhancements for mongodb and server protocol version

Open bitgandtter opened this issue 4 years ago • 3 comments

  • clean mongodb if available
  • set SERVER_PROTOCOL on $_SERVER to request protocol version

bitgandtter avatar Apr 19 '21 19:04 bitgandtter

@acasademont lgtm?

andig avatar Jun 02 '21 13:06 andig

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.

acasademont avatar Jun 02 '21 15:06 acasademont

@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

bitgandtter avatar Jun 02 '21 15:06 bitgandtter