1.2.773. 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.
ldap_control_paged_result()
ldap_control_paged_result_response()
<?php
$zipped = zlib_encode($longText);
$raw = zlib_decode($zipped);
?>
1.2.773.1. Specs¶
Short name |
Php/Php54NewFunctions |
Rulesets |
|
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 |