semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

PHP 5.5 Deprecated mysql #58

Closed larjohn closed 9 years ago

larjohn commented 10 years ago

The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead

Would you?

pietercolpaert commented 9 years ago

:+1: Problem which is very important for http://github.com/tdt/triples

craigdietrich commented 9 years ago

Curious if there's movement on this ticket? Or should I fork and run a pull request with the change?

pietercolpaert commented 9 years ago

A pull request would be great! They're willing to merge afaik

larjohn commented 9 years ago

I 've used a tool I found online to make the conversion in a past project. I can't recall the tool, but it went all well!

ʌἁɀɑƿѻѕ ɪɷɑⱴⱴἱɗʜѕ

2014-10-28 21:44 GMT+02:00 Craig Dietrich notifications@github.com:

Curious if there's movement on this ticket? Or should I fork and run a pull request with the change?

— Reply to this email directly or view it on GitHub https://github.com/semsol/arc2/issues/58#issuecomment-60818828.

craigdietrich commented 9 years ago

@larjohn I think this is the tool you mention: https://github.com/philip/MySQLConverterTool ... using it to work on the patch now.

bnowack commented 9 years ago

Sigh, I wish I had some time to refactor the whole beast to an ARC3 and use PDO and stuff... But thanks for the patch, just merged in the pull request :-)