View Single Post
  #1  
Old 4th July 2014, 18:41
francisco23's Avatar
francisco23 francisco23 is offline
Senior Member
 
Join Date: Jun 2008
Albania
Posts: 38
Post What's new in TS Special Edition 7.4
The original MySQL extension is now deprecated with PHP 5.5.x, and will generate E_DEPRECATED errors when connecting to a database.
Therefore we have updated our code base to get it work with PHP 5.5+. TSSE 7.4+ versions will use PHP MySQLi extension.
You have to make sure that your server supports MySQLi extension.

When should I use MySQLi instead of MySQL?

  1. MySQLi gives you prepared statements - a safer way of sending data to MySQL and protecting you from SQL injection. This alone should be enough for always choosing MySQLi over MySQL.
  2. MySQLi enables most of the MySQL features.
  3. MySQLi is object orientated.
  4. MySQLi supports prepared statements, transactions and multiple statements.
  5. The old MySQL extension is deprecated as of PHP 5.5.0

To check MySQLi support on your server, use attached script (Download it, extract the php file on your computer, upload extrached file on your server and run the file via your browser).

Along with PHP 5.5 support, following features have been added:
- UDP support on External Torrents.
- Vimeo support on Editor (same as Youtube)
- Updated all scripts: JQuery, TinyMCE etc..

All known bugs have been fixed.

We have updated all javascripts to have a stable version of each javascript features.

Also, I've added Autocomplete (Ajax search) feature into member search fields such as: Users, Forum search and Send message page.

If everything goes well (still being tested), we'll release v7.4 in this weekend (Saturday of Sunday.. )

Stay tuned!

I've updated the TSSE Crons which should prevents multiple inserts...



Before download & Install TSSE 7.4, please make sure that you have Ioncube Loaders v4.6.1+ installed on your server.

PS: All gift tools in Staff CP has been updated (added log system).


https://mega.co.nz/#!wU8DSKwK!ha-zAj...ogzuKdrA-yU13I
Reply With Quote
The Following User Says Thank You to francisco23 For This Useful Post:
Protheush (4th July 2014)