Commit Graph

211 Commits

Author SHA1 Message Date
Ben Ramsey 2034433d73 Set up ramsey/uuid to replace rhumsaa/uuid 2015-06-16 09:56:58 -05:00
Ben Ramsey 60186232e0 Merge pull request #60 from suzuken/2.8
composer.phar require "rhumsaa/uuid=~2.8" is not proper
2015-05-14 09:23:04 -05:00
Kenta SUZUKI 19f7a257aa fix installation doc 2015-05-14 11:11:31 +09:00
Ben Ramsey 4034e04e27 Updating Badge Poser badges
[ci skip]
2015-04-21 08:15:39 -05:00
Ben Ramsey e636cf7306 Merge pull request #49 from francescolaffi/patch-1
getInteger should suggest getHex
2015-03-09 06:26:02 -07:00
Francesco Laffi 07d06dd3ec getInteger should suggest getHex
getInteger is suggesting getMostSignificantBitsHex if the math library is not available
2015-03-09 13:55:38 +01:00
Ben Ramsey 7bf3ac0175 Merge pull request #45 from yberkholz/master
"passthru" replacement for "backtick operator" / getNodeFromSystem once per runtime
2015-01-07 08:46:10 -06:00
Ben Ramsey ee3522beb4 Merge pull request #44 from phpMQ/master
Added PHPStorm to ignore
2015-01-07 08:44:38 -06:00
Yves Berkholz c90233d6e2 Update Uuid.php
- change method "getIfconfig()" to use "passthru()" and an output buffer instead of the "backtick operator" which may be disabled for security reasons
- change  method "getNodeFromSystem()" to process detection only once per runtime - because of great performance impact
(Test: generate 100 UUIDs[v1] before ~21s / after ~200ms)
2015-01-07 10:12:19 +01:00
Larry Lewis 610458a6c2 Added PHPStorm to ignore 2015-01-07 16:19:19 +11:00
Ben Ramsey 96a01caa11 Setting version in master to 2.8.x-dev 2014-11-09 13:48:45 -05:00
Ben Ramsey cca98c652c Bumping the version number to 2.8.0 2.8.0 2014-11-09 13:42:56 -05:00
Ben Ramsey d9954fb6e2 Beautifying the CHANGELOG 2014-11-09 13:35:59 -05:00
Ben Ramsey 3d753656ed Merge branch 'master' into 2.8 2014-10-30 00:40:17 -05:00
Ben Ramsey 0bd3a90932 Updating README to use version 2.8 in Composer install example 2014-10-30 00:37:22 -05:00
Ben Ramsey 32f7d7f8d8 Auto-generated changes to apigen.neon by apigen-4.0.0-RC3 2014-10-30 00:14:33 -05:00
Ben Ramsey 8db67829db Merge branch 'terrycorley-add-from-integer' into 2.8 2014-10-29 22:52:52 -05:00
Ben Ramsey 0e7e2b8043 Merge branch 'add-from-integer' of github.com:terrycorley/uuid into terrycorley-add-from-integer 2014-10-29 22:52:33 -05:00
Ben Ramsey 547bed31f0 Merge branch 'boekkooi-patch-1' into 2.8 2014-10-29 22:47:47 -05:00
Ben Ramsey 4e445a5467 Merge branch 'patch-1' of github.com:boekkooi/uuid into boekkooi-patch-1 2014-10-29 22:47:27 -05:00
Ben Ramsey 2189e9cd80 Merge branch 'master' into 2.8 2014-10-29 22:44:33 -05:00
Ben Ramsey 94b0103ef8 Setting version in master to 2.7.x-dev 2014-10-29 22:39:33 -05:00
Ben Ramsey eb1d371067 Bumping the version number to 2.7.4 2.7.4 2014-10-29 22:36:49 -05:00
Ben Ramsey 72a7201162 Merge pull request #37 from fisharebest/gitattributes
Exclude build/development tools from releases using .gitattributes
2014-10-29 21:05:37 -05:00
Ben Ramsey 027e7780db Merge pull request #35 from jwpage/doc_toString
Use toString function in README
2014-10-29 20:51:08 -05:00
Ben Ramsey e66eb997a1 Set timezone for tests 2014-10-24 08:55:20 -05:00
Greg Roach 6485884397 Exclude build/development tools from releases using .gitattributes 2014-10-24 14:31:22 +01:00
Johnson 6ae242b0cc Set the default timezone to avoid errors in hhvm
Added a default timezone to the bootstrap.php to fix errors in HHVM
tests, which was introduced when Travis removed the default `/etc/hhvm/php.ini`
in https://github.com/travis-ci/travis-ci/issues/2523#issuecomment-59303763
2014-10-19 17:58:09 +11:00
Johnson 3ba3365808 Use toString function in README
This helps illustrate that the uuidX() functions return Uuid objects,
and not strings.
2014-10-19 15:57:14 +11:00
Ben Ramsey a8c91e04f6 Merge pull request #33 from gabrielsch/fix/unused-variable
Optimizing byte generation loop
2014-10-10 13:46:04 -05:00
Gabriel Schmitt 02b97224f2 Fixing unused variable on byte generation loop. 2014-10-10 14:55:19 -03:00
Warnar Boekkooi 2e9402d1a3 Doctrine conversion make friendlier 2014-09-05 11:22:32 +08:00
Ben Ramsey 0878935b71 Set package version to 2.8.x-dev 2014-09-02 15:11:33 -05:00
Ben Ramsey 41dcfcd8e2 Remove phpdoc config in favor of apigen. 2014-09-02 15:09:26 -05:00
Ben Ramsey fa84298c14 Setting version in master to 2.7.x-dev 2014-08-27 17:43:01 -05:00
Ben Ramsey b976326ca5 Bumping the version number to 2.7.3 2.7.3 2014-08-27 17:39:41 -05:00
Ben Ramsey e4dc84b629 Merge pull request #29 from simensen/correct-upper-range-for-mt_rand
Correct upper range for mt_rand.
2014-08-27 17:34:10 -05:00
Beau Simensen aed56786e1 Correct upper range for mt_rand. 2014-08-27 14:59:52 -05:00
Ben Ramsey ccabc07c64 Bumping the version number to 2.7.2 2.7.2 2014-07-28 12:51:57 -05:00
Ben Ramsey 023de5627b Now using PHPUnit 4 to run the tests. 2014-07-28 11:36:44 -05:00
Terry Corley 7fa0c32f8b Adding static fromInteger method to create UUIDs from string integer or BigNumber, along with tests. 2014-07-14 18:44:11 -05:00
Ben Ramsey 1aa26b0143 Make sure Composer is up-to-date 2014-04-11 16:59:29 -05:00
Ben Ramsey 9655ba143c Merge pull request #24 from h4cc/patch-1
Added HHVM Tested Badge.
2014-03-20 12:19:33 -05:00
Julius Beckmann ebe92cadff Added HHVM Tested Badge.
So everyone can see it works with HHVM :)
2014-03-20 17:48:38 +01:00
Ben Ramsey d1faf12813 Merge pull request #22 from pborreli/typos
Fixed typos
2014-03-14 13:35:50 -05:00
Pascal Borreli 4c52b8c392 Fixed typos 2014-03-06 02:05:57 +00:00
Ben Ramsey 00ab1e1cd3 Adding Coveralls.io integration 2014-02-28 08:31:43 -06:00
Ben Ramsey e4a7c89c5c Add PHP 5.6 to the Travis CI config 2014-02-26 13:05:13 -06:00
Ben Ramsey c43be02bd9 Upgraded to PSR-4 autoloading 2014-02-21 18:35:01 -06:00
Ben Ramsey 8569983a11 Bumping the version number to 2.7.1 2.7.1 2014-02-21 18:08:43 -06:00