History log of /php-src/NEWS (Results 4151 – 4175 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 13aae9f3 20-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# 3b8be227 20-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# 1b936033 20-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# 2224277d 18-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# b9d8e5d7 18-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# 4be05284 18-Oct-2018 Peter Kokot

[ci skip] Update NEWS

# e6c2ab54 17-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77027: tidy::getOptDoc() not available on Windows


# 20695fb8 17-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #77027: tidy::getOptDoc() not available on Windows


# 8a9e0312 17-Oct-2018 Christoph M. Becker

Fix #77027: tidy::getOptDoc() not available on Windows

We define the `HAVE_TIDYOPTGETDOC` macro unconditionally, since the
Windows PHP SDK ships libtidy 2009/04/06 or newer for a long ti

Fix #77027: tidy::getOptDoc() not available on Windows

We define the `HAVE_TIDYOPTGETDOC` macro unconditionally, since the
Windows PHP SDK ships libtidy 2009/04/06 or newer for a long time.

We do not add a regression test, since 021.phpt already tests
`tidy_get_opt_doc`, but has previously been skipped due to
unavailability of the function.

show more ...

# 56665a1b 17-Oct-2018 Nikita Popov

Fixed bug #77025

Implements 8bit conversions equivalently to iso-8859-1 conversions.
This seems quite dubious to me, but seems to match the previous
behavior.

It might make

Fixed bug #77025

Implements 8bit conversions equivalently to iso-8859-1 conversions.
This seems quite dubious to me, but seems to match the previous
behavior.

It might make more sense to map the characters into a private area
instead, so that the 8bit encoding is treated as binary data with
no case conversions (including no case conversions in the ascii
range).

show more ...

# 181fc483 16-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Add support for getting SKIP_TAGSTART and SKIP_WHITE options


# 310b95d7 16-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Add support for getting SKIP_TAGSTART and SKIP_WHITE options


# b3312423 16-Oct-2018 Christoph M. Becker

Add support for getting SKIP_TAGSTART and SKIP_WHITE options

When `XML_OPTION_SKIP_TAGSTART` and `XML_OPTION_SKIP_WHITE` had been
introduced[1], it had been overlooked to also support th

Add support for getting SKIP_TAGSTART and SKIP_WHITE options

When `XML_OPTION_SKIP_TAGSTART` and `XML_OPTION_SKIP_WHITE` had been
introduced[1], it had been overlooked to also support them for
`xml_parser_get_option()`. We catch up on that.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=b57dc275950b228f2399990471c4f22b7d154c6c>

show more ...

# 60a69dae 14-Oct-2018 Peter Kokot

Sync leading and final newlines in source code files

This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines.

Sync leading and final newlines in source code files

This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2

show more ...

# 5d70165f 14-Oct-2018 Frank Denis

[ci skip] Update NEWS

# 37c329d7 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files

# 3362620b 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files

# 902d39a3 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files

# 7f6387b5 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files

# 87392eff 13-Oct-2018 Christoph M. Becker

Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite

It is possible to pass flags when opening an SQLite database. For
Sqlite < 3.5.0 these are ignored, since `sqlite3_open` doesn'

Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite

It is possible to pass flags when opening an SQLite database. For
Sqlite < 3.5.0 these are ignored, since `sqlite3_open` doesn't support
flags. Neither a warning or notice is raised in this case, nor is this
behavior documented in the PHP manual. Instead of fixing it either
way, we lift the requirement to SQLite 3.5.0 (released on 2007-09-04)
instead of the former SQLite 3.3.9 (released on 2007-01-04).

show more ...

# 9c608bd1 12-Oct-2018 Derick Rethans

Upgrade timelib to 2018.01RC1, to fix bug #77007

# 94a98f2c 12-Oct-2018 Derick Rethans

Upgrade timelib to 2017.08, to fix bug #77007

# 454a86c2 11-Oct-2018 Derick Rethans

Update news with further fixed bugs due to timelib upgrade

# 01948f20 10-Oct-2018 Nikita Popov

Fixed bug #76991

Back up exceptions while the scan-ahead loop, to avoid an early
bail out.

# 5a679341 10-Oct-2018 Nikita Popov

Add UPGRADING notes

[ci skip]

1...<<161162163164165166167168169170>>...619