]> granicus.if.org Git - php/log
php
7 years agoAdded ldap_mod_*_ext methods for modification with controls
Côme Chilliet [Tue, 12 Sep 2017 09:13:23 +0000 (11:13 +0200)]
Added ldap_mod_*_ext methods for modification with controls

7 years agoAdded ldap_add_ext and preread/postread support and tests
Côme Chilliet [Tue, 12 Sep 2017 07:53:49 +0000 (09:53 +0200)]
Added ldap_add_ext and preread/postread support and tests

7 years agoAdded ldap_bind_ext to pass controls and get result object
Côme Chilliet [Mon, 11 Sep 2017 13:38:32 +0000 (15:38 +0200)]
Added ldap_bind_ext to pass controls and get result object

ldap_bind_ext allows to pass controls and get result object
 from bind operation
Also added a test for it, pretty basic as tests cannot depend upon
 ppolicy overlay

7 years agoImproved a bit error handling to avoid passing commands with incomplete controls
Côme Chilliet [Mon, 11 Sep 2017 09:46:47 +0000 (11:46 +0200)]
Improved a bit error handling to avoid passing commands with incomplete controls

7 years agoAdded support and test for LDAP_CONTROL_VALUESRETURNFILTER
Côme Chilliet [Mon, 11 Sep 2017 09:37:55 +0000 (11:37 +0200)]
Added support and test for LDAP_CONTROL_VALUESRETURNFILTER

7 years agoRemoved client controls alltogether
Côme Chilliet [Thu, 7 Sep 2017 15:03:45 +0000 (17:03 +0200)]
Removed client controls alltogether

Client controls are ldap client lib specific and all the one
 I could find are ignoring client controls anyway.

7 years agoFixed ldap_exop test since rebase remove client controls
Côme Chilliet [Thu, 7 Sep 2017 14:47:59 +0000 (16:47 +0200)]
Fixed ldap_exop test since rebase remove client controls

7 years agoAdded support for controls in ldap_modify_batch
Côme Chilliet [Thu, 7 Sep 2017 12:42:34 +0000 (14:42 +0200)]
Added support for controls in ldap_modify_batch

7 years agoAdded controls support to ldap_compare
Côme Chilliet [Thu, 7 Sep 2017 10:19:36 +0000 (12:19 +0200)]
Added controls support to ldap_compare

Note: for functions like ldap_compare, ldap_delete, ldap_modify,
 a way to get the result object back will need to be added
 so that controls returned by the server may be analyzed.

7 years agoAdded controls support to ldap_rename
Côme Chilliet [Thu, 7 Sep 2017 09:57:13 +0000 (11:57 +0200)]
Added controls support to ldap_rename

7 years agoFixed prototypes in comments
Côme Chilliet [Thu, 7 Sep 2017 09:39:46 +0000 (11:39 +0200)]
Fixed prototypes in comments

7 years agoUsing new control syntax for MANAGEDSAIT control when deleting references
Côme Chilliet [Thu, 7 Sep 2017 09:36:20 +0000 (11:36 +0200)]
Using new control syntax for MANAGEDSAIT control when deleting references

7 years agoFixed wrong argument number error tests
Côme Chilliet [Thu, 7 Sep 2017 09:36:02 +0000 (11:36 +0200)]
Fixed wrong argument number error tests

7 years agoAdded controls support to ldap_delete
Côme Chilliet [Thu, 7 Sep 2017 09:21:47 +0000 (11:21 +0200)]
Added controls support to ldap_delete

7 years agoAdded support for controls in ldap_add, ldap_modify, ldap_mod_*
Côme Chilliet [Thu, 7 Sep 2017 09:04:52 +0000 (11:04 +0200)]
Added support for controls in ldap_add, ldap_modify, ldap_mod_*

Also added workaround for a bug in ldap_create_assertion_control_value
Made sure failed control creation aborts the operation
And added test for assertion control on ldap_modify

