PHP 8.3
#41
Replies: 2 comments
-
Hi @mambax7, This doesn't appear to be a ray issue. It appears the XDebug extension is not up to date, as it's not compiled against the newer PHP version (8.3 RC1) that you have installed on your machine. Have you tested commenting out all your ray calls to ensure global-ray is the problem in this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tested now without the XDebug on both PHP 8.2.10 and PHP 8.3.0 RC1, and Ray works fine on PHP 8.2.10, but not PHP 8.3.0 RC1, so it seems like it's an issue with Ray. When I comment out ray calls, then it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to install Ray on PHP 8.3 RC 1, but got this error:
Now I can't run/test anything because I'm getting errors like this:
Error: Call to undefined function ray() in file xxx.php line 48
It runs fine on PHP 8.2.10, but how can I use Ray on PHP 8.3 RC1 ?
Or do I have to comment out all my ray() calls?
I'm using Windows.
Beta Was this translation helpful? Give feedback.
All reactions