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.
 
 
 
 
 
 
Andrey Hristov 43ecd8fe1b mysqli_savepoint()/mysqli_release_savepoint() 13 years ago
TSRM Happy New Year 13 years ago
Zend Forgot test script 13 years ago
build Fix building of pure C++ extensions as static 14 years ago
ext mysqli_savepoint()/mysqli_release_savepoint() 13 years ago
main Fix non-Windows build 13 years ago
netware Happy New Year~ 13 years ago
pear Removed safe_mode 16 years ago
sapi Merge branch 'PHP-5.4' into PHP-5.5 13 years ago
scripts Relax autoconf support from 2.60 to 2.59. This is the version available on Centos/RHEL/Oracle Linux 5.6 15 years ago
tests Implemented Feature #60524 (sys_temp_dir) 13 years ago
travis Travis: Silence configure and make 13 years ago
win32 Remove some pre-vista code 13 years ago
.gdbinit SHA256 authentication tests 13 years ago
.gitattributes Merge branch 'PHP-5.3' into PHP-5.4 13 years ago
.gitignore Ignore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbak 13 years ago
.travis.yml Disable email notifications for travis-ci 14 years ago
CODING_STANDARDS Fix doc bug #63032 (Number of release in documentation). 13 years ago
CREDITS Let's pretend this is up-to-date now 24 years ago
EXTENSIONS Added myself as curl maintainer 14 years ago
INSTALL Updated INSTALL. Generated from the XML Docs. 13 years ago
LICENSE Bump copyright year. 14 years ago
Makefile.frag Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files. 13 years ago
Makefile.gcov fix race condition in find (it was finding the copied files over and over again, and recursing forever) 14 years ago
Makefile.global let make test report the run-test result 13 years ago
NEWS add the news about recent commits 13 years ago
README.EXTENSIONS * zend_module_entry change: apino, debug and zts are moved first, 24 years ago
README.EXT_SKEL update the docs 18 years ago
README.GIT-RULES PHP-5.5 is open 13 years ago
README.MAILINGLIST_RULES - mention rfc 1855 18 years ago
README.NEW-OUTPUT-API fix protos, and unintential double-patched content 16 years ago
README.PARAMETER_PARSING_API Update README.PARAMETER_PARSING_API 13 years ago
README.PHP4-TO-PHP5-THIN-CHANGES new incompatibilities. maybe someone from the doc group will update the 22 years ago
README.REDIST.BINS - update blowfish to 1.2 (Solar Designer) 15 years ago
README.RELEASE_PROCESS having xz makes it three. thanks Mike Ford for spotting it 13 years ago
README.SELF-CONTAINED-EXTENSIONS Improve the wording in this paragraph. 23 years ago
README.STREAMS Added notes about locking functions. 23 years ago
README.SUBMITTING_PATCH Restructure into PHP/PECL/PEAR component areas (at the expense of duplication) 16 years ago
README.TESTING clarification of wwwhether 'make test' needs the PHP xecutable to be set 17 years ago
README.TESTING2 Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded) 17 years ago
README.UNIX-BUILD-SYSTEM Update documentation for PHP 5. 23 years ago
README.WIN32-BUILD-SYSTEM - if they are outdated/wrong, no need to confuse the users 16 years ago
README.input_filter Merge branch 'PHP-5.3' into PHP-5.4 14 years ago
README.md Add preliminary README.md for github 14 years ago
README.namespaces - Changed namespace separator 17 years ago
UPGRADING NEWS/UPGRADING for changes in sockets, intl 13 years ago
UPGRADING.INTERNALS UPGRADING.INTERNALS: document zend_qsort_r 13 years ago
acinclude.m4 Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17 13 years ago
buildconf Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization. 14 years ago
buildconf.bat Check if configure script was copied, and output an error if it wasn't 17 years ago
config.guess - Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created) 13 years ago
config.sub - Upgraded bundled libtool to 1.5.26 16 years ago
configure.in Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport 13 years ago
footer consistent with the used style 23 years ago
genfiles - Give Marcus good old warm and fuzzy feeling.. :) 18 years ago
header Happy New Year~ 13 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist Build .xz archive during makedist 13 years ago
makerpm - Change from PHP5 -> PHP 5 22 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development Implemented Feature #60524 (sys_temp_dir) 13 years ago
php.ini-production Implemented Feature #60524 (sys_temp_dir) 13 years ago
php5.spec.in - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
run-tests.php count($test_files) already be checked above : if ($test_cnt) 13 years ago
server-tests-config.php - Fix filename 20 years ago
server-tests.php server-tests.php improvements: 13 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 26 years ago
stub.c Add newline. Recent GCC snapshots segfault, if the input file is completely 25 years ago
svnclean.bat - rename to svn 17 years ago
vcsclean dropped some more mime types, svnclean -> clean for multiple VCS 17 years ago

README.md

The PHP Interpreter

This is the github mirror of the official PHP repository located at http://git.php.net.

Build Status

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 http://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.