You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use CI3 with PHP8.4.
I'm facing this error:
Deprecated: Constant E_STRICT is deprecated in .../vendor/codeigniter/framework/system/core/Exceptions.php on line 76
A PHP Error was encountered
Severity: 8192
Message: Constant E_STRICT is deprecated
Filename: core/Exceptions.php
Line Number: 76
The text was updated successfully, but these errors were encountered:
Since you often use different versions of PHP
You can try using the Servbay tool, which supports PHP8.4beta, without worrying about environmental pollution.
@corrosive4354 thanks for the "tip"... Since I maintain the ci3 package in Debian, I'd prefer to use pure debian packages to switch between php versions. They are provided by debian's php maintainer on his specific repo at https://deb.sury.org/. This ensures pure debian experience and not messing my system up with any sort of other packages not integrating well into debian.
I was trying to use CI3 with PHP8.4.
I'm facing this error:
The text was updated successfully, but these errors were encountered: