Hello – I need a…

Hello – I need a new SSHSSH Secure SHell - a protocol for securely connecting to a remote system in addition to or in place of a password. key added for myself ( @helen ) for proxy access.

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCd7hohzleQSncuHSO4dOiPY75Jr8acqspfo2AEmZ1v+9Ejkqz4S03uXDc8yI/AaDZzZYT7Rq15aHhuOACTfAYN4m3hR1Q0hn6mk/HzkHC/XZNw5p54Ctwd0z8VBRMtQ/9OccUEiGLHkrg5z63ZgstlaMnAXiCs3QhjIHO4gb/4U5udy0DKxf4gzsAX2mHzSyPgTgyPpBVVFp7xm00g01t2ht8z4WqjA6LxAhi9akMY8rtdwyy80AXwjQfBlKXq/fK00LpX5InR8E+IiSPY5sT2yQR/ohoUsJQM8jCV9p021YSVgrpGm6Qx+eYYmSE+OuGWp4Y0kdt50w5+lpEZv2M1QcfEn8iE5gxsWvI3pqHrdIw58TQA0vopikuJhkuQN4dNmMGcQG8Q6DI15RbvNEdD7JabuThExBGv40nb68lQ6J7fKVXFWsoBgN125dglD8e83ewwJLnRQOsuGAroRywKRMm7bb+DqXwTljoD4Tww9XepdcRJWyxr5efJqp20kX9gnmB+d0hmAmieSb0rNec7KigihGqnqyE+KoGI7QW9KKuqMR970tuSpaPFlr+LefkWFsn1E+sjhrFqL0DnPT0uXZza6g2v7sAnqHrWnl3QN6jxyg3F3gHtxqzM19s5GR8t5tin2Lz29fSxeqKu7MgcTToQCfq98uTnZt3QbfA6Qw== helen.y.hou@gmail.com

#prio2

Hi! Can we please check…

Hi! Can we please check that the plugins.svn pre-commit handler is using PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. 7.4?

Previously it was requested that it be bumped to PHP 7.2, and be kept up to date, that was done by applying the nginx-php role, but it looks like it’s still running PHP 7.2 for lint checks even now that 7.4 has been deployedDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. to webs.

The main reason for requesting this is that it’ll allow PHP polyfills to pass the lint check, where as right now it blocks them.
It appears that PHP 7.3 or 7.4 changed how lint checks work to being syntax-only, ignoring conflicting classnames (ie. Right now declaring a class Exception {} fails a syntax check, but it doesn’t in PHP 7.4 even though it’ll cause a fatal error if executed).

To verify it works as expected, committing the contents of https://github.com/symfony/polyfill should work, but it’ll currently fail. It can be committed to https://plugins.svn.wordpress.org/test-plugin-3/branches/ if wanted (or I can try to do so).

#prio2