1
Mamba
PHP 5.5 is released
  • 2013/6/24 20:59

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Major milestone for PHP Community: PHP 5.5 has been released:

http://php.net/archive/2013.php#id2013-06-20-1

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
Mamba
Re: PHP 5.5 is released
  • 2013/6/25 6:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


So far, XOOPS 2.5.6 runs on PHP 5.5.0 just fine

The only issue so far are with couple of deprecated features:

1) "preg_replace() with the /e modifier"

there are only two files where this is used:

/class/module.textsanitizer.php
/class/mail/phpmailer/class.phpmailer.php

It should be replaced with preg_replace_callback() function

2) mysql extension is deprecated,

In XOOPS 2.6.0 the plan is to switch to mysqli or to PDO, so this will take care of it.

And since both of these features are only deprecated, but still existing, XOOPS should work on PHP 5.5.0

However, if you find anything else, please let us know....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

165 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 165


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits