]> granicus.if.org Git - php/log
php
7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Mon, 25 Sep 2017 09:04:13 +0000 (12:04 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed type inference

7 years agoFixed type inference
Dmitry Stogov [Mon, 25 Sep 2017 09:03:47 +0000 (12:03 +0300)]
Fixed type inference

7 years agoFixed bug #75230 (Invalid opcode 49/1/8 using opcache)
Xinchen Hui [Sun, 24 Sep 2017 10:01:29 +0000 (18:01 +0800)]
Fixed bug #75230 (Invalid opcode 49/1/8 using opcache)

7 years agoUpdate NEWS
Xinchen Hui [Sun, 24 Sep 2017 09:25:11 +0000 (17:25 +0800)]
Update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Xinchen Hui [Sun, 24 Sep 2017 09:24:57 +0000 (17:24 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Update NEWS
  Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
  Compiler warning

7 years agoUpdate NEWS
Xinchen Hui [Sun, 24 Sep 2017 09:24:43 +0000 (17:24 +0800)]
Update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Sun, 24 Sep 2017 09:24:23 +0000 (17:24 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
  Compiler warning

7 years agoFixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
Xinchen Hui [Sun, 24 Sep 2017 09:24:11 +0000 (17:24 +0800)]
Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).

7 years agoCompiler warning
Xinchen Hui [Sun, 24 Sep 2017 09:19:05 +0000 (17:19 +0800)]
Compiler warning

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Sun, 24 Sep 2017 06:54:56 +0000 (08:54 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 24 Sep 2017 06:54:24 +0000 (08:54 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFixed bug #75252
Nikita Popov [Sun, 24 Sep 2017 06:53:27 +0000 (08:53 +0200)]
Fixed bug #75252

7 years agoUsing "enum" types as bit-fields is not portable.
Dmitry Stogov [Fri, 22 Sep 2017 10:35:41 +0000 (13:35 +0300)]
Using "enum" types as bit-fields is not portable.

7 years agoext/sodium: avoid negations on unsigned values
Frank Denis [Thu, 21 Sep 2017 15:46:01 +0000 (17:46 +0200)]
ext/sodium: avoid negations on unsigned values

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Thu, 21 Sep 2017 08:33:13 +0000 (10:33 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix thread safety

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 21 Sep 2017 08:32:47 +0000 (10:32 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix thread safety

7 years agoFix thread safety
Anatol Belski [Thu, 21 Sep 2017 08:32:09 +0000 (10:32 +0200)]
Fix thread safety

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Andrea Faulds [Wed, 20 Sep 2017 23:04:32 +0000 (00:04 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Andrea Faulds [Wed, 20 Sep 2017 23:03:33 +0000 (00:03 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix bug #75236
Andrea Faulds [Wed, 20 Sep 2017 23:02:52 +0000 (00:02 +0100)]
Fix bug #75236

7 years ago[ci skip] Fix more typos in UPGRADING
Jannes Jeising [Tue, 19 Sep 2017 23:36:30 +0000 (01:36 +0200)]
[ci skip] Fix more typos in UPGRADING

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Wed, 20 Sep 2017 13:48:24 +0000 (15:48 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Wed, 20 Sep 2017 13:46:31 +0000 (15:46 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)

7 years agoFixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)
Christoph M. Becker [Wed, 20 Sep 2017 13:36:50 +0000 (15:36 +0200)]
Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)

We must not overwrite the SPL_DLLIST_IT_FIX flag when changing the
iterator mode.

7 years agoFixed NOP removal (empty blocks should be shifted as well)
Dmitry Stogov [Tue, 19 Sep 2017 22:10:31 +0000 (01:10 +0300)]
Fixed NOP removal (empty blocks should be shifted as well)

7 years agoext/sodium: throw an exception if only the prefix of a hex string is valid
Frank Denis [Tue, 19 Sep 2017 12:37:21 +0000 (14:37 +0200)]
ext/sodium: throw an exception if only the prefix of a hex string is valid

7 years agorename test
Remi Collet [Tue, 19 Sep 2017 05:26:53 +0000 (07:26 +0200)]
rename test

7 years ago[ci skip] Update NEWS
Christoph M. Becker [Mon, 18 Sep 2017 20:50:34 +0000 (22:50 +0200)]
[ci skip] Update NEWS

7 years agoUse private names for new libpcre symbols.
Dmitry Stogov [Mon, 18 Sep 2017 17:00:45 +0000 (20:00 +0300)]
Use private names for new libpcre symbols.

7 years agoNEWS
Remi Collet [Mon, 18 Sep 2017 16:09:35 +0000 (18:09 +0200)]
NEWS

7 years agoFixed Bug #75212 php_value acts like php_admin_value
Remi Collet [Mon, 18 Sep 2017 16:08:51 +0000 (18:08 +0200)]
Fixed Bug #75212 php_value acts like php_admin_value

7 years agoFixed optimization (the bug caused endless-loop on micro_bench.php in master branch)
Dmitry Stogov [Mon, 18 Sep 2017 11:10:18 +0000 (14:10 +0300)]
Fixed optimization (the bug caused endless-loop on micro_bench.php in master branch)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 18 Sep 2017 10:06:54 +0000 (12:06 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix the version check causing the test fail

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 18 Sep 2017 10:06:23 +0000 (12:06 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix the version check causing the test fail

7 years agoFix the version check causing the test fail
Anatol Belski [Mon, 18 Sep 2017 10:04:31 +0000 (12:04 +0200)]
Fix the version check causing the test fail

7 years agoFixed bug #74878 (Data race in ZTS builds)
Dmitry Stogov [Mon, 18 Sep 2017 08:27:10 +0000 (11:27 +0300)]
Fixed bug #74878 (Data race in ZTS builds)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 18 Sep 2017 07:37:46 +0000 (09:37 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Update lib_versions.txt

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 18 Sep 2017 07:36:29 +0000 (09:36 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Update lib_versions.txt

7 years agoUpdate lib_versions.txt
Anatol Belski [Mon, 18 Sep 2017 07:34:58 +0000 (09:34 +0200)]
Update lib_versions.txt

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 15 Sep 2017 21:06:19 +0000 (23:06 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Move to next binary SDK version for AppVeyor

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 15 Sep 2017 21:05:25 +0000 (23:05 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Move to next binary SDK version for AppVeyor

7 years agoMove to next binary SDK version for AppVeyor
Anatol Belski [Fri, 15 Sep 2017 21:04:15 +0000 (23:04 +0200)]
Move to next binary SDK version for AppVeyor

7 years ago[ci skip] Fix typos in UPGRADING
Christoph M. Becker [Wed, 13 Sep 2017 22:34:26 +0000 (00:34 +0200)]
[ci skip] Fix typos in UPGRADING

7 years ago[ci skip] update NEWS
Anatol Belski [Wed, 13 Sep 2017 13:47:52 +0000 (15:47 +0200)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 13 Sep 2017 13:47:19 +0000 (15:47 +0200)]
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, 13 Sep 2017 13:44:41 +0000 (15:44 +0200)]
[ci skip] update NEWS

Fix format

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 13 Sep 2017 12:12:31 +0000 (14:12 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #75018, fixed bug #75177

7 years agoFixed bug #75018, fixed bug #75177
Anatol Belski [Wed, 13 Sep 2017 12:08:25 +0000 (14:08 +0200)]
Fixed bug #75018, fixed bug #75177

Both are caused by the same cast issue in mysqlnd on 32-bit.

7 years agofix tests for 32-bit
Remi Collet [Wed, 13 Sep 2017 10:20:05 +0000 (12:20 +0200)]
fix tests for 32-bit

7 years agoFixed ZTS build (disable deallocation of arg_info of internal functions with type...
Dmitry Stogov [Wed, 13 Sep 2017 07:10:56 +0000 (10:10 +0300)]
Fixed ZTS build (disable deallocation of arg_info of internal functions with type hints)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Tue, 12 Sep 2017 22:46:23 +0000 (01:46 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Properly update string type flags

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 12 Sep 2017 22:46:12 +0000 (01:46 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Properly update string type flags

7 years agoProperly update string type flags
Dmitry Stogov [Tue, 12 Sep 2017 22:45:57 +0000 (01:45 +0300)]
Properly update string type flags

7 years agoFixed memry leaks (free arg_info of internal functions with type hints)
Dmitry Stogov [Tue, 12 Sep 2017 22:44:19 +0000 (01:44 +0300)]
Fixed memry leaks (free arg_info of internal functions with type hints)

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Tue, 12 Sep 2017 21:15:20 +0000 (00:15 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Revert "Properly update string type flags"

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 12 Sep 2017 21:15:08 +0000 (00:15 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Revert "Properly update string type flags"

7 years agoRevert "Properly update string type flags"
Dmitry Stogov [Tue, 12 Sep 2017 21:14:39 +0000 (00:14 +0300)]
Revert "Properly update string type flags"

This reverts commit 99b1a62d559f993ed02c50e6a4298c4bd2dcd33c.

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Tue, 12 Sep 2017 20:47:52 +0000 (23:47 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed test

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 12 Sep 2017 20:47:39 +0000 (23:47 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed test

7 years agoFixed test
Dmitry Stogov [Tue, 12 Sep 2017 20:47:22 +0000 (23:47 +0300)]
Fixed test

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Dmitry Stogov [Tue, 12 Sep 2017 20:43:56 +0000 (23:43 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Properly update string type flags

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 12 Sep 2017 20:43:42 +0000 (23:43 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Properly update string type flags

7 years agoProperly update string type flags
Dmitry Stogov [Tue, 12 Sep 2017 20:42:51 +0000 (23:42 +0300)]
Properly update string type flags

7 years agoUpdate NEWS for 7.2.0RC3
Sara Golemon [Tue, 12 Sep 2017 16:09:31 +0000 (16:09 +0000)]
Update NEWS for 7.2.0RC3

7 years agoUpdate NEWS for PHP 7.2.0RC2
Sara Golemon [Tue, 12 Sep 2017 15:48:35 +0000 (15:48 +0000)]
Update NEWS for PHP 7.2.0RC2

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 16:19:34 +0000 (18:19 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix test failure on 32-bit

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 12 Sep 2017 16:18:44 +0000 (18:18 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix test failure on 32-bit

7 years agoFix test failure on 32-bit
Anatol Belski [Tue, 12 Sep 2017 16:17:28 +0000 (18:17 +0200)]
Fix test failure on 32-bit

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 16:11:05 +0000 (18:11 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  bump versions

7 years agobump versions
Joe Watkins [Tue, 12 Sep 2017 14:34:30 +0000 (15:34 +0100)]
bump versions

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Tue, 12 Sep 2017 11:03:55 +0000 (13:03 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  drop symbol definition, and not defined anywhere

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Tue, 12 Sep 2017 11:03:39 +0000 (13:03 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  drop symbol definition, and not defined anywhere

7 years agodrop symbol definition, and not defined anywhere
Remi Collet [Tue, 12 Sep 2017 11:03:18 +0000 (13:03 +0200)]
drop symbol definition, and not defined anywhere

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 10:19:14 +0000 (12:19 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

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

7 years ago[ci skip] update NEWS
Anatol Belski [Tue, 12 Sep 2017 10:18:58 +0000 (12:18 +0200)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 12 Sep 2017 10:18:01 +0000 (12:18 +0200)]
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, 12 Sep 2017 10:17:46 +0000 (12:17 +0200)]
[ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Tue, 12 Sep 2017 10:17:12 +0000 (12:17 +0200)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 10:14:24 +0000 (12:14 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #75193 segfault in collator_convert_object_to_string

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 12 Sep 2017 10:13:42 +0000 (12:13 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #75193 segfault in collator_convert_object_to_string

7 years agoFixed bug #75193 segfault in collator_convert_object_to_string
Remi Collet [Tue, 12 Sep 2017 07:16:24 +0000 (09:16 +0200)]
Fixed bug #75193 segfault in collator_convert_object_to_string

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 07:03:31 +0000 (09:03 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Move dev to 7.0.25

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 12 Sep 2017 07:03:07 +0000 (09:03 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Move dev to 7.0.25

7 years agoMove dev to 7.0.25
Anatol Belski [Tue, 12 Sep 2017 07:02:01 +0000 (09:02 +0200)]
Move dev to 7.0.25

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 06:38:36 +0000 (08:38 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] Fix news entry format

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 12 Sep 2017 06:38:10 +0000 (08:38 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] Fix news entry format

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 12 Sep 2017 06:37:50 +0000 (08:37 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] Fix news entry format

7 years ago[ci skip] Fix news entry format
Anatol Belski [Tue, 12 Sep 2017 06:37:40 +0000 (08:37 +0200)]
[ci skip] Fix news entry format

7 years ago[ci skip] Fix news entry format
Anatol Belski [Tue, 12 Sep 2017 06:36:05 +0000 (08:36 +0200)]
[ci skip] Fix news entry format

7 years ago[ci skip] Fix news entry format
Anatol Belski [Tue, 12 Sep 2017 06:35:10 +0000 (08:35 +0200)]
[ci skip] Fix news entry format

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Joe Watkins [Tue, 12 Sep 2017 06:06:46 +0000 (07:06 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Tue, 12 Sep 2017 06:06:11 +0000 (07:06 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop

7 years agofix bug #75173 incorrect behavior of AppendIterator::append in foreach loop
jhdxr [Sun, 10 Sep 2017 18:11:58 +0000 (02:11 +0800)]
fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop

7 years agoFix LDFLAGS getting overwritten (ext/curl)
Dylan K. Taylor [Mon, 11 Sep 2017 11:45:19 +0000 (12:45 +0100)]
Fix LDFLAGS getting overwritten (ext/curl)

7 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Xinchen Hui [Tue, 12 Sep 2017 05:27:40 +0000 (13:27 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  Fixed bug #46781 (BC math handles minus zero incorrectly)
  Fork test to keep up with libxsl >= 1.1.30
  Add symbol to libxml exports
  Fix test compat with libxml2 2.9.5
  Fix test compat with libxml2 2.9.5
  Fix test portability
  Fix test compatibility with libxml2 2.9.5

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Xinchen Hui [Tue, 12 Sep 2017 05:26:25 +0000 (13:26 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed arginfo for get_defined_functions

7 years agoFixed arginfo for get_defined_functions
Xinchen Hui [Tue, 12 Sep 2017 05:26:07 +0000 (13:26 +0800)]
Fixed arginfo for get_defined_functions

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Mon, 11 Sep 2017 21:51:19 +0000 (23:51 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #46781 (BC math handles minus zero incorrectly)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Mon, 11 Sep 2017 21:45:24 +0000 (23:45 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #46781 (BC math handles minus zero incorrectly)

7 years agoFixed bug #46781 (BC math handles minus zero incorrectly)
Christoph M. Becker [Mon, 11 Sep 2017 21:44:23 +0000 (23:44 +0200)]
Fixed bug #46781 (BC math handles minus zero incorrectly)

Actually, there is no negative zero at all.  We obey Postel's law, and
still accept negative zeroes, but we store them as positive zeroes
after the conversion from string, i.e. we normalize before further
processing.