Skip to content
#

compatibility

Here are 176 public repositories matching this topic...

jrfnl
jrfnl commented Nov 12, 2020

There are a number of sniffs which mention parameter names in the error/warning message.

As part of the preparations for PHP 8 and named parameters in function calls, a lot of parameters for PHP native functions have been renamed to more descriptive names.

As it is, the online PHP documentation has not been updated with the new names yet, though it is expected that this will happen around

boryspoplawski
boryspoplawski commented Sep 24, 2020

Description of the feature

It would be nice to be able to forward some environment variables from the untrusted host e.g. by specifying their names in the manifest.
Example use case: providing the application with a ip+port/domain to connect to (which by definition can be manipulated by the untrusted host anyway).

Please note that this is a different feature than `loader.insecure__use_ho

andipabst
andipabst commented Nov 4, 2019

I am contributing to a project where the maintainer has set up revapi. Sometimes when I e.g. add a new method to a public API, revapi warns me during the maven build, that this will break semantic versioning. And I think this is great.

But then I got a problem, because I don't know by heart, if I have to increase the patch, minor or even the major version. So it would be really helpful to inclu

Improve this page

Add a description, image, and links to the compatibility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compatibility topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.