Giter Site home page Giter Site logo

Comments (5)

sdellysse avatar sdellysse commented on September 24, 2024

Yes, that is a very stupid Php error running on < 5.3. For some reason, Php treats that differently than most functions and language constructs. The fix should be as simple as the link says, just adding a $func_get_args = func_get_args(); line above the call_user_func_array call and using that variable. I, personally, will not fix this bug as I do not use <5.3, but if you fix it during your work, a pull request would be very appreciated.

from codeigniter-contentful.

sdellysse avatar sdellysse commented on September 24, 2024

Or even better, just change the call_user_func_array(..., func_get_args()) to call_user_func_array(..., $args = func_get_args()). That makes Php invoke it in the current scope but doesn't require a separate variable declaration.

from codeigniter-contentful.

sdellysse avatar sdellysse commented on September 24, 2024

Hell, I went ahead an applied the changes. Give it a go and tell me if that fixed it.

from codeigniter-contentful.

sdellysse avatar sdellysse commented on September 24, 2024

flavioduarte,

did that fix work for you so I can close this issue?

from codeigniter-contentful.

brdsio avatar brdsio commented on September 24, 2024

hi, i'm sorry, i forget this thread
it worked to me, and i'm preparing a pull request

thanks

from codeigniter-contentful.

Related Issues (1)

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.