Log message #4050337

# At Username Text
# Jul 11th 2017, 08:00 heter yep makes sense
# Jul 11th 2017, 08:00 savant and write the code to send an email
# Jul 11th 2017, 08:00 savant then `include 'vendor/composer/autoload.php'` (or whatever)
# Jul 11th 2017, 07:59 savant you can certainly just `composer require cakephp/cakephp`
# Jul 11th 2017, 07:59 savant @heter we haven’t released it as standalone, but here it is: https://github.com/cakephp/cakephp/tree/master/src/Mailer
# Jul 11th 2017, 07:58 david_kim @savant ok i understand.
# Jul 11th 2017, 07:58 slackebot there's also some issue with cake mailer which is not handling some weird case
# Jul 11th 2017, 07:58 heter @savant continuation of email problem case - so ive downloaded official sendgrid library to try to prove hosting guys that something is wrong with server configuration - but with official library its working on both of servers - with cake its working on one of them and on second one its giving me error - is there somewhere the cakephp3 mailer as a outstanding library so i could prepare like one-file test with same configuration using cakephp3 m
# Jul 11th 2017, 07:58 savant Does that make sense, @david_kim ?
# Jul 11th 2017, 07:57 savant but those are *very* rare, and usually related to a severe security issue
# Jul 11th 2017, 07:57 savant note: there *are* a few cases where we need to remove an interface in a minor release
# Jul 11th 2017, 07:56 savant what is this, laravel?
# Jul 11th 2017, 07:56 savant so no, 3.8 is not a more suitable name
# Jul 11th 2017, 07:56 savant We can’t remove deprecated code in a minor release such as a 3.x because that would not follow semver
# 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