History log of /web-php/ (Results 826 – 850 of 12350)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
296def2a27-Nov-2021 Patrick Allaert

Reordering changelog based sorted NEWS

5655f62827-Nov-2021 Patrick Allaert

8.1.0 is a minor release

related to 2d1dca45fe6a8f0d100c901b626509318c84828c

9e3876e726-Nov-2021 Sergey Panteleev

Mark Romanian as inactive (#451)

c62db95b26-Nov-2021 Evgeny

исправление формулировок перевода на русский (#466)

Co-authored-by: batyrmastyr <smirnov.eo@gmail.com>

084a0d9826-Nov-2021 JSHar

Georgian translation of the PHP 8.0 Announcement Page (#454)

Co-authored-by: Sergey Panteleev <sergey@php.net>

5c7eeea226-Nov-2021 Patrick Allaert

Fixed DPC21 news entry missing xmlns change

As a result, it was generating invalid HTML reported with errors:
Bad value http://www.w3.org/2005/Atom for the attribute xmlns (only http://w

Fixed DPC21 news entry missing xmlns change

As a result, it was generating invalid HTML reported with errors:
Bad value http://www.w3.org/2005/Atom for the attribute xmlns (only http://www.w3.org/1999/xhtml permitted here).

In the HTML we could see multiple:
```
<p xmlns="http://www.w3.org/2005/Atom">
```

show more ...

5eb615c826-Nov-2021 Patrick Allaert

Fixed invalid HTML

2ceaff5319-Nov-2021 Hans Krentel (hakre)

Improve fonts support

Closes #461
Closes #462

0d0d1d3325-Nov-2021 Sergey Panteleev

Add missing function keyword

Relates 0bbcada

899f4c7525-Nov-2021 Kamil Tekiela

Addendum should be after the list, not before (GH-464)

213a4faf25-Nov-2021 Nikita Popov

Tweak intersection types description

0bbcadae25-Nov-2021 Nikita Popov

Add missing function keyword

This is a function declaration...

f9dbcaf625-Nov-2021 Sergey Panteleev

Add PHP 8.1 release page to navbar

249eff6925-Nov-2021 Peter Cowburn

no confusing characters, stick with less than 8.0

4bf88ece25-Nov-2021 Nikita Popov

Use recommended enum casing

948085cf25-Nov-2021 Peter Cowburn

typo+WS: ≤8.0 -> ≤ 8.1

2d1dca4525-Nov-2021 Peter Cowburn

typo: 8.1.0 is a minor release

e54dfa7525-Nov-2021 Peter Cowburn

Revert "Fixed: no announcement addendum (yet?)"

This reverts commit 6c04898705b85479189c6fbd41c95b8af7ae7aba.

The "PHP 8.1 Announcement Addendum" was already added via 7ce6ff5971e55

Revert "Fixed: no announcement addendum (yet?)"

This reverts commit 6c04898705b85479189c6fbd41c95b8af7ae7aba.

The "PHP 8.1 Announcement Addendum" was already added via 7ce6ff5971e5540d671820705089b8bc8613f69d

show more ...

6c04898725-Nov-2021 Patrick Allaert

Fixed: no announcement addendum (yet?)

7ce6ff5925-Nov-2021 Roman Pronskiy

Add PHP 8.1 release page (#450)

Co-authored-by: Niklas Keller <me@kelunik.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Sergey Panteleev <sergey@php.net>

Add PHP 8.1 release page (#450)

Co-authored-by: Niklas Keller <me@kelunik.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>

show more ...

70d9108725-Nov-2021 Patrick Allaert

Announce 8.1.0

d00c225b25-Nov-2021 pwittig24 <39908672+pwittig24@users.noreply.github.com>

Fix wrong city name in entry for IPC 2022

Closes GH-463.

6a90ce1223-Nov-2021 Patrick Allaert

8.1.0 tarballs

d9754a7c22-Nov-2021 Sara Golemon

Announce PHP Foundation

806766ba19-Nov-2021 hakre

Improve fix of php bug 74493

improvement of 6cec58d9 (Use exact word for parameter scroll 74493,
2017-04-25). some options are rendered with surrounding white-space (e.g.
in front of

Improve fix of php bug 74493

improvement of 6cec58d9 (Use exact word for parameter scroll 74493,
2017-04-25). some options are rendered with surrounding white-space (e.g.
in front of "scale" for `bcdiv()`s' scale parameter [1].

fix is to not compare the word against surrounding spaces (UCS-0020) etc.
by removal through ECMAScript 5 15.5.4.20 String.prototype.trim(),
2009-12-03.

finally fix the lines' indent.

74493: https://bugs.php.net/bug.php?id=74493
[1]: https://php.net/manual/en/function.bcdiv.php
ref: 6cec58d94b1357b907389e4b5123de85176bf635

Closes GH-460.

show more ...

1...<<31323334353637383940>>...494