![]() |
PHP 7.2 released - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2) +--- Thread: PHP 7.2 released (/showthread.php?tid=69484) |
RE: PHP 7.2 released - Wouter60 - 12-05-2017 (12-02-2017, 04:18 AM)Narf Wrote:(12-01-2017, 10:51 AM)Wouter60 Wrote: No further problems running CI 3.1.6 under PHP 7 or higher? I mean: besides the issue with validate_email you mentioned... RE: PHP 7.2 released - Narf - 12-06-2017 (12-04-2017, 12:33 PM)gdhnz Wrote: I've just hit https://github.com/bcit-ci/CodeIgniter/issues/5300. "When it's ready" (12-05-2017, 11:51 AM)Wouter60 Wrote:(12-02-2017, 04:18 AM)Narf Wrote:(12-01-2017, 10:51 AM)Wouter60 Wrote: No further problems running CI 3.1.6 under PHP 7 or higher? I don't know what kind of an answer you expect on that ... 7.0 was released 2 years ago and 7.1 was released 1 year ago - if there was any problems with those, you'd know them already. The one deprecation notice in 7.2 is what we know about; I wouldn't say that there's only 1 known issue if we knew there's more. (12-05-2017, 10:02 PM)koficypher Wrote: kindky take a look at this thread i posted here and assist.... Kindly have patience and don't spam other threads. RE: PHP 7.2 released - happyape - 12-13-2017 (12-01-2017, 11:15 AM)SomeGuy Wrote: Upgraded my XAMPP install to use 7.2 last night. No issues with CI3.1.6 so far. Hi how did you update to php 7.2 on Xampp? Apachefriends still only showing php 7.1.11? RE: PHP 7.2 released - nguyenthao - 12-22-2017 (12-01-2017, 08:35 AM)Narf Wrote: PHP 7.2 release announcement How to fix Count() function in PHP 7.2, in PHP 7.2 Count(null) is object that doesn't implement the Countable interface. RE: PHP 7.2 released - InsiteFX - 12-22-2017 @happyape and Others, For XAMPP you can just download the correct PHP 7.2 binary and install it into XAMPP. Please make sure that you backup your XAMPP directory first... RE: PHP 7.2 released - jewelbdx - 01-03-2018 CI: v3.1.6 PHP Version: 7.2.0 (XAMPP) Function: create_captcha Problem: Unable to load the custom font. Font path is correct. The same setup is working on another PHP Version. Screenshot: https://i.imgur.com/SCzhwZI.png Thanks RE: PHP 7.2 released - dave friend - 01-03-2018 (01-03-2018, 11:36 AM)jewelbdx Wrote: CI: v3.1.6 Have you installed the correct GD package for php 7.2? RE: PHP 7.2 released - Narf - 01-04-2018 (12-22-2017, 01:19 AM)nguyenthao Wrote:(12-01-2017, 08:35 AM)Narf Wrote: PHP 7.2 release announcement You can't "fix" a core PHP function, but more importantly - there's nothing wrong with it. count(null) isn't something that you should be doing in the first place. (01-03-2018, 11:36 AM)jewelbdx Wrote: CI: v3.1.6 You may think that the path is correct, but I'd bet that it's not. RE: PHP 7.2 released - rolly - 01-20-2018 upgrade PHP 7.2.1 (cli) (built: Jan 3 2018 08:53:04) ( NTS ) CI 3.1.7 - work fine. RE: PHP 7.2 released - CodeIgniter-Indonesia - 02-02-2018 yesterday I have upgraded my php version from version 7.1 to 7.2. but when I want to install the sqlsrv and pdo sqlsrv extensions, there is no sqlsrv or pdo sqlsrv extension available for php version 7.2. ![]() so, i downgrade my php version to 7.1 while waiting for sqlsrv extension and pdo sqlsrv for php version 7.2. |