-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapters not being expanded #121
Comments
Sorry I don’t understand what you are trying to say? Can you be a bit more specific and post your adapter configuration. |
Sorry about the impromptu terminology. |
So what you are saying is, that using the .env adapter some placeholders where replaced and some not? I checked and some values are not replaceable by an adapter value at the moment. |
Yes, that was what I was trying to say. Thx! |
Currently the regex is Finding the start wouldn't be an issue but finding the end of the adapter value would be tricky. For example "fooadapter:myadapter:barbaz" would be impossible to determine. I have to think about it, and check if I can make this work without breaking backwards compability. |
Alternatively, you could also support both the current syntax an a new delimited syntax such as "${....}". |
With phpbu <option name="some" value=":adapter:foo:dir:/path/:adapter:foo:filename:.conf"/> |
This happens in the following 2 places.
In this case, we tested with same-origin adpters and it works fine.
The text was updated successfully, but these errors were encountered: