On Sat, 9 Jul 2016 at 09:49 Pierre Joye <pierre....@gmail.com> wrote:
> > I am sorry but this PR possibly breaks BC and cases have been clearly > explained how and why. Asking to show production code publically is not > something that you should request. > > I can write a sample app to show you how but given the explanations many > gave already.... > Just to be clear, you voted no to one BC break, but yes to other BC breaks. I don't know how you pick which ones are acceptable, and which are not. Summary BC breaks you voted for: * No to changing the output of mt_rand after calling mt_srand with a given seed (when not specifying a min/max) * Yes to changing the output of mt_rand after calling mt_srand with a given seed (when specifying a min/max) * Yes to changing the output of rand, shuffle, str_shuffle and array_rand Do you see why this looks weird to me?