History log of /PHP-7.3/UPGRADING (Results 101 – 125 of 788)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9379b319 05-Nov-2017 Tyson Andre

Fix typo in UPGRADING, should be oci_unregister_taf_callback

See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes
the unregister functionality.

[ci skip]


# 88e94a0b 05-Nov-2017 Tyson Andre

Mention spl_object_id in UPGRADING notes

This was implemented in PR #2611


# b66eeb36 02-Nov-2017 Anatol Belski

Note to UPGRADING about Spoofchecker::setRestrictionLevel()


# e8237705 22-Oct-2017 Andrea Faulds

Merge JSON_THROW_ON_ERROR


# cb9d81ef 05-Oct-2017 Dmitry Stogov

Refactored recursion pretection


# b0d6d273 27-Sep-2017 Christoph M. Becker

[ci skip] hash_hmac_algos() is new in PHP 7.2.0


# c7a01774 19-Sep-2017 Jannes Jeising

[ci skip] Fix more typos in UPGRADING


# 97bfc283 18-Sep-2017 Christoph M. Becker

[ci skip] Update UPGRADING wrt. PR 2742


# b5052f01 13-Sep-2017 Christoph M. Becker

[ci skip] Fix typos in UPGRADING


# d95221ec 11-Sep-2017 Christoph M. Becker

[ci-skip] Add missing UPGRADING entry for commit 0d0f7cd

There is a respective entry in NEWS, but that would likely be missed by
the doc team.


# fd073020 07-Sep-2017 Nikita Popov

Fixed bug #75170

This change may result in different mt_rand/rand sequences being
generated on 64-bit systems for a specific seed.

See also https://externals.io/message/100229.


# 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 ...


Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1
# 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


12345678910>>...32