1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/phid/handle
epriestley 9215d330ad Fix generateChronologicalKey() for 32-bit machines
Summary: This method relies on 64-bit math being available, which isn't a safe
assumption. Use the builtin bc functions instead for arbitrarily large integers.

Test Plan: @skrul, can you apply this locally and let me know if it works?

Reviewers: skrul, hunterbridges, jungejason, nh, tuomaspelkonen, aran

Reviewed By: skrul

CC: aran, skrul, epriestley

Differential Revision: 912
2011-09-14 09:03:45 -07:00
..
const Add object status to Handles 2011-08-03 14:02:45 -07:00
data Fix generateChronologicalKey() for 32-bit machines 2011-09-14 09:03:45 -07:00
view/selector Improve search functionality. 2011-02-18 17:16:00 -08:00
__init__.php Add object status to Handles 2011-08-03 14:02:45 -07:00
PhabricatorObjectHandle.php Add user.info and phid.info Conduit methods 2011-08-30 12:46:02 -07:00