History log of /PHP-8.0/UPGRADING (Results 551 – 575 of 1227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 040a3230 07-Sep-2017 Remi Collet

UPGRADING


# 73789672 05-Sep-2017 Remi Collet

UPGRADING


# d3bc8beb 29-Aug-2017 Kalle Sommer Nielsen

Removed support for BeOS, development for BeOS was supported 17 years ago.

This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is curre

Removed support for BeOS, development for BeOS was supported 17 years ago.

This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is currently a WiP

I intentionally left out some fragments for BeOS in the build system for that seems to be bundles

show more ...


# d9d13aba 17-Apr-2017 Michael Moravec

Added method DateTime::createFromImmutable()


# 1d9b46f3 17-Aug-2017 Kalle Sommer Nielsen

Implemented FR #74781 (Add the latest PG_DIAG_* const)


# b202587e 12-Aug-2017 Nikita Popov

Note deprecation of $errcontext


# 29e4d4ee 08-Jul-2017 Andreas Treichel

Add ftp_append to create a new file or append data to an existing file (RFC959)


# 398be731 28-Jul-2017 Kalle Sommer Nielsen

Removed support for ODBCRouter


# 00cd6712 10-Jul-2017 Andreas Treichel

Make transfer mode optional, set default to binary


# f901e7e3 24-Jul-2017 jrfnl

Fix typo in PHP 7.2 changelog


# f1d78579 23-Jul-2017 Issei.M

Fix typo in UPGRADING for 7.2


# f35f4590 23-Jul-2017 Kalle Sommer Nielsen

Redesigned ext_skel to be written entirely in PHP with no dependencies, this means it will now run on Windows without Cygwin and other nonsense.

It no longer includes a way to generate XML d

Redesigned ext_skel to be written entirely in PHP with no dependencies, this means it will now run on Windows without Cygwin and other nonsense.

It no longer includes a way to generate XML documentation (the PHP documentation utilities already got tools for that in svn under phpdoc/doc-base) and it no longer support function stubs.

$ php ext_skel.php --help
php ext_skel.php --ext=<name> [--experimental] [--author=<name>]
[--dir=<path>] [--std] [--onlyunix]
[--onlywindows] [--help]

--ext=<name> The name of the extension defined as <name>
--experimental Passed if this extension is experimental, this creates
the EXPERIMENTAL file in the root of the extension
--author=<name> Your name, this is used if --header is passed and
for the CREDITS file
--dir=<path> Path to the directory for where extension should be
created. Defaults to the directory of where this script
lives
--std If passed, the standard header and vim rules footer used

in extensions that is included in the core, will be used

--onlyunix Only generate configure scripts for Unix
--onlywindows Only generate configure scripts for Windows
--help This help

Example usage:
$ php ext_skel.php --ext test --std --experimental
$ php ext_skel.php --ext kalle --author "Kalle Sommer Nielsen"
$ php ext_skel.php --ext phpfi --dir "/home/kalle/dev/" --onlyunix

show more ...


# a398df3e 19-Jul-2017 Kalle Sommer Nielsen

Removed Bird(broken)step support from ODBC


# 969eb834 12-Jul-2017 Kalle Sommer Nielsen

* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource)
* ext/exif now uses FAST_ZPP


# c229ab58 11-Jul-2017 Remi Collet

NEWS for Sodium


# 569d164c 10-Jul-2017 Remi Collet

ZipArchive implements countable, added ZipArchive::count() method


# 5369006e 10-Jul-2017 Remi Collet

Upgrading note for #74837


# ba28d75c 08-Jul-2017 Kalle Sommer Nielsen

Deprecated the read_exif_data() alias


# ce4e07e3 07-Jul-2017 Andrey Andreev

Add missing NEWS entry, update UPGRADING

This was done back in January, but never noted in the NEWS file.
References:

https://github.com/php/php-src/pull/2312
https://github

Add missing NEWS entry, update UPGRADING

This was done back in January, but never noted in the NEWS file.
References:

https://github.com/php/php-src/pull/2312
https://github.com/php/php-src/pull/2321

show more ...


# a2d76650 30-Jun-2017 Yasuo Ohgaki

Fixed bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode


# 8e10c9d3 25-Jun-2017 Michał Brzuchalski

Implement object type annotation

RFC: https://wiki.php.net/rfc/object-typehint


# 52e5406e 20-Jun-2017 Christopher Jones

Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax)


# 3fd99f4e 20-Jun-2017 Christopher Jones

Mention OCI8 TAF callback support in UPGRADING


# e7297002 09-Jun-2017 Anatol Belski

add UPGRADING note


# 3c43510b 16-May-2017 Nicolas Grekas

add PREG_UNMATCHED_AS_NULL flag to allow distinguish between unmatched subpatterns and empty matches


1...<<21222324252627282930>>...50