Philip Olson
Philip Olson
Here's a _rough_ idea for comment; this is _not_ a PR :) This hack works for our use case in that it redirects old style URLs for file views and...
My original request was written before looking at the code. The rough patch for comment (not a PR!) shows an idea of how it'd work and it functions for both...
Thanks, the limiting factor (for me) is figuring out the URL structure for both multiview and non-multiview styles, and doing so without trial-and-error. But after looking closer today, getURL() and...
Thanks for the responses! I’m not able to write this but I can test/review/pr against someone else’s work after the fact; by following the dummies guide to interface my private...
I’m holding onto hope that @ReeceLangerock swoops in and posts an example :)
Also, link to specific sections in the manual ( within http://php.net/manual/en/install.php ) which also may mean updating the main installation section as it contains a few outdated parts, and we...
Something to consider: Has xdebug become a standard in the PHP world? We could refer to it, especially considering it's a PECL extension. Unfortunately it is not documented at php.net...
Lint mode (php -l) is probably worth mentioning here.
@nikic If "Show how to execute on the commandline" is written then I imagine this being noted there. I think lint mode is worth mentioning, that is, if CLI usage...
This is a useful patch, FWIW I give it a 👍 Here's a diff against sakila: ``` Diff --- before_patch.txt 2016-08-10 12:32:00.000000000 -0700 +++ after_patch.txt 2016-08-10 12:31:45.000000000 -0700 @@ -2,6...