Richard Lyon
Richard Lyon
I thought we covered this last night? Including compass and other frameworks in the PHamlP core is wrong - it limits user choice on what libraries/frameworks to use and increases...
You can't ignore those functions - they are available in existing branches of PhamlP through roughly the same method as we are using although without the extensibility. Either using the...
Try wrapping the URL in quotes, that should stop it being parsed as anything else.
We have previously investigated PSR-0 and use of namespaces, but unfortunately it's a bit _too_ new. Namespaces are a 5.30+ feature and there are too many servers out there still...
Wow you guys were busy last night! The PSR stuff looks pretty good so far, can't wait for the pull request.
http://w3techs.com/technologies/details/pl-php/5/all Until these numbers change, I'm not willing to potentially drop support for 50%+ of sites. The transition period for PHP has always been slow (shared hosts etc), but one...
I'm not sure how well doing it in a branch would work; changes provided to the master branch would be need to mirrored into the PSR branch, and the amount...
Git merge is neither infallible nor omnipotent. Whoever maintains the 5.3 branch will need to make sure that all changes are tracked quickly. If we can get an unbiased sample...
As mentioned previously, the number of projects using 5.2 is over 50% of all sites. However, that includes legacy projects and so on. The important metric, and the one we...
I'm ok with starting up a branch for namespaces and PSR (might as well do it all in one batch). How do we get started on this? @samuelwilliams you have...