Welcome Guest, Not a member yet? Register   Sign In
PHP 7.4.0 Released!
#1

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.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#2

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

@skunkbad, Read the new features.

They have made changes to the password_hash() methods etc;
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

Personally I have been missing this.

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

Does anyone know if CI 3.1.1 works?
Reply
#6

It should, if not they will fix it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB