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