cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Code not updated to MySQLi standard. #32

Open efalder413 opened 10 years ago

efalder413 commented 10 years ago

The MySQL extension was deprecated in PHP 5.5, and this tool has not been updated to use the new MySQLi extension. Thus, it will throw E_DEPRECATED errors if installed to any server running a newer version of PHP.

A fast tool to upgrade automatically is located here: https://github.com/philip/MySQLConverterTool

k0nsl commented 8 years ago

Would you mind submitting a PR with the updated extension?

frdmn commented 8 years ago

@k0nsl The issue is obsolete since this was already added through PR #34 four months ago.

k0nsl commented 8 years ago

@frdmn: woops, my bad! :+1: