CI4 - problems |
(09-17-2019, 11:42 AM)ciadmin Wrote: I don't see a problem statement?? > I don't see a problem statement?? There are two logs files showing three CRITICAL errors. > It sounds like you have made a workaround for CI4 not having strict typing?? I changed the incorrect function parameter types in accordance with the PHP manual's specifications. > You have raised this issue before - several threads, in CI4 feature requests, CI4 discussion and CI4 support. I have just checked the latest CI4 source files and the functions parameters have not been rectified? How can I request these errors to be modified because every time a new version is released it is necessary to manually make the changes. > How is not having strict typing a problem? When not having strict typing it is possible that the function parameter type is incorrect and PHP type juggling will not guess the desired value. > There was a PR submitted(https://github.com/codeigniter4/CodeIgniter4/pull/1493), which was not accepted because there are a number of places where we want flexible typing. I will reply later because I have guests arriving very shortly. |
Messages In This Thread |
CI4 - problems - by John_Betong - 09-17-2019, 10:27 AM
RE: CI4 - problems - by ciadmin - 09-17-2019, 11:42 AM
RE: CI4 - problems - by John_Betong - 09-17-2019, 08:10 PM
RE: CI4 - problems - by ciadmin - 09-17-2019, 09:45 PM
RE: CI4 - problems - by John_Betong - 09-18-2019, 08:20 AM
RE: CI4 - problems - by kilishan - 09-18-2019, 08:44 AM
|