Ben Ramsey

Results 295 comments of Ben Ramsey

I'm unable to debug a full Laravel application. Can you provide a short reproducible code example?

Thanks! This wasn't an oversight. I didn't add them on purpose because releasing this as part of the 4.x series would be a major BC break (since we're adding to...

What version of ramsey/uuid do you have installed? Run `composer info ramsey/uuid` to find out which version is installed in your project. I'm not familiar with "Sugar." What is that?

Thanks. It looks like SugarCRM is using an old version of ramsey/uuid. Do you know where I can find their "community" edition so I can see if it's feasible to...

> I have the same issue with v4.7.4 using php version 8.2.6 Are you saying that you're seeing the deprecation message when using ramsey/uuid v4.74 on PHP 8.2.6?

I'm not able to reproduce this. Are you still having this issue?

Are you still experiencing this problem?

In PHP 7.2, the mcrypt library will be removed from core completely. There is a [PECL extension for mcrypt](https://pecl.php.net/package/mcrypt), but you cannot install it on PHP 7.1, so you're left...

I've just opened this request on bugs.php.net to ask that pecl/mcrypt be installable on PHP 7.1. https://bugs.php.net/bug.php?id=74375

I have commit/merge access on this library, and I’ll be happy to review and merge in any PR to address this that doesn’t break BC.