@@ -99,9 +99,8 @@ Extension Community Library - [PECL](https://pecl.php.net).
99
99
## Contributing
100
100
101
101
The PHP source code is located in the Git repository at
102
- [ git.php.net] ( https://git.php.net ) . Contributions are most welcome by forking
103
- the [ GitHub mirror repository] ( https://github.com/php/php-src ) and sending a
104
- pull request.
102
+ [ github.com/php/php-src] ( https://github.com/php/php-src ) . Contributions are most
103
+ welcome by forking the repository and sending a pull request.
105
104
106
105
Discussions are done on GitHub, but depending on the topic can also be relayed
107
106
to the official PHP developer mailing list internals@lists.php.net .
@@ -111,20 +110,15 @@ New features require an RFC and must be accepted by the developers. See
111
110
[ Voting on PHP features] ( https://wiki.php.net/rfc/voting ) for more information
112
111
on the process.
113
112
114
- Bug fixes ** do not ** require an RFC but require a bug tracker ticket. Open a
115
- ticket at [ bugs.php.net ] ( https://bugs.php.net ) and reference the bug id using
116
- ` #NNNNNN ` .
113
+ Bug fixes don't require an RFC. If the bug has a GitHub issue, reference it in
114
+ the commit message using ` GH-NNNNNN ` . Use ` #NNNNNN ` for tickets in the old
115
+ [ bugs.php.net ] ( https://bugs.php.net ) bug tracker .
117
116
117
+ Fix GH-7815: php_uname doesn't recognise latest Windows versions
118
118
Fix #55371: get_magic_quotes_gpc() throws deprecation warning
119
119
120
- After removing magic quotes, the get_magic_quotes_gpc function caused a
121
- deprecated warning. get_magic_quotes_gpc can be used to detect the
122
- magic_quotes behavior and therefore should not raise a warning at any time.
123
- The patch removes this warning.
124
-
125
- Pull requests are not merged directly on GitHub. All PRs will be pulled and
126
- pushed through [ git.php.net] ( https://git.php.net ) . See
127
- [ Git workflow] ( https://wiki.php.net/vcs/gitworkflow ) for more details.
120
+ See [ Git workflow] ( https://wiki.php.net/vcs/gitworkflow ) for details on how pull
121
+ requests are merged.
128
122
129
123
### Guidelines for contributors
130
124
0 commit comments