7 years agoAdded a test for assertion control
Côme Chilliet [Thu, 7 Sep 2017 07:33:01 +0000 (09:33 +0200)]
Added a test for assertion control

7 years agoAdded a test for PROXY_AUTHZ control on ldap_exop
Côme Chilliet [Wed, 6 Sep 2017 15:54:12 +0000 (17:54 +0200)]
Added a test for PROXY_AUTHZ control on ldap_exop

7 years agoAdded support for assert control value encoding
Côme Chilliet [Wed, 26 Jul 2017 09:51:29 +0000 (11:51 +0200)]
Added support for assert control value encoding

7 years agoAdded controls support to ldap_exop
Côme Chilliet [Wed, 6 Sep 2017 14:39:21 +0000 (16:39 +0200)]
Added controls support to ldap_exop

7 years agoAdded controls support to ldap_search, ldap_list and ldap_read.
Côme Chilliet [Wed, 26 Jul 2017 14:41:44 +0000 (16:41 +0200)]
Added controls support to ldap_search, ldap_list and ldap_read.

7 years agoAdded controls support to ldap_parse_result and ldap_exop_passwd
Côme Chilliet [Thu, 20 Jul 2017 10:17:59 +0000 (12:17 +0200)]
Added controls support to ldap_parse_result and ldap_exop_passwd

Known controls are parsed to and from associative arrays.
Only ppolicy and paged results are implemented for now.

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

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 agoMerge branch 'PHP-7.2'
Sara Golemon [Wed, 20 Sep 2017 19:51:36 +0000 (15:51 -0400)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] Fix more typos in UPGRADING

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.2'
Christoph M. Becker [Wed, 20 Sep 2017 13:54:46 +0000 (15:54 +0200)]
Merge branch 'PHP-7.2'

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

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 agoSync json parser defs
Anatol Belski [Wed, 20 Sep 2017 13:08:14 +0000 (15:08 +0200)]
Sync json parser defs

7 years agoRefactored array creation API. array_init() and array_init_size() are converted into...
Dmitry Stogov [Tue, 19 Sep 2017 23:25:56 +0000 (02:25 +0300)]
Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values.

