#
fbb8ada0 |
| 07-Apr-2019 |
Peter Kokot |
[ci skip] Mention docs dir |
Revision tags: php-7.2.17, php-7.3.4, php-7.1.28 |
|
#
6be6d936 |
| 30-Mar-2019 |
Peter Kokot |
Merge branch 'PHP-7.4' * PHP-7.4: [ci skip] Add ffi_parser.c info
|
#
04a9d6b9 |
| 30-Mar-2019 |
Peter Kokot |
[ci skip] Add ffi_parser.c info |
#
d31a40db |
| 30-Mar-2019 |
Peter Kokot |
Merge branch 'PHP-7.4' * PHP-7.4: Join README.GIT-RULES and CONTRIBUTING.md
|
#
a8e879c5 |
| 25-Mar-2019 |
Peter Kokot |
Join README.GIT-RULES and CONTRIBUTING.md This patch joins two very much related pieces of docs together in a single file dedicated to all sorts of contributing info. Some more
Join README.GIT-RULES and CONTRIBUTING.md This patch joins two very much related pieces of docs together in a single file dedicated to all sorts of contributing info. Some more changes: - Branches info copied from the current master branch - LXR and bonsai info removed - Duplicated info reduced a bit - Security branch updated to 7.1 - Refactor intro for Git commit rules - Updated README.GIT-RULES file usage in win32/build/confutils.js - Refactored configure.ac
show more ...
|
#
d0e47274 |
| 25-Mar-2019 |
Peter Kokot |
Merge branch 'PHP-7.4' * PHP-7.4: [ci skip] Join contributing and patches docs
|
#
886b2a22 |
| 23-Mar-2019 |
Peter Kokot |
[ci skip] Join contributing and patches docs This joins two similar contextual information together in the main CONTRIBUTING.md file. Additionally: - http links updated to h
[ci skip] Join contributing and patches docs This joins two similar contextual information together in the main CONTRIBUTING.md file. Additionally: - http links updated to https where possible - sentences and sections refactored more so they make some sence. GitHub pull requests are preferred way for contributing code. - reorder paragraphs and contextual info - s/mail list/mailing list - PHP internals refactorings - use canonical https://www.php.net
show more ...
|
Revision tags: php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1 |
|
#
6054b236 |
| 11-Feb-2019 |
Nikita Popov |
Remove oniguruma lines from CONTRIBUTING |
Revision tags: php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1, php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33 |
|
#
7e445ef3 |
| 02-Dec-2018 |
Peter Kokot |
Set AC_CONFIG_AUX_DIR to build directory The Autoconf macro AC_CONFIG_AUX_DIR can set the location of the auxiliary build tools such as config.guess, config.sub, and bundled libtool
Set AC_CONFIG_AUX_DIR to build directory The Autoconf macro AC_CONFIG_AUX_DIR can set the location of the auxiliary build tools such as config.guess, config.sub, and bundled libtool scripts and moves these bundled files from the root directory to the build subdirectory. Additionally some changes in this context or as a part of obsoletion: - The LT_TARGETS variable in build/build2.mk file was once used as a part of the Automake step. It's not used anymore and has been refactored to separate makedist script directly. - ltconfig is not used anymore since libtool 1.4+ cf8d1563c27a70fdd24055c1e80218ec7b5962d6 - phpize file locations for the config.guess, config.sub, and ltmain.sh has been refactored accordingly.
show more ...
|
#
51004a9c |
| 03-Dec-2018 |
Gabriel Caruso |
Remove old generated files These files were remove in f0251a8, as well 22c2493 |
Revision tags: php-7.3.0 |
|
#
0c82597a |
| 23-Nov-2018 |
Peter Kokot |
[ci skip] PHP 7.1 is now security-only branch Refs: - http://news.php.net/php.internals/103486 |
Revision tags: php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3 |
|
#
0e60b812 |
| 07-Oct-2018 |
Peter Kokot |
Move all testing docs to qa.php.net The qa.php.net currently includes nice collection of information about tests and how to run them. Instead of maintaining two locations of this inf
Move all testing docs to qa.php.net The qa.php.net currently includes nice collection of information about tests and how to run them. Instead of maintaining two locations of this information, this patch removes the README.TESTING from the php-src repo. Patch for qa.php.net has been sent separately to that repo.
show more ...
|
#
6083a387 |
| 06-Oct-2018 |
Christoph M. Becker |
Unbundle libsqlite3 Since there is no need to patch libsqlite3 for our purposes, and since libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely available on distros, there
Unbundle libsqlite3 Since there is no need to patch libsqlite3 for our purposes, and since libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely available on distros, there is no reason anymore to bundle the library. Besides removing the bundled libsqlite, and adapting the configuration respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA compile time constant to detect whether sqlite3_column_table_name() is available by a working feature detection (otherwise bug_42589.phpt would fail). We also skip bug73068.phpt for libsqlite 3.11.0 to 3.14.1 which have a bug (<https://sqlite.org/src/info/ef360601>). We also completely drop support for the obscure pdo_sqlite_external extension (which could have been enabled on Windows only by passing `--pdo-sqlite-external` to configure), since it is not needed anymore. Furthermore, we remove references to the bundled libsqlite from Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
show more ...
|
Revision tags: php-7.1.23RC1 |
|
#
41ac1d49 |
| 26-Sep-2018 |
Peter Kokot |
[ci skip] Mention php_pdo_mysql_sqlstate.h in the contributing info |
Revision tags: php-7.2.11RC1, php-7.3.0RC2 |
|
#
949becb1 |
| 15-Sep-2018 |
Peter Kokot |
Add directory structure to the contributing docs This patch adds a php-src directory structure introduction to the contributing guidelines. Thanks to the discussion at [1] and PHP ma
Add directory structure to the contributing docs This patch adds a php-src directory structure introduction to the contributing guidelines. Thanks to the discussion at [1] and PHP manual. [1] https://github.com/php/php-src/pull/3520
show more ...
|
Revision tags: php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28, php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1 |
|
#
e3f58de3 |
| 06-Jan-2018 |
Bishop Bettini |
PHP 7.1 is the new hotness PHP 7.0 entered security fix phase. [ci skip] |
Revision tags: php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27, php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18 |
|
#
19a692b7 |
| 02-Apr-2017 |
Nikita Popov |
Update CONTRIBUTING Update version numbers, point out not to PR against release branches, point out rebase over merge. [ci skip] |
Revision tags: php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1 |
|
#
0c50f497 |
| 21-May-2015 |
Adam Harvey |
Add documentation contribution information. |
#
81f4a7df |
| 21-May-2015 |
Adam Harvey |
Add a bare bones CONTRIBUTING.md. I was not at all guilted into this by the open source summit at php[tek]. Not at all. (such guilt) This is based mostly on information
Add a bare bones CONTRIBUTING.md. I was not at all guilted into this by the open source summit at php[tek]. Not at all. (such guilt) This is based mostly on information already on our Web site, and is primarily a set of links to other pages. Still, if we can encourage more contributors, let's do it!
show more ...
|