summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* [skip-ci] Add minimal build instruction for FedoraGeorge Peter Banyard2021-01-151-2/+7
|
* Add `pkg-config` to the build listRod Elias2020-05-111-1/+1
| | | | | | Closes GH-5550. [ci skip]
* Improve build instructions in READMENikita Popov2020-03-181-10/+17
| | | | | | | | 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.
* Add fuzzing badge to READMEStanislav Malyshev2019-11-301-0/+1
|
* README: Fix AppVeyor branch and add link to LICENSEGerard Roche2019-10-011-3/+3
| | | | | | | | Point AppVeyor status badge to master Closes GH-4763. [ci skip]
* Merge branch 'PHP-7.4'Joe Watkins2019-06-091-1/+1
|\ | | | | | | | | * PHP-7.4: azure image update [not skipping on purpose to test new configuration]
| * azure image update [not skipping on purpose to test new configuration]Joe Watkins2019-06-091-1/+1
| |
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-041-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: add azure pipelines badge to readme [ci skip]
| * add azure pipelines badge to readme [ci skip]Joe Watkins2019-06-041-0/+1
|/
* [ci skip] Migrate Coding standards docs to MarkdownPeter Kokot2019-05-181-1/+1
|
* [ci skip] Fix CS in Markdown filesPeter Kokot2019-04-211-7/+14
| | | | | | | | | Checked and quickfixed with Markdown linter - 80 columns line width (~) - code highlighting - ... Some most obvious outdated content updated a bit more.
* [ci skip] Fix logo locationPeter Kokot2019-04-211-5/+5
|
* typo [ci skip]Joe Watkins2019-03-311-2/+2
|
* correct readme [ci skip]Joe Watkins2019-03-311-22/+34
|
* Move README files to a dedicated docs directoryPeter Kokot2019-03-301-2/+2
| | | | | | | | | | | | | | | | | 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
* Join README.GIT-RULES and CONTRIBUTING.mdPeter Kokot2019-03-301-1/+0
| | | | | | | | | | | | | | 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
* [ci skip] Move CREDITS from root to READMEPeter Kokot2019-03-241-0/+5
|
* [ci skip] Remove make install step from READMEPeter Kokot2019-03-161-1/+0
| | | | | | | 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.
* Refactor README.md filePeter Kokot2019-03-071-30/+95
| | | | | | | | | | | | | | | | | - 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>
* Move all testing docs to qa.php.netPeter Kokot2018-10-181-0/+7
| | | | | | | 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.
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Update http to httpsDusta2018-06-251-2/+2
|
* add build status badgeAnatol Belski2016-12-161-0/+1
|
* Fix typoxiabeifeng2016-06-041-1/+1
|
* Use svg instead of png to get better image qualityPeter Dave Hello2015-01-251-1/+1
|
* Link to more readmesHannes Magnusson2013-10-271-1/+10
|
* Add preliminary README.md for githubDavid Soria Parra2012-06-031-0/+30
Github uses a special markdown syntax and display the content of the README formatted on the front page of the repo. This readme contains information for github users.