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.
|
|
11 years ago | |
|---|---|---|
| TSRM | 11 years ago | |
| Zend | 11 years ago | |
| build | 11 years ago | |
| ext | 11 years ago | |
| main | 11 years ago | |
| netware | 11 years ago | |
| pear | 11 years ago | |
| sapi | 11 years ago | |
| scripts | 11 years ago | |
| tests | 11 years ago | |
| travis | 11 years ago | |
| win32 | 11 years ago | |
| .gdbinit | 11 years ago | |
| .gitattributes | 11 years ago | |
| .gitignore | 11 years ago | |
| .travis.yml | 11 years ago | |
| CODING_STANDARDS | 11 years ago | |
| CREDITS | 24 years ago | |
| EXTENSIONS | 11 years ago | |
| INSTALL | 11 years ago | |
| LICENSE | 11 years ago | |
| Makefile.frag | 11 years ago | |
| Makefile.gcov | 12 years ago | |
| Makefile.global | 11 years ago | |
| NEWS | 11 years ago | |
| README.EXT_SKEL | 11 years ago | |
| README.GIT-RULES | 11 years ago | |
| README.MAILINGLIST_RULES | 18 years ago | |
| README.NEW-OUTPUT-API | 11 years ago | |
| README.PARAMETER_PARSING_API | 11 years ago | |
| README.REDIST.BINS | 15 years ago | |
| README.RELEASE_PROCESS | 11 years ago | |
| README.SELF-CONTAINED-EXTENSIONS | 12 years ago | |
| README.STREAMS | 12 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 | 11 years ago | |
| README.md | 11 years ago | |
| README.namespaces | 17 years ago | |
| UPGRADING | 11 years ago | |
| UPGRADING.INTERNALS | 11 years ago | |
| acinclude.m4 | 11 years ago | |
| buildconf | 14 years ago | |
| buildconf.bat | 17 years ago | |
| config.guess | 11 years ago | |
| config.sub | 11 years ago | |
| configure.in | 11 years ago | |
| footer | 23 years ago | |
| genfiles | 18 years ago | |
| header | 11 years ago | |
| ltmain.sh | 16 years ago | |
| makedist | 12 years ago | |
| makerpm | 11 years ago | |
| php.gif | 20 years ago | |
| php.ini-development | 11 years ago | |
| php.ini-production | 11 years ago | |
| php7.spec.in | 11 years ago | |
| run-tests.php | 11 years ago | |
| server-tests-config.php | 11 years ago | |
| server-tests.php | 11 years ago | |
| snapshot | 26 years ago | |
| stamp-h.in | 26 years ago | |
| stub.c | 25 years ago | |
| vcsclean | 12 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 mailinglist 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.