-
Hey everyone, I had an issue earlier in the month with JWT's setclaim method not being able to be extended and used, which was resolved with Issue #15323 in the 4.1.x branch. Now I need to be able to use that update within our demo and staging environments (ubuntu 18.04 LTS with PHP 7.4.3), but I'm unable to compile the extension using the git repo and PECL hasn't been updated since November 2020, so I'm at a loss on how I can get my ubuntu server to run the updated extension. Within ubuntu, I am able to build the extension within the master branch, but when checking out to branch 4.1.x and trying to build it, I get the following error after about 10-15 minutes:
Maybe I'm missing something, but if anyone could help point me in the right direction, I would greatly appreciate it. Thanks so much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
UPDATE After checking the logs, it turned out I was running out of memory. I took care of that and the build was successful, but the result is not as expected. Even though I used Am I incorrect in assuming that switching branches to a specific version should result in the build reflecting those changes? I can't seem to find any resources on any steps I might be missing, so I'm truly at a loss. Any help would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
UPDATE Issue is because I was using the install script, which wasn't including the changes. I need to build with Zephir itself within the Thanks @Jeckerson for the help via Discord! |
Beta Was this translation helpful? Give feedback.
UPDATE
Issue is because I was using the install script, which wasn't including the changes. I need to build with Zephir itself within the
ext
folder.Thanks @Jeckerson for the help via Discord!