7 years agoMerge branch 'PHP-7.2'
Dmitry Stogov [Tue, 19 Sep 2017 22:11:37 +0000 (01:11 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed NOP removal (empty blocks should be shifted as well)

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 agoMerge branch 'PHP-7.2'
Frank Denis [Tue, 19 Sep 2017 12:39:25 +0000 (14:39 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  ext/sodium: throw an exception if only the prefix of a hex string is valid

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 agoMerge branch 'PHP-7.2'
Remi Collet [Tue, 19 Sep 2017 05:27:04 +0000 (07:27 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  rename test

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

7 years agoMerge branch 'PHP-7.2'
Christoph M. Becker [Mon, 18 Sep 2017 20:53:12 +0000 (22:53 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] Update NEWS

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 agoMerge branch 'PHP-7.2'
Dmitry Stogov [Mon, 18 Sep 2017 17:01:51 +0000 (20:01 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Use private names for new libpcre symbols.

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 agoMerge branch 'PHP-7.2'
Remi Collet [Mon, 18 Sep 2017 16:09:40 +0000 (18:09 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  NEWS
  Fixed Bug #75212 php_value acts like php_admin_value

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 agoRemove pointless preprocessor directive
Christoph M. Becker [Mon, 18 Sep 2017 15:12:02 +0000 (17:12 +0200)]
Remove pointless preprocessor directive

Obviously, that is a refactoring relict of e93f089.

7 years ago[ci skip] Update UPGRADING wrt. PR 2742
Christoph M. Becker [Mon, 18 Sep 2017 13:57:27 +0000 (15:57 +0200)]
[ci skip] Update UPGRADING wrt. PR 2742

7 years agoMerge branch 'pull-request/2742'
Christoph M. Becker [Mon, 18 Sep 2017 13:04:44 +0000 (15:04 +0200)]
Merge branch 'pull-request/2742'

* pull-request/2742:
  Fixed bug #66364 (BCMath bcmul ignores scale parameter)

7 years agoOptimize POST_INC_OBJ + FREE into PRE_INC_OBJ (in the same way as simple POST_INC)
Dmitry Stogov [Mon, 18 Sep 2017 11:56:55 +0000 (14:56 +0300)]
Optimize POST_INC_OBJ + FREE into PRE_INC_OBJ (in the same way as simple POST_INC)

7 years agoAllow removing of unused func_get_args() and func_get_num_args().
Dmitry Stogov [Mon, 18 Sep 2017 11:37:51 +0000 (14:37 +0300)]
Allow removing of unused func_get_args() and func_get_num_args().

7 years agoMerge branch 'PHP-7.2'
Dmitry Stogov [Mon, 18 Sep 2017 11:11:48 +0000 (14:11 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed optimization (the bug caused endless-loop on micro_bench.php in master branch)

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 agoProperty access micro-optimization. (ZEND_WRONG_PROPERTY_OFFSET and ZEND_DYNAMIC_PROP...
Dmitry Stogov [Mon, 18 Sep 2017 10:13:24 +0000 (13:13 +0300)]
Property access micro-optimization. (ZEND_WRONG_PROPERTY_OFFSET and ZEND_DYNAMIC_PROPERTY_OFFSET are hidden, use one comparison instead of two on fast paths. "Negative" offsets are reserved for future optimizations).

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

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

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 agoMerge branch 'PHP-7.2'
Dmitry Stogov [Mon, 18 Sep 2017 08:28:06 +0000 (11:28 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed bug #74878 (Data race in ZTS builds)

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.2'
Anatol Belski [Mon, 18 Sep 2017 07:38:14 +0000 (09:38 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Update lib_versions.txt

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.2'
Anatol Belski [Fri, 15 Sep 2017 21:06:44 +0000 (23:06 +0200)]
Merge branch 'PHP-7.2'

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

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 agoRemoved IS_TYPE_COPYABLE flag.
Dmitry Stogov [Fri, 15 Sep 2017 09:29:46 +0000 (12:29 +0300)]
Removed IS_TYPE_COPYABLE flag.

7 years agoMerge branch 'pull-request/2751'
Christoph M. Becker [Thu, 14 Sep 2017 14:40:05 +0000 (16:40 +0200)]
Merge branch 'pull-request/2751'

* pull-request/2751:
  reworked test
  added credits for #phptestfest
  reworked the tests, created test cases for defalte, gzip and unsupported brotli
  added basic zlib_get_coding_type() test

7 years agoreworked test
Florian Engelhardt [Thu, 14 Sep 2017 10:41:02 +0000 (12:41 +0200)]
reworked test

7 years agoStructures comming from "unknown sources" should be marked as escaping.
Dmitry Stogov [Thu, 14 Sep 2017 09:33:52 +0000 (12:33 +0300)]
Structures comming from "unknown sources" should be marked as escaping.

7 years agoAvoid redundand iterations, checks and reloads
Dmitry Stogov [Thu, 14 Sep 2017 08:25:03 +0000 (11:25 +0300)]
Avoid redundand iterations, checks and reloads

7 years agoFixed escape analysis for ASSIGN_DIM/ASSIGN_OBJ opcodes and improved DCE
Dmitry Stogov [Thu, 14 Sep 2017 08:03:47 +0000 (11:03 +0300)]
Fixed escape analysis for ASSIGN_DIM/ASSIGN_OBJ opcodes and improved DCE

7 years agoadded credits for #phptestfest
Florian Engelhardt [Thu, 14 Sep 2017 07:21:00 +0000 (09:21 +0200)]
added credits for #phptestfest

7 years agoreworked the tests, created test cases for defalte, gzip and unsupported brotli
Florian Engelhardt [Thu, 14 Sep 2017 07:17:45 +0000 (09:17 +0200)]
reworked the tests, created test cases for defalte, gzip and unsupported brotli

7 years agotypo
Dmitry Stogov [Thu, 14 Sep 2017 06:58:22 +0000 (09:58 +0300)]
typo

7 years ago[ci skip] Merge branch 'pull-request/2752'
Christoph M. Becker [Thu, 14 Sep 2017 00:02:17 +0000 (02:02 +0200)]
[ci skip] Merge branch 'pull-request/2752'

* pull-request/2752:
  Fixed typo

7 years ago[ci skip] Merge branch 'pull-request/2753'
Christoph M. Becker [Wed, 13 Sep 2017 23:26:05 +0000 (01:26 +0200)]
[ci skip] Merge branch 'pull-request/2753'

* pull-request/2753:
  Fix type-o in ext/reflection comment :speech_balloon:

7 years agoMerge branch 'PHP-7.2'
Christoph M. Becker [Wed, 13 Sep 2017 22:35:49 +0000 (00:35 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] Fix typos in UPGRADING

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 agoAdded test. Invalid usage doesn't affect escape_satte of arrays/objects and shouldn...
Dmitry Stogov [Wed, 13 Sep 2017 21:09:28 +0000 (00:09 +0300)]
Added test. Invalid usage doesn't affect escape_satte of arrays/objects and shouldn't prevent SCCP on "proper" paths.

7 years agoRevert "Mark incorrectly used arrays and objects as escaping"
Dmitry Stogov [Wed, 13 Sep 2017 21:08:43 +0000 (00:08 +0300)]
Revert "Mark incorrectly used arrays and objects as escaping"

This reverts commit 9b2d3cce1946d913baba59ddd90fc7a8b3a192a4.

7 years agoAdded debug output
Dmitry Stogov [Wed, 13 Sep 2017 20:59:16 +0000 (23:59 +0300)]
Added debug output

7 years agoFix type-o in ext/reflection comment :speech_balloon:
Sammy Kaye Powers [Wed, 13 Sep 2017 19:11:57 +0000 (14:11 -0500)]
Fix type-o in ext/reflection comment :speech_balloon:

7 years agoFixed typo
Markus Staab [Wed, 13 Sep 2017 16:35:37 +0000 (18:35 +0200)]
Fixed typo

7 years agoImproved reference dependencies analysis
Dmitry Stogov [Wed, 13 Sep 2017 15:18:51 +0000 (18:18 +0300)]
Improved reference dependencies analysis

7 years agoMerge branch 'pull-request/2745'
Christoph M. Becker [Wed, 13 Sep 2017 14:16:26 +0000 (16:16 +0200)]
Merge branch 'pull-request/2745'

* pull-request/2745:
  Fixed bug #75169 (BCMath errors/warnings bypass error handling)

7 years agoMerge branch 'pull-request/2739'
Christoph M. Becker [Wed, 13 Sep 2017 14:04:19 +0000 (16:04 +0200)]
Merge branch 'pull-request/2739'

* pull-request/2739:
  Fix proto and indentation
  Fix arginfo
  Return old scale value from bcscale()

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Wed, 13 Sep 2017 13:48:24 +0000 (15:48 +0200)]
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 [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 agoMark incorrectly used arrays and objects as escaping
Dmitry Stogov [Wed, 13 Sep 2017 13:42:48 +0000 (16:42 +0300)]
Mark incorrectly used arrays and objects as escaping

7 years agoadded basic zlib_get_coding_type() test
Florian Engelhardt [Wed, 13 Sep 2017 13:18:21 +0000 (15:18 +0200)]
added basic zlib_get_coding_type() test

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

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

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 agoMerge branch 'PHP-7.2'
Remi Collet [Wed, 13 Sep 2017 10:20:16 +0000 (12:20 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  fix tests for 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