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'm trying to install this extension with PHP8.1 on macOS 12.6. All the provided tests fail. It appears the INI variables aren't being read properly, either for testing or for normal use. I get the following warnings:
Warning: [TOMBS] Failed to allocate shared memory for graveyard in Unknown on line 0
Warning: fsockopen(): Unable to connect to 127.0.0.1:8010 (Connection refused)
The tests pass if I hard-code the INI values in the extension code, or if I use PHP7.4.
Is this expected behavior? If so, I can submit a PR updating the README with the supported PHP version range. If not, let me know what other info I can provide.
The text was updated successfully, but these errors were encountered:
After that, all tests pass on PHP8.1. I'm not familiar enough with zend extensions to know whether this is a good practice, but I suspect it isn't. If it is, I can make a proper PR.
I'm trying to install this extension with PHP8.1 on macOS 12.6. All the provided tests fail. It appears the INI variables aren't being read properly, either for testing or for normal use. I get the following warnings:
The tests pass if I hard-code the INI values in the extension code, or if I use PHP7.4.
Is this expected behavior? If so, I can submit a PR updating the README with the supported PHP version range. If not, let me know what other info I can provide.
The text was updated successfully, but these errors were encountered: