@@ -75,8 +75,8 @@ accompanied by [pull requests](#pull-requests). You can find the extremely large
75
75
list of RFCs that have been previously considered on the
76
76
[ PHP Wiki] ( https://wiki.php.net/rfc ) .
77
77
78
- To create a RFC, discuss it with the extension maintainer, and discuss it on the
79
- development mailing list
[email protected] . RFC Wiki accounts can be
78
+ To create an RFC, discuss it with the extension maintainer, and discuss it on
79
+ the development mailing list
[email protected] . RFC Wiki accounts can be
80
80
requested on https://wiki.php.net/start?do=register . PHP extension maintainers
81
81
can be found in the [ EXTENSIONS] ( /EXTENSIONS ) file in the PHP source code
82
82
repository. Mailing list subscription is explained on the
@@ -318,7 +318,7 @@ detailed [information on Git](https://git-scm.com/).
318
318
319
319
PHP is developed through the efforts of a large number of people. Collaboration
320
320
is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
321
- with regards to Git usage will:
321
+ with regard to Git usage will:
322
322
323
323
* Make everybody happier, especially those responsible for maintaining PHP
324
324
itself.
@@ -348,7 +348,7 @@ Having said that, here are the organizational rules:
348
348
` --enable-zts ` switch to ensure your code handles TSRM correctly and doesn't
349
349
break for those who need that.
350
350
351
- Currently we have the following branches in use:
351
+ Currently, we have the following branches in use:
352
352
353
353
| Branch | |
354
354
| --------- | --------- |
0 commit comments