🎓 Collection of useful PHP frequently asked questions, articles and best practices
A curated list of awesome jQuery plugins, resources and other shiny things.
A curated list of awesome programming, development, technical support and discussion channels, groups, communities, resources and other shiny things
🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
@istiak101, For the bundled shtool the change should be sent also to https://www.gnu.org/software/shtool/ and for the pkg.m4 file here https://gitlab.freedesktop.org/pkg-config/pkg-config
The /usr/lib64/build/shtool
sounds more like a system file distributed by some other package.
Doing changes like this is a bit tricky because we'll end up with a forked shtool and pkg.m4 file. This shtool should be perhaps also made obsolete one day. It is just a wrapper for shell commands on old systems.
The AC_TRY_COMPILE macro is obsolete: http://git.savannah.gnu.org/cgit/autoconf.git/tree/ChangeLog.2
Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE and AC_LANG_PROGRAM
Macro is obsolete: http://git.savannah.gnu.org/cgit/autoconf.git/tree/ChangeLog.2
Bump asciidoctor from 1.5.6.1 to 1.5.8
Bumps asciidoctor from 1.5.6.1 to 1.5.8.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #9 from progit/dependabot/bundler/asciidoctor-1.5.8
Bump asciidoctor from 1.5.6.1 to 1.5.8
Bumps asciidoctor from 1.5.6.1 to 1.5.8.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bump activesupport from 7.0.2.3 to 7.0.4.1
Bumps activesupport from 7.0.2.3 to 7.0.4.1.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #8 from progit/dependabot/bundler/activesupport-7.0.4.1
Bump activesupport from 7.0.2.3 to 7.0.4.1
Bumps activesupport from 7.0.2.3 to 7.0.4.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
The baseurl doesn't work neither locally. It is overwritten to an empty value on GitHub pages.
There is a jekyll-seo-tag plugin used on GitHub pages that can automatically output SEO metadata and add Open Graph with Twitter cards tags etc.
I've added additionally this value tagline: Reference for PHP best practices
which is appended to title on the index page.
https://pages.github.com/versions/
Use jekyll-seo-tag plugin
Remove site.baseurl
The site.baseurl should only be used when site is living on the subpath of the domain. https://ben.balter.com/jekyll-style-guide/config/#baseurl
The site.baseurl
configuration value should only be used when the resulting site lives at a subpath of the domain 1.
This also fixes the syntax highlighting on pages (basics, functional programming etc.).
Remove baseurl
The site.baseurl configuration value should only be used when the resulting site lives at a subpath of the domain 1.
This also fixes the syntax highlighting on pages (basics, functional programming etc.).
Bump translations up to codeguy/php-the-right-way@45616f96667f4a743dae11247a9be915ba4c6c3e
Hello, I believe that it's good to know that PEAR is there, yet reader should be pointed to a GitHub repository README instead.
Composer version 2 removed the PEAR support so the example needs to be updated a bit.
Bump submodules
Add some icons
Bump submodules
Add Jekyll local dev files