CodeIgniter Forums
PHP 7.4.0 Released! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: PHP 7.4.0 Released! (/showthread.php?tid=74953)



PHP 7.4.0 Released! - InsiteFX - 11-28-2019

PHP 7.4.0 Released!
The PHP development team announces the immediate availability of PHP 7.4.0.
This release marks the fourth feature update to the PHP 7 series.



RE: PHP 7.4.0 Released! - skunkbad - 11-28-2019

When I started with PHP it was 5.2. Cool to see how much this language has evolved.


RE: PHP 7.4.0 Released! - InsiteFX - 11-28-2019

@skunkbad, Read the new features.

They have made changes to the password_hash() methods etc;


RE: PHP 7.4.0 Released! - jreklund - 11-28-2019

Personally I have been missing this.

PHP Code:
<?php
class User {
    public 
int $id;
    public 
string $name;
}
?>



RE: PHP 7.4.0 Released! - blasto333 - 12-11-2019

Does anyone know if CI 3.1.1 works?


RE: PHP 7.4.0 Released! - InsiteFX - 12-12-2019

It should, if not they will fix it.