History log of /PHP-7.1/ (Results 101 – 125 of 79631)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
11ddf76620-Nov-2018 Valentin V. Bartenev

Fix bug #71041 dynamic embed SAPI load error

If the library is built with ZEND_SIGNALS defined, it's unusable with an
external SAPI module because the zend_signal_startup() call is manda

Fix bug #71041 dynamic embed SAPI load error

If the library is built with ZEND_SIGNALS defined, it's unusable with an
external SAPI module because the zend_signal_startup() call is mandatory
in this case.

This bug is similar to #74149, but related to dynamic loading of PHP library.

show more ...

05782f0119-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)

628df47e19-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)

1adbf70e20-Nov-2018 Remi Collet

NEWS

d9afc2f615-Nov-2018 Remi Collet

Fix #77151 ftp_close(): SSL_read on shutdown

Regression introduced in fix for #76972

only display the error message when sslerror
or if errno is set (for SSL_ERROR_SYSCALL case)

e5bfea6419-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)

3e78380d18-Nov-2018 Anatol Belski

[ci skip] Update NEWS

0434141c18-Nov-2018 Anatol Belski

Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE' data type

Backport 369c991d and 282a63da to 7.1, closes #3634

a56cdd0a14-Nov-2018 Christoph M. Becker

Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR

If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing
should not fail, if there are illegal characters i

Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR

If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing
should not fail, if there are illegal characters in the headers;
instead we silently ignore these like before.

show more ...

ec2e7a2d21-Oct-2018 Thiago Carvalho

Validate length on socket_write

f6079e3c12-Nov-2018 Christoph M. Becker

Fix #77141: Signedness issue in SOAP when precision=-1

According to php_gcvt(), we assume at most 17 fractional digits for
negative precision.

625f614c04-Nov-2018 Christoph M. Becker

Fix #76348: WSDL_CACHE_MEMORY causes Segmentation fault

“Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end.”

e58388ea30-Oct-2018 Derick Rethans

Updated to version 2018.7 (2018g)

91a1111129-Oct-2018 Peter Kokot

[ci skip] Update NEWS

8775bead29-Oct-2018 Jon Allen

fix bug #77079

f1ceec5525-Oct-2018 Nikita Popov

Fixed bug #77058

Account for the fact that undef must be interpreted as null for
the purposes of INC/DEC inference.

e7153e8a25-Oct-2018 Nikita Popov

Improve "narrowing" error message

By including the opcode name.

33fa02ea24-Oct-2018 Joe Watkins

bump versions

41241d1022-Oct-2018 Derick Rethans

Updated to version 2018.6 (2018f)

4461fb9c20-Oct-2018 Anatol Belski

Fix tests for ICU 63.1

The most of change is U+00A0 vs. new U+202F used in some outputs.

1b93603320-Oct-2018 Peter Kokot

[ci skip] Update NEWS

9f5cb62620-Oct-2018 Mizunashi Mana

Fix #77041: buildconf should output error messages to stderr

4be0528418-Oct-2018 Peter Kokot

[ci skip] Update NEWS

447b41f618-Oct-2018 Peter Kokot

Fix #77035: The phpize and ./configure create redundant .deps file

The `.deps` file(s) was once used by Automake and created to write
dependencies to it. The file creation has been remov

Fix #77035: The phpize and ./configure create redundant .deps file

The `.deps` file(s) was once used by Automake and created to write
dependencies to it. The file creation has been removed via the commit
779c11af21cf8a627b8f2f2edef9e9073c76ed94.

The phpize and ./configure script create a redundant .deps file in a
PECL extension directory which might cause confusions why is it used.
Today it is no longer relevant so this redundant artefact can be
removed in the phpize configure script.

show more ...

fda0612717-Oct-2018 Anatol Belski

Fix test when it's run on another drive

12345678910>>...3186