]> granicus.if.org Git - php/log
php
7 years agoReduced VM code size.
Dmitry Stogov [Wed, 6 Dec 2017 22:52:27 +0000 (01:52 +0300)]
Reduced VM code size.
Made FETCH_DIM/OBJ_FUNC_ARG to dispatch ro corresponding FETCH_DIM/OBJ_R/_W handlers.
Merged TMP and VAR specializations of ZEND_FETCH_OBJ_R.
Allowed dispatching to less specialized handelrs and helpers. (e.g. from OP_TMP_CONST to OP_TMPVAR_CONST).

7 years agoFixed bug #74372
Nikita Popov [Wed, 6 Dec 2017 22:32:39 +0000 (23:32 +0100)]
Fixed bug #74372

7 years agoFix movzb operand size
Nikita Popov [Wed, 6 Dec 2017 22:15:09 +0000 (23:15 +0100)]
Fix movzb operand size

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Wed, 6 Dec 2017 15:04:57 +0000 (16:04 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix yet one data race in PCRE

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 6 Dec 2017 15:04:22 +0000 (16:04 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix yet one data race in PCRE

7 years agoFix yet one data race in PCRE
Anatol Belski [Wed, 6 Dec 2017 14:59:21 +0000 (15:59 +0100)]
Fix yet one data race in PCRE

PCRE 8.x initializes the pattern compiler on demand during the first
pcre_study call. It could be worse, but since the compiled patterns are
cached, the locking impact is minimal. PCRE 10.x always compiles the
pattern and thread sanitizer doesn't complain about the compiler
initialization, thus the newer PCRE version seems to be unafected.

7 years agoUse local labels
Dmitry Stogov [Wed, 6 Dec 2017 14:47:30 +0000 (17:47 +0300)]
Use local labels

7 years agoUse inline assembler for fast_memcpy()
Dmitry Stogov [Wed, 6 Dec 2017 14:42:47 +0000 (17:42 +0300)]
Use inline assembler for fast_memcpy()

7 years agoFixed gcc assembler constaints.
Dmitry Stogov [Wed, 6 Dec 2017 12:32:31 +0000 (15:32 +0300)]
Fixed gcc assembler constaints.
Added less efecient replacement functions for valgrind, to prevent warnings about uninitialized tail.

7 years agoOptimization of init_func_execute_data()
Dmitry Stogov [Tue, 5 Dec 2017 23:53:30 +0000 (02:53 +0300)]
Optimization of init_func_execute_data()

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Tue, 5 Dec 2017 17:35:16 +0000 (18:35 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix use after free revealed by phpdbg

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 5 Dec 2017 17:34:39 +0000 (18:34 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix use after free revealed by phpdbg

7 years agoFix use after free revealed by phpdbg
Anatol Belski [Tue, 5 Dec 2017 17:32:32 +0000 (18:32 +0100)]
Fix use after free revealed by phpdbg

7 years agoFixed bug #75601 Thread race in PCRE JIT support
Anatol Belski [Tue, 5 Dec 2017 16:41:08 +0000 (17:41 +0100)]
Fixed bug #75601 Thread race in PCRE JIT support

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Tue, 5 Dec 2017 16:40:39 +0000 (17:40 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed bug #75601 Thread race in PCRE JIT support
  Fixed bug #75601 Thread race in PCRE JIT support
  bump versions

7 years agoFixed bug #75601 Thread race in PCRE JIT support
Anatol Belski [Tue, 5 Dec 2017 16:40:00 +0000 (17:40 +0100)]
Fixed bug #75601 Thread race in PCRE JIT support

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 5 Dec 2017 16:39:28 +0000 (17:39 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #75601 Thread race in PCRE JIT support
  bump versions

7 years agoFixed bug #75601 Thread race in PCRE JIT support
Anatol Belski [Tue, 5 Dec 2017 16:38:18 +0000 (17:38 +0100)]
Fixed bug #75601 Thread race in PCRE JIT support

7 years agoRemoved useless LOAD_OPLINE()
Dmitry Stogov [Tue, 5 Dec 2017 14:40:39 +0000 (17:40 +0300)]
Removed useless LOAD_OPLINE()

7 years agobump versions
krakjoe [Tue, 5 Dec 2017 13:18:48 +0000 (14:18 +0100)]
bump versions

7 years agoRemove tutorial for building IMAP on windows
Peter Kokot [Thu, 30 Nov 2017 23:48:50 +0000 (00:48 +0100)]
Remove tutorial for building IMAP on windows

Procedure for building PHP on Windows systems has changed during the PHP
evolution and is for the time being available on wiki pages outside of
this code repository.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Tue, 5 Dec 2017 08:01:46 +0000 (09:01 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] update NEWS
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Tue, 5 Dec 2017 08:01:02 +0000 (09:01 +0100)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 5 Dec 2017 08:00:12 +0000 (09:00 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Tue, 5 Dec 2017 07:59:33 +0000 (08:59 +0100)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Tue, 5 Dec 2017 07:52:59 +0000 (08:52 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  7.0.28 is next

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 5 Dec 2017 07:52:40 +0000 (08:52 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  7.0.28 is next

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 5 Dec 2017 07:52:14 +0000 (08:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  7.0.28 is next

7 years ago7.0.28 is next
Anatol Belski [Tue, 5 Dec 2017 07:51:30 +0000 (08:51 +0100)]
7.0.28 is next

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Tue, 5 Dec 2017 07:42:41 +0000 (08:42 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 5 Dec 2017 07:42:25 +0000 (08:42 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 5 Dec 2017 07:42:02 +0000 (08:42 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Tue, 5 Dec 2017 07:41:24 +0000 (08:41 +0100)]
[ci skip] update NEWS

7 years agoUse unsigned comparison instructions
Dmitry Stogov [Mon, 4 Dec 2017 23:41:12 +0000 (02:41 +0300)]
Use unsigned comparison instructions

7 years agoImplemented x86 and x86_64 assembler functions for zend_string equality check.
Dmitry Stogov [Mon, 4 Dec 2017 20:40:54 +0000 (23:40 +0300)]
Implemented x86 and x86_64 assembler functions for zend_string equality check.
They take into account zend_string layout (value alignment and trailing padding) and perform comparison by double or quad words.

7 years agofix build with older gccs: label attributes are only available with gcc 5+
Nuno Lopes [Mon, 4 Dec 2017 20:12:20 +0000 (15:12 -0500)]
fix build with older gccs: label attributes are only available with gcc 5+

7 years agoIntroduce ZEND_EXTENSION() to the Windows build system
Kalle Sommer Nielsen [Mon, 4 Dec 2017 16:39:08 +0000 (17:39 +0100)]
Introduce ZEND_EXTENSION() to the Windows build system

Zend Extensions should now be declared in their config.w32 with a ZEND_EXTENSION() call instead of EXTENSION(), the parameters sent is identical.

For a cross version compatible config.w32, the following will do:
if (typeof(ZEND_EXTENSION) == 'undefined') {
  EXTENSION(...);
} else {
  ZEND_EXTENSION(...);
}

7 years agoRemove this redundant define
Kalle Sommer Nielsen [Mon, 4 Dec 2017 15:43:48 +0000 (16:43 +0100)]
Remove this redundant define

7 years agoMerge branch 'PHP-7.2'
Dmitry Stogov [Mon, 4 Dec 2017 14:23:34 +0000 (17:23 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed bug #75608 ("Narrowing occurred during type inference" error)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Mon, 4 Dec 2017 14:22:28 +0000 (17:22 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #75608 ("Narrowing occurred during type inference" error)

7 years agoFixed bug #75608 ("Narrowing occurred during type inference" error)
Dmitry Stogov [Mon, 4 Dec 2017 14:22:06 +0000 (17:22 +0300)]
Fixed bug #75608 ("Narrowing occurred during type inference" error)

7 years agoUse zend_string_equal*() API for zend_string equality check instead of direct memcmp...
Dmitry Stogov [Mon, 4 Dec 2017 14:17:02 +0000 (17:17 +0300)]
Use zend_string_equal*() API for zend_string equality check instead of direct memcmp() usage.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 4 Dec 2017 13:20:25 +0000 (14:20 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Use dtor unconditionally in error case

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 4 Dec 2017 13:16:45 +0000 (14:16 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Use dtor unconditionally in error case

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 4 Dec 2017 13:16:23 +0000 (14:16 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Use dtor unconditionally in error case

7 years agoUse dtor unconditionally in error case
Anatol Belski [Mon, 4 Dec 2017 13:11:40 +0000 (14:11 +0100)]
Use dtor unconditionally in error case

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 4 Dec 2017 10:52:56 +0000 (11:52 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 4 Dec 2017 10:52:33 +0000 (11:52 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 4 Dec 2017 10:52:09 +0000 (11:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)

7 years agoFixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Xinchen Hui [Wed, 29 Nov 2017 06:46:21 +0000 (14:46 +0800)]
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)

(cherry picked from commit 3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8)

7 years agoUse cheaper functions
Dmitry Stogov [Mon, 4 Dec 2017 10:21:35 +0000 (13:21 +0300)]
Use cheaper functions

7 years agofix build of intl/calendar
Nuno Lopes [Sun, 3 Dec 2017 22:58:40 +0000 (17:58 -0500)]
fix build of intl/calendar

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sun, 3 Dec 2017 11:29:03 +0000 (12:29 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix compat with libcurl 7.56.1+ and file:// wrapper

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Sun, 3 Dec 2017 11:28:41 +0000 (12:28 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix compat with libcurl 7.56.1+ and file:// wrapper

7 years agoFix compat with libcurl 7.56.1+ and file:// wrapper
Anatol Belski [Sun, 3 Dec 2017 11:23:25 +0000 (12:23 +0100)]
Fix compat with libcurl 7.56.1+ and file:// wrapper

Since 7.52.x libcurl file:// scheme was implemented in a way described
in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-16 . The
draft is still not accepted and the change contained a BC breach with
win32 path handling. It was reported upstream and 7.52.x fixed it, but
the BC breaching behavior was reintroduced in 7.56.1. Thus, it is better
to handle this on the PHP side.

7 years agoMerge branch 'PHP-7.2'
Nikita Popov [Sat, 2 Dec 2017 17:11:27 +0000 (18:11 +0100)]
Merge branch 'PHP-7.2'

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Sat, 2 Dec 2017 17:11:17 +0000 (18:11 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 2 Dec 2017 17:11:03 +0000 (18:11 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix ZEND_SIGNED_MULTIPLY_LONG for AArch64
Andy Postnikov [Sat, 10 Dec 2016 20:51:17 +0000 (23:51 +0300)]
Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64

Register operands are required in this context.

This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.

7 years agoFix junit XML format
Anatol Belski [Sat, 2 Dec 2017 09:40:43 +0000 (10:40 +0100)]
Fix junit XML format

The junit XML format is purely documented, some existings spec like
http://llg.cubic.org/docs/junit/ also provide an XSD. The testsuite
tag included into itself doesn't seems to be correct, instead only a
flat list is included into "testsuites" tag.

7 years agoRework junit output
Anatol Belski [Sat, 2 Dec 2017 01:18:43 +0000 (02:18 +0100)]
Rework junit output

- testcase classname attribute is closest to put the filename
- if tests run from php checkout, don't include the full path
- remove filename from the testcase description, as it's included into
classname

7 years agoImplement junit test results upload to AppVeyor
Anatol Belski [Fri, 1 Dec 2017 16:23:03 +0000 (17:23 +0100)]
Implement junit test results upload to AppVeyor

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Fri, 1 Dec 2017 15:03:49 +0000 (16:03 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Consider Xdebug for tmi ini generation, too

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 1 Dec 2017 15:03:09 +0000 (16:03 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Consider Xdebug for tmi ini generation, too

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 1 Dec 2017 15:02:38 +0000 (16:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Consider Xdebug for tmi ini generation, too

7 years agoConsider Xdebug for tmi ini generation, too
Anatol Belski [Fri, 1 Dec 2017 15:01:34 +0000 (16:01 +0100)]
Consider Xdebug for tmi ini generation, too

7 years agoMerge branch 'PHP-7.2'
Dmitry Stogov [Fri, 1 Dec 2017 14:01:10 +0000 (17:01 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Set trailing zero

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Fri, 1 Dec 2017 14:00:51 +0000 (17:00 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Set trailing zero

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Fri, 1 Dec 2017 14:00:42 +0000 (17:00 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Set trailing zero

7 years agoSet trailing zero
Dmitry Stogov [Fri, 1 Dec 2017 14:00:11 +0000 (17:00 +0300)]
Set trailing zero

7 years agoUse interned strings as variable names
Dmitry Stogov [Thu, 30 Nov 2017 22:37:48 +0000 (01:37 +0300)]
Use interned strings as variable names

7 years agoAdded "argv" and "argc" as known strings.
Dmitry Stogov [Thu, 30 Nov 2017 22:35:47 +0000 (01:35 +0300)]
Added "argv" and "argc" as known strings.
Fixed incorrect "argc" update and corresponding phpdbg test.

7 years agoUse cheaper functions
Dmitry Stogov [Thu, 30 Nov 2017 22:32:51 +0000 (01:32 +0300)]
Use cheaper functions

7 years agoAvoid strings duplication (zend_hash* and printf may work with non zero terminated...
Dmitry Stogov [Thu, 30 Nov 2017 20:29:21 +0000 (23:29 +0300)]
Avoid strings duplication (zend_hash* and printf may work with non zero terminated strings)

7 years agoAvoid function duplication
Dmitry Stogov [Thu, 30 Nov 2017 13:23:15 +0000 (16:23 +0300)]
Avoid function duplication

7 years agoFunctions must be stored with lowercase keys
Dmitry Stogov [Thu, 30 Nov 2017 12:59:29 +0000 (15:59 +0300)]
Functions must be stored with lowercase keys

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Thu, 30 Nov 2017 12:23:18 +0000 (13:23 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Revert "Fix macro redefinition warnings"

7 years agoRevert "Fix macro redefinition warnings"
Anatol Belski [Thu, 30 Nov 2017 12:21:04 +0000 (13:21 +0100)]
Revert "Fix macro redefinition warnings"

This reverts commit 23d2bd374838897ec97f9994e70856686a89f132.

7 years agoReplace always true condition with ZEND_ASSERT()
Dmitry Stogov [Thu, 30 Nov 2017 11:54:11 +0000 (14:54 +0300)]
Replace always true condition with ZEND_ASSERT()

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Thu, 30 Nov 2017 11:41:44 +0000 (12:41 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix macro redefinition warnings

7 years agoFix macro redefinition warnings
Anatol Belski [Thu, 30 Nov 2017 11:40:52 +0000 (12:40 +0100)]
Fix macro redefinition warnings

The corresponding implementations are available from APR.

7 years agoFixed incorrect buffer reallocation
Dmitry Stogov [Thu, 30 Nov 2017 10:54:24 +0000 (13:54 +0300)]
Fixed incorrect buffer reallocation

7 years agoAvoid visibility checks for classes without predefined properties
Dmitry Stogov [Thu, 30 Nov 2017 10:13:42 +0000 (13:13 +0300)]
Avoid visibility checks for classes without predefined properties

7 years agoOnly functions of temporary modules have to be unregistered here
Dmitry Stogov [Thu, 30 Nov 2017 08:40:52 +0000 (11:40 +0300)]
Only functions of temporary modules have to be unregistered here

7 years agoUse interned strings for function names
Dmitry Stogov [Wed, 29 Nov 2017 23:06:52 +0000 (02:06 +0300)]
Use interned strings for function names

7 years agoIntern persistent constant names in first place
Dmitry Stogov [Wed, 29 Nov 2017 22:15:11 +0000 (01:15 +0300)]
Intern persistent constant names in first place

7 years agoUse zend_string_tolower() where it's possible (to avoid reallocations).
Dmitry Stogov [Wed, 29 Nov 2017 22:13:39 +0000 (01:13 +0300)]
Use zend_string_tolower() where it's possible (to avoid reallocations).
Allow zend_string_tolower_ex() to create parsistent strings

7 years agoMerge branch 'PHP-7.2'
Christoph M. Becker [Wed, 29 Nov 2017 16:06:47 +0000 (17:06 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Define floorf if system doesn't have it (follow up for 22c48761)
  Revert "Revert "ext/sodium: pwhash: do not warn on low parameters"" This reverts commit a1845b7fdb5916b0951146ca18bb67ca83854733.

7 years agoTry to intern unserualized string keys
Dmitry Stogov [Wed, 29 Nov 2017 16:00:57 +0000 (19:00 +0300)]
Try to intern unserualized string keys

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Wed, 29 Nov 2017 15:59:17 +0000 (16:59 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Define floorf if system doesn't have it (follow up for 22c48761)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Wed, 29 Nov 2017 15:53:11 +0000 (16:53 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Define floorf if system doesn't have it (follow up for 22c48761)

7 years agoDefine floorf if system doesn't have it (follow up for 22c48761)
Lior Kaplan [Wed, 29 Nov 2017 11:45:21 +0000 (13:45 +0200)]
Define floorf if system doesn't have it (follow up for 22c48761)

floorf is checked in config.m4

7 years agoIntern auto global name strings in first place
Dmitry Stogov [Wed, 29 Nov 2017 14:10:51 +0000 (17:10 +0300)]
Intern auto global name strings in first place

7 years agoRevert "Revert "ext/sodium: pwhash: do not warn on low parameters""
Frank Denis [Wed, 29 Nov 2017 12:19:18 +0000 (13:19 +0100)]
Revert "Revert "ext/sodium: pwhash: do not warn on low parameters""
This reverts commit a1845b7fdb5916b0951146ca18bb67ca83854733.

Revert "Revert "ext/sodium: throw exceptions instead of errors""
This reverts commit 31d221f9c72f0d0322c84907c5d89a4464667244.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Wed, 29 Nov 2017 08:32:09 +0000 (09:32 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] update NEWS
  [ci skip] update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 29 Nov 2017 08:31:29 +0000 (09:31 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Wed, 29 Nov 2017 08:31:14 +0000 (09:31 +0100)]
[ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Wed, 29 Nov 2017 08:28:21 +0000 (09:28 +0100)]
[ci skip] update NEWS

Move entry to proper section

7 years agoMerge branch 'PHP-7.2'
Xinchen Hui [Wed, 29 Nov 2017 06:54:05 +0000 (14:54 +0800)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Update NEWS
  Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
  Revert "ext/sodium: pwhash: do not warn on low parameters"

Conflicts:
Zend/zend_object_handlers.c

7 years agoUpdate NEWS
Xinchen Hui [Wed, 29 Nov 2017 06:47:26 +0000 (14:47 +0800)]
Update NEWS