Hello, Regarding your [Comment](https://github.com/mongodb/mongo-php-driver/issues/732#issuecomment-355881174) > 1. moving the initializing of the `pclients` hash table from `GINIT` ([here](https://github.com/mongodb/mongo-php-driver/blob/1.4.0beta1/php_phongo.c#L2652)) to `RINIT` > 2. moving the destruction of the `pclients` hash table from `MSHUTDOWN` ([here](https://github.com/mongodb/mongo-php-driver/blob/1.4.0beta1/php_phongo.c#L2652)) to `RSHUTDOWN`. Where exactly do we need to change in the code to disable connection persistence.