1.2.768. New Functions In PHP 5.4

PHP introduced new functions in PHP 5.4. If there are defined functions with such names, there will be a conflict when upgrading. It is advised to change those functions’ name.

<?php

$zipped = zlib_encode($longText);

$raw = zlib_decode($zipped);

?>

1.2.768.1. Specs

Short name

Php/Php54NewFunctions

Rulesets

All, CompatibilityPHP53

Exakat since

0.8.4

PHP Version

With PHP 5.3 and older

Severity

Major

Time To Fix

Slow (1 hour)

Precision

Very high

Available in

Entreprise Edition, Exakat Cloud