Coder Social home page Coder Social logo

Doesn't work with PHP 7 about jpgraph HOT 8 CLOSED

mtricht avatar mtricht commented on June 1, 2024
Doesn't work with PHP 7

from jpgraph.

Comments (8)

necrogami avatar necrogami commented on June 1, 2024 1

Actually it doesn't work with 7.0.2+
as self named constructors now throw a php exception.

the ENTIRE library would need re-written and brought up to PSR-2 and Namespacing as well as removing the multiple classes per file.

from jpgraph.

ztec avatar ztec commented on June 1, 2024 1

I've update to latest version that is said compatible with php7 on the website.

from jpgraph.

necrogami avatar necrogami commented on June 1, 2024

This throws a bunch of exceptions for self named constructors.

from jpgraph.

ztec avatar ztec commented on June 1, 2024

Do you have the exception itself ?

from jpgraph.

necrogami avatar necrogami commented on June 1, 2024

https://puu.sh/upbHk/a2fc7639bc.png

from jpgraph.

nynka avatar nynka commented on June 1, 2024

Yup I also got this deprecated notice, LinePlot class in jpgraph_line.php has an old style constructor:

function LinePlot($datay,$datax=false) {

should be:

public function __construct($datay, $datax = false)
{

And as @necrogami pointed out, the whole library is quite outdated in terms of PSRs.

from jpgraph.

necrogami avatar necrogami commented on June 1, 2024

Indeed, multiple classes per file no namespacing, outdated constructors. The whole infrastructure would need to be re-written but jpgraph isn't really opensource so it's not nearly as worth it.

from jpgraph.

ztec avatar ztec commented on June 1, 2024

All issues come from JpGraph source code. I canot change anything regarding this part. I thinks those issue will stay.

All I can do is update this repository if new version is released. I don't check often.

from jpgraph.

Related Issues (8)

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.