rfc:deprecate-uniqid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rfc:deprecate-uniqid [2018/05/10 14:25] – Move into discussion phase kelunikrfc:deprecate-uniqid [2018/05/10 14:38] (current) – improve wording kelunik
Line 10: Line 10:
  
 ===== Proposal ===== ===== Proposal =====
-This RFC proposes to emit deprecation warnings for any usage of ''uniqid()''. Current usages should be replaced with either  ''random_bytes()'' (in combination with ''bin2hex()'' or any other encoding of choice) or an UUID implementation of the developer's choice.+This RFC proposes to emit deprecation warnings for any usage of ''uniqid()''. Current usages should be replaced with either  ''bin2hex(random_bytes(16))'' (or any other encoding of choice) or an UUID implementation.
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/deprecate-uniqid.txt · Last modified: 2018/05/10 14:38 by kelunik