Refactor README.md - #3839
Closed
petk wants to merge 2 commits into
Closed
Conversation
petk
force-pushed
the
patch-readme
branch
2 times, most recently
from
February 17, 2019 16:05
8d0f014 to
cb92f6b
Compare
petk
marked this pull request as ready for review
February 24, 2019 10:27
ammarfaizi2
approved these changes
Mar 2, 2019
Member
Author
|
@carusogabriel, @cmb69, @javiereguiluz, @KalleZ, @nikic, @weltling For the time being I don't have anything to add to README yet This is good to merge to PHP-7.4+? If so, I can do that in the following days then... Anyway, we can also add major information in next steps if anything comes up. |
- 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.txt which is a copy of the README.md. The txt format is used so the file can be opened in a simple way. - Add help option for configure and make. - Mention -j option also 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>
Member
Author
|
Applied via 2957326 to PHP-7.4+... I'm sure there will be more info to add in this file in the future also... Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This refactors the
README.mdfile into a bit more useful source of information for people who visit the repository via GitHub and for those who unzip the php-src downloaded release files.README.mdfile is located in *nix releases, and copied toreadme.txton windows releases. So, the syntax can be Markdown with a bit of a thought for Windows systems where opening *.md files by default requires selecting an application or editor (so probably that's why there is a *.txt done now).