Peter Kokot
5638836ec8
Update php.net links to point to https://www.php.net
2023-01-17 23:57:25 +01:00
Andrew Dawes
2b3f1a5a33
Fixed a typo
2022-10-22 22:14:05 +02:00
Naïm Favier
fa25f27975
Password Hashing: fix typo "algoithm"
2019-03-01 12:11:52 +01:00
Paragon Initiative Enterprises
b4e964f178
Supersedes #725
2018-06-20 10:27:53 -04:00
Josh Lockhart
1b9ebc9672
Update Security links with https
2018-06-19 14:44:20 -04:00
Phil Sturgeon
8fdb569bc1
Merge branch 'gh-pages' of https://github.com/mkyaw/php-the-right-way into gh-pages
2016-11-12 15:30:39 -05:00
William Turrell
646aae60a9
Conform to style guide
...
Backticks for functions, double (") not single (') quotes
2016-10-08 12:18:17 +01:00
William Turrell
89e02f7ce7
Password Hashing - explain salts
...
- what they are
- why they're needed
- how password_hash/verify handle it all for you.
2016-10-06 10:59:36 +01:00
Myo T Kyaw
14e80864d5
Update with minor grammar fixes
2016-09-16 18:40:43 -07:00
jrfnl
185120cf6f
Minor style fixes
...
- use `()` when referencing functions
2014-12-08 22:05:28 +01:00
jrfnl
87202921c7
Style consistency Round 2
...
- spacing of jekyll tags at top of file
- line wrap at 120 chars
- url/link verification and move to bottom and order
2014-12-08 22:05:25 +01:00
jrfnl
7d19feaf98
Fix highlighter consistency
...
- in some places php would not be highlighted as the `<?php` tag was missing
- in one place there was a duplicate `<?php` tage
- replaced `bash` with `console` for better highlighting
- ensured all console snippets are wrapped within highlighting code
- wrapped ini examples in highlighting code
2014-12-08 19:32:03 +01:00
jrfnl
1852c53aa5
Use language independent permalinks for php.net urls
...
@see http://php.net/urlhowto.php
2014-12-08 17:48:38 +01:00
Jonathan Reinink
b761690292
Add new Templating section.
2014-07-25 14:53:02 -04:00