Uh oh!
There was an error while loading. Please reload this page.
Refactor README.md - #3839
Conversation
Uh oh!
There was an error while loading. Please reload this page.
8d0f014 to
cb92f6bCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
petk
commented
Mar 2, 2019
@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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- 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>
petk
commented
Mar 7, 2019
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. |
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).