27 Commits

Author SHA1 Message Date
Peter Kokot
5638836ec8 Update php.net links to point to https://www.php.net 2023-01-17 23:57:25 +01:00
Pen-y-Fan
81c7c62414 End of Line (#888)
End of line changed from `\n` to `PHP_EOL`
2021-05-02 12:15:44 +01:00
Przemysław Głębocki
b4d2228b8e Changed CLI name variable signature from optional to argument 2019-04-16 12:09:06 +02:00
Josh Lockhart
522c7c5454 Update links to use HTTPS in CLI section
Remove bad link to Windows CLI setup
2018-06-19 13:14:57 -04:00
defenestrator
72f1ccedb6 Fix typos and improve readability of one sentence in Section 3. 2015-01-07 12:16:29 -07:00
Dave Hulbert
0a852e293d Use strict equality comparison when comparing ints
This isn't a bug, per se, but bring strict is "the right way" and important to get right in a code example here.
2015-01-06 08:34:05 +00:00
Andrew (Andrius) Marcinkevicius
cabe8ad232 Update 03-05-01-Command-Line-Interface.md
I think additional emphasis on the **not** could improve the text as it can be missed (at first read "*... put in public*", though "*that isn't right*" and rereading noticed the not).
2015-01-02 14:55:10 +02:00
jrfnl
185120cf6f Minor style fixes
- use `()` when referencing functions
2014-12-08 22:05:28 +01:00
jrfnl
80148bdc44 Jekyll header spacing consistency 2014-12-08 22:03:53 +01:00
jrfnl
ce8d83fb6f Verify link consistency - round 1
- Verify that all named links at the bottom of a post are in use, otherwise either remove or add link in post
- if the post uses named links, try and make sure all links in the post are in that style
- ensure logical order for the named links at the bottom
2014-12-08 22:03:49 +01:00
jrfnl
82ee7ad76a Fix line wrapping consistency - round 1
Comply with the 'wrap at 120 chars' style rule stated in the contributing.md document
2014-12-08 22:03:47 +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
James Gill
39caad2fa6 Several grammatic edits to introductory topics to improve readability and flow. 2014-08-03 20:14:02 -07:00
Eric Martel
7df82049e8 Redid anchor changes to be sure each doc was updated properly 2014-03-14 23:13:39 -04:00
Ryan Williams
25c115c214 misspelling/typo correction: administrativia -> administrivia 2013-08-07 17:57:39 -04:00
dansmith
ca1835615a Minor (non-quote) grammar/spelling fixes 2013-07-15 15:32:35 +01:00
Phil Sturgeon
db59caf8fb Merge pull request #177 from akira28/w3c
Fixed w3c validator errors for "Duplicate ID"
2012-10-14 06:36:26 -07:00
Vincent Tunru
d6a150eb21 Removed "too" from "also ... too". 2012-10-14 15:33:39 +02:00
andrea
d5d5d0725b Fixed w3c validator errors for "Duplicate ID" 2012-08-20 16:20:00 +02:00
Nick Adams
4f086c3aca Unified conditional arguments and replaced APC example 2012-08-14 23:15:25 +12:00
Volker Dusch
37b0c1c95f Updated the CLI example to use a proper exit code. Closes #121 2012-07-18 15:14:29 +03:00
Jake Smith
feca5a2ab6 Add information on PHP interactive shell. 2012-07-10 11:51:38 -05:00
Kris Jordan
eeae783216 Adding back bash prompt 2012-07-10 11:44:15 -04:00
Phil Sturgeon
d7b81d1826 Moved the Exceptions stuff to "Coding Practises" where we can show off a few tips on good code. 2012-07-10 14:48:35 +01:00
Phil Sturgeon
61f3ee4e1d Added some information about Exceptions. 2012-07-10 14:40:06 +01:00
Kris Jordan
dc1857b8fa Moving to Post structure.
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
2012-07-10 00:33:25 -04:00