#
1738fa3e |
| 13-Sep-2017 |
Christoph M. Becker |
Merge branch 'pull-request/2739' * pull-request/2739: Fix proto and indentation Fix arginfo Return old scale value from bcscale()
|
#
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 ...
|
#
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) |
#
9221bd7f |
| 13-Aug-2017 |
Christoph M. Becker |
Merge branch 'pull-request/2670' * pull-request/2670: Change getimagesize() and friends to report image/bmp
|
#
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 |