mirror of https://github.com/php/php-src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| TSRM | 8 years ago | |
| Zend | 8 years ago | |
| appveyor | 9 years ago | |
| build | 9 years ago | |
| ext | 8 years ago | |
| main | 8 years ago | |
| pear | 10 years ago | |
| sapi | 8 years ago | |
| scripts | 9 years ago | |
| tests | 8 years ago | |
| travis | 9 years ago | |
| win32 | 8 years ago | |
| .appveyor.yml | 9 years ago | |
| .editorconfig | 9 years ago | |
| .gdbinit | 9 years ago | |
| .gitattributes | 11 years ago | |
| .gitignore | 9 years ago | |
| .travis.yml | 9 years ago | |
| CODING_STANDARDS | 10 years ago | |
| CONTRIBUTING.md | 9 years ago | |
| CREDITS | 24 years ago | |
| EXTENSIONS | 8 years ago | |
| INSTALL | 10 years ago | |
| LICENSE | 9 years ago | |
| Makefile.frag | 11 years ago | |
| Makefile.gcov | 10 years ago | |
| Makefile.global | 11 years ago | |
| NEWS | 8 years ago | |
| README.EXT_SKEL | 10 years ago | |
| README.GIT-RULES | 9 years ago | |
| README.MAILINGLIST_RULES | 18 years ago | |
| README.NEW-OUTPUT-API | 9 years ago | |
| README.PARAMETER_PARSING_API | 10 years ago | |
| README.REDIST.BINS | 10 years ago | |
| README.RELEASE_PROCESS | 8 years ago | |
| README.SELF-CONTAINED-EXTENSIONS | 12 years ago | |
| README.STREAMS | 10 years ago | |
| README.SUBMITTING_PATCH | 11 years ago | |
| README.TESTING | 11 years ago | |
| README.TESTING2 | 11 years ago | |
| README.UNIX-BUILD-SYSTEM | 11 years ago | |
| README.WIN32-BUILD-SYSTEM | 16 years ago | |
| README.input_filter | 10 years ago | |
| README.md | 9 years ago | |
| UPGRADING | 8 years ago | |
| UPGRADING.INTERNALS | 8 years ago | |
| acinclude.m4 | 9 years ago | |
| buildconf | 9 years ago | |
| buildconf.bat | 17 years ago | |
| config.guess | 11 years ago | |
| config.sub | 9 years ago | |
| configure.ac | 9 years ago | |
| footer | 23 years ago | |
| genfiles | 11 years ago | |
| header | 9 years ago | |
| ltmain.sh | 16 years ago | |
| makedist | 10 years ago | |
| php.gif | 20 years ago | |
| php.ini-development | 9 years ago | |
| php.ini-production | 9 years ago | |
| php7.spec.in | 11 years ago | |
| run-tests.php | 9 years ago | |
| server-tests-config.php | 11 years ago | |
| server-tests.php | 9 years ago | |
| snapshot | 26 years ago | |
| stamp-h.in | 26 years ago | |
| vcsclean | 9 years ago | |
README.md
The PHP Interpreter
This is the github mirror of the official PHP repository located at http://git.php.net.
Pull Requests
PHP accepts pull requests via github. Discussions are done on github, but depending on the topic can also be relayed to the official PHP developer mailing list internals@lists.php.net.
New features require an RFC and must be accepted by the developers. See https://wiki.php.net/rfc and https://wiki.php.net/rfc/voting for more information on the process.
Bug fixes do not require an RFC, but require a bugtracker ticket. Always open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.
Fix #55371: get_magic_quotes_gpc() throws deprecation warning
After removing magic quotes, the get_magic_quotes_gpc function caused
a deprecate warning. get_magic_quotes_gpc can be used to detected
the magic_quotes behavior and therefore should not raise a warning at any
time. The patch removes this warning
We do not merge pull requests directly on github. All PRs will be pulled and pushed through http://git.php.net.