History log of /PHP-8.2/README.md (Results 1 – 25 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0760a572 10-Mar-2023 Ilija Tovilo

[skip ci] Remove references to Azure Pipelines


# f47dc259 30-Jun-2023 Ilija Tovilo

Retire AppVeyor

Closes GH-11566


# a759a7fa 11-Jul-2022 Ayesh Karunaratne

[skip ci] Readme: Add Github Actions nightly workflow status badge (#8971)


# 5ad056ce 10-Jul-2022 Ayesh Karunaratne

[skip ci] Readme: Fix build-status icon link for Travis CI (#8970)


# f1d7f957 04-Jan-2022 Ilija Tovilo

[ci skip] Fix GH-7725: Adjust README instructions on referencing issues

Also remove some references to git.php.net which is not used anymore.

Closes GH-7882.


# 7028c818 04-Oct-2021 Rod Elias

Fix typo in README (#7544)

[ci skip]


# 9859e359 08-Jun-2021 Patrick Allaert

Adapted Travis CI urls


# 49a20cf3 29-Mar-2021 Bartosz Gorski

Removed mentions of git.php.net from the documentation


# eec11c29 15-Jan-2021 George Peter Banyard

[skip-ci] Add minimal build instruction for Fedora


# 7c2b1437 09-May-2020 Rod Elias

Add `pkg-config` to the build list

Closes GH-5550.

[ci skip]


# 22a2817d 18-Mar-2020 Nikita Popov

Improve build instructions in README

Provide enough information to get a build going without hunting
down packages.

If someone wants to add info for macos or other distros, that

Improve build instructions in README

Provide enough information to get a build going without hunting
down packages.

If someone wants to add info for macos or other distros, that
would probably be nice as well.

show more ...


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0
# 0292d23b 22-Nov-2019 Stanislav Malyshev

Add fuzzing badge to README


Revision tags: php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1
# 1afcf28a 01-Oct-2019 Gerard Roche

README: Fix AppVeyor branch and add link to LICENSE

Point AppVeyor status badge to master

Closes GH-4763.

[ci skip]


Revision tags: php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1
# d1163438 09-Jun-2019 Joe Watkins

azure image update [not skipping on purpose to test new configuration]


# cb9bb146 04-Jun-2019 Joe Watkins

add azure pipelines badge to readme [ci skip]


Revision tags: php-7.2.19, php-7.3.6, php-7.1.30
# f45b61b8 18-May-2019 Peter Kokot

[ci skip] Migrate Coding standards docs to Markdown


Revision tags: php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5
# 1c94aac8 21-Apr-2019 Peter Kokot

[ci skip] Fix CS in Markdown files

Checked and quickfixed with Markdown linter
- 80 columns line width (~)
- code highlighting
- ...

Some most obvious outdated content u

[ci skip] Fix CS in Markdown files

Checked and quickfixed with Markdown linter
- 80 columns line width (~)
- code highlighting
- ...

Some most obvious outdated content updated a bit more.

show more ...


# 47c5fa07 21-Apr-2019 Peter Kokot

[ci skip] Fix logo location


Revision tags: php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28
# 2c78b80e 31-Mar-2019 Joe Watkins

typo [ci skip]


# 79c6636f 31-Mar-2019 Joe Watkins

correct readme [ci skip]


# 8346b4c9 27-Mar-2019 Peter Kokot

Move README files to a dedicated docs directory

The new dedicated docs directory has been introduced after a discussion
on GitHub[1].

Main issue it is addressing is the reductio

Move README files to a dedicated docs directory

The new dedicated docs directory has been introduced after a discussion
on GitHub[1].

Main issue it is addressing is the reduction of too many README files in
the project root directory. The new directory is dedicated for notes and
quick documentation files that either can't be put in the manual or wiki
pages or that relate to the php-src repository specifically and need to
live together with the source code.

Also the `docs` directory is by GitHub used for some repository
configuration files such as pull request templates, and contributing
documentation helper files that are integrated in the interface.

[1]: https://github.com/php/php-src/pull/3988

show more ...


# 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 ...


# 092ebd03 23-Mar-2019 Peter Kokot

[ci skip] Move CREDITS from root to README


Revision tags: php-7.3.4RC1, php-7.2.17RC1
# 86f26814 16-Mar-2019 Peter Kokot

[ci skip] Remove make install step from README

The `make install` step touches files outside of the source directory
and might cause confusions with people. It should be mentioned in mor

[ci skip] Remove make install step from README

The `make install` step touches files outside of the source directory
and might cause confusions with people. It should be mentioned in more
details elsewhere in the installation chapter instead and how to
override it.

show more ...


# 29573269 07-Mar-2019 Peter Kokot

Refactor README.md file

- Initial refactorings of the README.md file with some more user
oriented information about the php-src repository and PHP in general.
- SVG logo added

Refactor README.md file

- Initial refactorings of the README.md file with some more user
oriented information about the php-src repository and PHP in general.
- SVG logo added
- README.WIN32-BUILD-SYSTEM file contents moved to README.md
- INSTALL file contents moved to README.md
- Windows releases now instead of install.txt file ship with the
README.md.
- A brief installation section added with help options mentioned for the
configure and make.
- Also mentioned the `-j` option for build and tests

Co-authored-by: Javier Eguiluz <javier.eguiluz@gmail.com>
Co-authored-by: Gabriel Caruso <carusogabriel34@gmail.com>
Co-authored-by: Matthias Kaschubowski <nihylum@gmail.com>

show more ...


1234