# |
Jul 11th 2017, 07:56 |
savant |
so if you’ve upgraded to remove all deprecated code usage and are running php 7.1, you are done |
# |
Jul 11th 2017, 07:56 |
savant |
in 4.x, we remove all that dead code in the core |
# |
Jul 11th 2017, 07:56 |
savant |
so you can just update your code |
# |
Jul 11th 2017, 07:55 |
savant |
we will already have provided things you can replace it with - in fact, you can do that now for anything already deprecated |
# |
Jul 11th 2017, 07:55 |
savant |
in 3.6, we’ll insert all those warnings, so if you run with error_reporting set high enough, those will appear during normal execution, logging, or tests |
# |
Jul 11th 2017, 07:55 |
savant |
just not very many warnings are being raised in code |
# |
Jul 11th 2017, 07:54 |
savant |
at the moment, we’ve already marked a lot of stuff as deprecated |
# |
Jul 11th 2017, 07:54 |
savant |
we *can* mark them as deprecated though |
# |
Jul 11th 2017, 07:54 |
savant |
but basically we cannot remove code interfaces in a minor release |
# |
Jul 11th 2017, 07:54 |
savant |
I’ve had this conversation quite a few times |
# |
Jul 11th 2017, 07:54 |
savant |
no |
# |
Jul 11th 2017, 07:51 |
david_kim |
@savant but if your comment right, exactly version naming is not 4. i think 3.8 more suitable name. 4 major version naming looks like broken compatible and added big features. |
# |
Jul 11th 2017, 07:51 |
savant |
but really depends on what needs to be built/how much community support we get :slightly_smiling_face: |
# |
Jul 11th 2017, 07:51 |
savant |
Probably targeting 3.6 and 4.0 near the end of the year/beginning of next |
# |
Jul 11th 2017, 07:50 |
savant |
3.6 Roadmap: https://github.com/cakephp/cakephp/wiki/3.6-Roadmap |
# |
Jul 11th 2017, 07:50 |
savant |
3.5 Roadmap: https://github.com/cakephp/cakephp/wiki/3.5-Roadmap |
# |
Jul 11th 2017, 07:49 |
savant |
It’ll be released when it’s done |
# |
Jul 11th 2017, 07:49 |
david_kim |
@savant exactly when release 3.6 version? next jump 4 right? |
# |
Jul 11th 2017, 07:42 |
heter |
everything was different. |
# |
Jul 11th 2017, 07:42 |
heter |
like for real guys, they had one job - we had some server with some websites with some configurations (standard LAMPP stack with some extensions), we asked them for another server which will be 1:1 equally like the previous one (obviously without these websites) - even fking php version was different |
# |
Jul 11th 2017, 07:41 |
cleptric |
Happens all the time, so don‘t worry :$ |
# |
Jul 11th 2017, 07:41 |
cleptric |
Oh, I had an 30 Minute talk with a google help desk person to find out port 465 was closed :face_with_rolling_eyes::face_with_rolling_eyes: |
# |
Jul 11th 2017, 07:40 |
savant |
lol |
# |
Jul 11th 2017, 07:40 |
jmenendez |
:,) |
# |
Jul 11th 2017, 07:39 |
heter |
kylos.pl - avoid this silly hosting company which wasted houndreds of hours of my life |
# |
Jul 11th 2017, 07:38 |
heter |
@savant lol. server is the problem. |
# |
Jul 11th 2017, 07:30 |
joris_ |
Hi neon1024 |
# |
Jul 11th 2017, 07:25 |
neon1024 |
Morning everyone |
# |
Jul 11th 2017, 07:19 |
heter |
@savant ill run up this website on the server on which its working for other websites and ill let u guys know if its server -side issue so maybe in future somebody could use this information on debugging |
# |
Jul 11th 2017, 07:18 |
heter |
never had problem like this before, but as far as this hosting company provided me a lot of issues overall already im ready to think that they screwed up again |
# |
Jul 11th 2017, 07:17 |
heter |
it would be silly but is there possibility that server configuration may affect SMTP transport ? |
# |
Jul 11th 2017, 07:17 |
savant |
`phpinfo()` may hel |
# |
Jul 11th 2017, 07:17 |
savant |
heh |
# |
Jul 11th 2017, 07:17 |
heter |
ive just noticed that this website is on different server than the rest websites on which its working |
# |
Jul 11th 2017, 07:16 |
heter |
im using 2 servers with shared accounts which should have 1:1 configurations (but my hosting providers are idiots so they arent 1:1 at all) |
# |
Jul 11th 2017, 07:16 |
heter |
@savant wait, weird thing |
# |
Jul 11th 2017, 07:15 |
savant |
let me check our own sendgrid stuff |
# |
Jul 11th 2017, 07:15 |
savant |
those docs seem strangely worded |
# |
Jul 11th 2017, 07:15 |
savant |
also the username/password are your account credentials |
# |
Jul 11th 2017, 07:14 |
savant |
https://sendgrid.com/docs/Classroom/Basics/Email_Infrastructure/recommended_smtp_settings.html |
# |
Jul 11th 2017, 07:14 |
savant |
port 587 is their tls server |