Right now phalcon can generate only uuid v4.
But in some situations will be nice to have generate other uuid versions.
For example uuid v1 is useful for storing in the mysql when it is important to have control of ordering.
So my propose is to implement the other uuid versions.
Right now phalcon can generate only uuid v4.
But in some situations will be nice to have generate other uuid versions.
For example uuid v1 is useful for storing in the mysql when it is important to have control of ordering.
So my propose is to implement the other uuid versions.