@@ -99,9 +99,8 @@ Extension Community Library - [PECL](https://pecl.php.net).
9999## Contributing
100100
101101The 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.
105104
106105Discussions are done on GitHub, but depending on the topic can also be relayed
107106to the official PHP developer mailing list
[email protected] .
@@ -111,20 +110,15 @@ New features require an RFC and must be accepted by the developers. See
111110[ Voting on PHP features] ( https://wiki.php.net/rfc/voting ) for more information
112111on the process.
113112
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 .
117116
117+ Fix GH-7815: php_uname doesn't recognise latest Windows versions
118118 Fix #55371: get_magic_quotes_gpc() throws deprecation warning
119119
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.
128122
129123### Guidelines for contributors
130124
0 commit comments