[PHP-WEBMASTER] [web-php] PR #629: Fix: Clean up `robots.txt`

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/629 Author: localheinz This pull request - [x] removes entries from `robots.txt` -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #628: Fix: Move tests

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/628 Author: localheinz This pull request - [x] moves tests Follows #606. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Use autoloader (#614)

2022-07-08 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2022-07-08T23:06:52+01:00 Commit: https://github.com/php/web-php/commit/46477db7068c811dfac5e23400911aca2d974b9d Raw diff: https://github.com/php/web-php/commit/46477db7068c811dfac5e23400911aca2d974b9d.d

[PHP-WEBMASTER] [web-php] PR #614: Enhancement: Use autoloader

2022-07-08 Thread kamil-tekiela
Pull Request: https://github.com/php/web-php/pull/614 Closed by kamil-tekiela. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Fix: Command (#627)

2022-07-08 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2022-07-08T23:00:29+01:00 Commit: https://github.com/php/web-php/commit/153437dec1f2fe9553935d92f836bb75b1e0058c Raw diff: https://github.com/php/web-php/commit/153437dec1f2fe9553935d92f836bb75b1e0058c.d

[PHP-WEBMASTER] [web-php] PR #627: Fix: Command

2022-07-08 Thread kamil-tekiela
Pull Request: https://github.com/php/web-php/pull/627 Closed by kamil-tekiela. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #627: Fix: Command

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/627 Author: localheinz This pull request - [x] fixes a command Follows #615. 💁‍♂️ Sorry, my bad! -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #626: Enhancement: Extract function to avoid use of global

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/626 Author: localheinz This pull request - [x] extracts a function `challenges()` to avoid the use of globals -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Fix: Heredoc syntax

2022-07-08 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-08T23:29:25+02:00 Commit: https://github.com/php/web-php/commit/3a2761d9a40b360990a721d60bd9fb845fb7d87e Raw diff: https://github.com/php/web-php/commit/3a2761d9a40b360990a721d60bd9fb845fb7d87e.diff Fix

[PHP-WEBMASTER] [web-php] PR #564: Fix: Heredoc syntax

2022-07-08 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/564 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #625: Enhancement: Document namespace mapping

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/625 Author: localheinz This pull request - [x] documents the PSR-4 namespace mapping introduced in 7971068c37a43fdd24f37542682729ab8bc6e7dd Slightly related to, but not blocked by #624. -- PHP Webmaster List Mailing List (http://www.php.net/)

[PHP-WEBMASTER] [web-php] master: Enhancement: Add CONTRIBUTING.md

2022-07-08 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-08T23:26:41+02:00 Commit: https://github.com/php/web-php/commit/83ef23419218748158f740daa83fd5e0f8fdd5cd Raw diff: https://github.com/php/web-php/commit/83ef23419218748158f740daa83fd5e0f8fdd5cd.diff Enh

[PHP-WEBMASTER] [web-php] PR #615: Enhancement: Add `CONTRIBUTING.md`

2022-07-08 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/615 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #623: Fix: Use `https` instead of `http` as protocol in links

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/623 Author: localheinz This pull request - [x] uses `https` instead of `http` as protocol in links -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Document platform requirement in composer.json

2022-07-08 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-08T14:58:24+02:00 Commit: https://github.com/php/web-php/commit/d47ac32040a9b5b01488b9012aba68a3ff27cf3d Raw diff: https://github.com/php/web-php/commit/d47ac32040a9b5b01488b9012aba68a3ff27cf3d.diff Enh

[PHP-WEBMASTER] [web-php] PR #408: Enhancement: Document platform requirement in `composer.json`

2022-07-08 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/408 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #622: Enhancement: Enable `indentation_type` fixer

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/622 Author: localheinz This pull request - [x] enables the `indentation_type` fixer - [ ] runs `.phive/php-cs-fixer fix` Blocked by #559. 💁‍♂️ This is just an example of one could move forward: - enable (or configure) a fixer, commit and push -

[PHP-WEBMASTER] [web-php] PR #621: Enhancement: Add `Makefile`

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/621 Author: localheinz This pull request - [x] adds a `Makefile` 💁‍♂️ Run ```shell make help ``` to show a list of available commands. Run ```shell make tests ``` to run the existing tests. Run ```shell make ``` to run the `it` target. A

[PHP-WEBMASTER] [web-php] PR #620: Enhancement: Set charset for all files to UTF-8

2022-07-08 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/620 Author: localheinz This pull request - [x] sets the charset for all files to `UTF-8` Follows #554. 💁‍♂️ I would not mind pulling up more attributes! -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-WEBMASTER] [web-php] master: Changelog: do not confuse GH-xxx with #xxx bugs

2022-07-08 Thread Guilliam Xavier via GitHub
Author: Guilliam Xavier (guilliamxavier) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-08T14:02:19+02:00 Commit: https://github.com/php/web-php/commit/2c3eb8db192877d3fb9d79b2c13641f1a34ac43f Raw diff: https://github.com/php/web-php/commit/2c3eb8db192877d3fb9d79b2c13641f1a34ac43f.diff

[PHP-WEBMASTER] [web-php] PR #619: Changelog: do not confuse GH-xxx with #xxx bugs

2022-07-08 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/619 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #619: Changelog: do not confuse GH-xxx with #xxx bugs

2022-07-08 Thread guilliamxavier
Pull Request: https://github.com/php/web-php/pull/619 Author: guilliamxavier E.g. in https://www.php.net/ChangeLog-8.php#8.1.6, excerpt generated from https://github.com/php/php-src/blob/php-8.1.8/NEWS#L140-L147 (i.e. https://github.com/php/web-php/blob/22ea1e2e6f6569e040ad92445c7a20749a2b0bd0/C