Code Monkey home page Code Monkey logo

Comments (5)

digitalnature avatar digitalnature commented on July 23, 2024

I installed PHP 7.0.8 just for this and I can't reproduce your crash. I used laravel's Task example model, sqlite connection and did a listing on ->all()

from php-ref.

danbalarin avatar danbalarin commented on July 23, 2024

Well, I tried it again, after two weeks, with the same setup, only updated (symfony, laravel etc.) and now it works. I am sure that it was caused by this plugin (when i commented it out, it worked) or related to this but I'm glad it works. Sorry for your time :/

from php-ref.

 avatar commented on July 23, 2024

Same here

2017/04/11 19:39:00 [error] 3252#0: *2257 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 81.2xx.xx.1xx, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9005", host: "domain.com", referrer: "http://domain.com/"

any help pls ?

from php-ref.

 avatar commented on July 23, 2024

its only crashing when the 'showMethods' is set to true...

when i set it to false the crash is gone but it will not display the methods..

from php-ref.

 avatar commented on July 23, 2024

i just fixed it by replacing

if (static::$env['is546'] && !$parameter->getDeclaringFunction()->isInternal() && $parameter->isDefaultValueConstant()) {
    $this->fmt->text('constant', $parameter->getDefaultValueConstantName(), 'Constant');

} else {
    $this->evaluate($paramValue, true);
}

with

$this->evaluate($paramValue, true);

here https://github.com/digitalnature/php-ref/blob/master/ref.php#L1983

from php-ref.

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.