Giter Club home page Giter Club logo

Comments (5)

drealecs avatar drealecs commented on August 20, 2024

That is an error in composer phar itself.
The phar build comes with a very old symfony console version, probably so that it can be used on any php versions: https://github.com/composer/composer/blob/main/composer.lock#L658-L659
Issue was discussed recently here: https://twitter.com/seldaek/status/1461670175976169478

The workaround suggested here composer/composer#7836 is to disable pcre jit.
I think you can do this with: php -d pcre.jit=0 <path-to-composer.phar> require openpayu/openpayu.
I'm not sure if that will help but please try it and let us know, if possible.

from openpayu_php.

velkony avatar velkony commented on August 20, 2024

Thanks for your reply.
I tested the solution that you suggested but unfortunately it doesn't work.
I also made a change directly in the php.ini
Do you have any other suggestions?

from openpayu_php.

velkony avatar velkony commented on August 20, 2024

I solved the problem with upgrade
sudo apt update
sudo apt upgrade

from openpayu_php.

drealecs avatar drealecs commented on August 20, 2024

Happy to hear that you managed to solve the issue.
Can you list here the updated packages that might be relevant to fixing the issue? Was it PHP itself?

from openpayu_php.

velkony avatar velkony commented on August 20, 2024

Do you have any prepared bundle or service for Symfony, something like https://github.com/Darneus/payu for Nette?

from openpayu_php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.