Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP7 issues #94

Closed
2shediac opened this issue Nov 28, 2017 · 1 comment
Closed

PHP7 issues #94

2shediac opened this issue Nov 28, 2017 · 1 comment
Labels

Comments

@2shediac
Copy link

When looking to use this plugin with PHP7, there are a couple of issues:

  1. Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split instead. This occurs in lib/pChart/pChart.class (and other places);
  2. In js/datatables/extras/Scroller/media/data/server_processing.php, Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead;

Let ,me know if you need more information

@sarjona sarjona added the bug label Feb 6, 2019
@sarjona
Copy link
Collaborator

sarjona commented Feb 8, 2019

Hi Derek!

Thanks for reporting this.

  1. The pChart library has been updated to the latest version compatible with PHP7. However, it is still not working, as you can see here: Graphs are not working properly with PHP 7 #101
  2. The datatables library has been updated and this file has been removed from the CR plugin: 8d7499b

In order to clean the tracker, I'm going to close this issue. Please, feel free to add any comment in the related issues if you feel that some more work is needed :-)

@sarjona sarjona closed this as completed Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants