Welcome Guest, Not a member yet? Register   Sign In
PHP 7.2 released
#21

I had problems at first to with custom fonts.

Here is how I fixed it using the .htaccess file.

Code:
    # Add Font Types
    AddType application/vnd.ms-fontobject .eot
    AddType font/truetype .ttf
    AddType font/opentype .otf
    AddType font/opentype .woff
    AddType font/opentype .woff2
    AddType image/svg+xml .svg .svgz

    <FilesMatch ".(eot|ttf|otf|woff|woff2|svg|svgz)">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

Add that to your ,htaccess file and you should be good to go,
I think it has to do with the https:// stuff being added.
What did you Try? What did you Get? What did you Expect?

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

Upgraded my XAMPP install to use 7.2 last night. No issues with CI3.1.6 so far.
I will not SEO spam!
Reply
#23

(This post was last modified: 04-25-2018, 04:01 AM by InsiteFX.)

You do know that PHP 7.2.4 is out right?
What did you Try? What did you Get? What did you Expect?

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

wow.... good to know that the new veriosn of php got release. Thanks for the update Smile but what do you mean by further problems?
Reply
#25

Some users have been having problems with the PHP opcache.
What did you Try? What did you Get? What did you Expect?

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

PHP Version 7.2.5 Has been released.
What did you Try? What did you Get? What did you Expect?

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

thanks Blush Blush
English only; no SEO spam
Reply
#28

In php 7.2 the each function is deprecated. This is used in xss_clean in Security.php and gives some problems. Not sure if this has been reported before.
Reply
#29

They know about it, it also effects the HMVC Modules.
What did you Try? What did you Get? What did you Expect?

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

(05-23-2018, 07:55 AM)stef25 Wrote: In php 7.2 the each function is deprecated. This is used in xss_clean in Security.php and gives some problems. Not sure if this has been reported before.

it is fixed since 3.1.4

Codeigniter 3.1.4 release was 20.3.2017
Reply




Theme © iAndrew 2016 - Forum software by © MyBB