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
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
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
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
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
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
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
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
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
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
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/)
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
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
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
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
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
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
-
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
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
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
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
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
22 matches
Mail list logo