From cc6557ed4ebf950fa456b421944ac73210c44575 Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Wed, 4 Oct 2017 10:21:35 -0700 Subject: [PATCH 1/3] Update best practices Add article discussing the importance of using the latest support PHP versions. --- _posts/16-08-01-Sites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 7eaedca8b..b6e840374 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -16,6 +16,7 @@ PHP versions * [PHP Best Practices](https://phpbestpractices.org/) * [Best practices for Modern PHP Development](https://www.airpair.com/php/posts/best-practices-for-modern-php-development) +* [Why You Should Be Using Supported PHP Versions](https://kinsta.com/blog/php-versions/) ### News around the PHP and web development communities You can subscribe to weekly newsletters to keep yourself informed on new libraries, latest news, events and general From fc6acc0daad23218e9b8e3161a75705832c3f7c8 Mon Sep 17 00:00:00 2001 From: Mamat Rahmat Date: Tue, 21 Nov 2017 01:05:48 +0700 Subject: [PATCH 2/3] Fix broken link --- _posts/06-05-01-Further-Reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/06-05-01-Further-Reading.md b/_posts/06-05-01-Further-Reading.md index dd18d1c9f..f9553b448 100644 --- a/_posts/06-05-01-Further-Reading.md +++ b/_posts/06-05-01-Further-Reading.md @@ -9,4 +9,4 @@ anchor: further_reading * [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection) * [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html) * [Dependency Injection: Huh?](http://net.tutsplus.com/tutorials/php/dependency-injection-huh/) -* [Dependency Injection as a tool for testing](http://philipobenito.github.io/dependency-injection-as-a-tool-for-testing/) +* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1) From ef5c6307fd88dab7475a54da090ecacfc0a19b2c Mon Sep 17 00:00:00 2001 From: Cmder Date: Fri, 4 May 2018 22:23:38 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=86=E7=B1=BB=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 现在的这个开发语言分类是css,很明显跟项目表达的意思不一样,应该是php才对 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b748c5239 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=php +*.css linguist-language=php +*.html linguist-language=php