]> granicus.if.org Git - php/log
php
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

7 years agoMerge branch 'PHP-7.2'
Dmitry Stogov [Wed, 13 Sep 2017 07:11:57 +0000 (10:11 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed ZTS build (disable deallocation of arg_info of internal functions with type hints)

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.2'
Dmitry Stogov [Tue, 12 Sep 2017 22:46:34 +0000 (01:46 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Properly update string type flags

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 agoMerge branch 'PHP-7.2'
Dmitry Stogov [Tue, 12 Sep 2017 22:45:05 +0000 (01:45 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed memry leaks (free arg_info of internal functions with type hints)

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.2'
Dmitry Stogov [Tue, 12 Sep 2017 21:15:37 +0000 (00:15 +0300)]
Merge branch 'PHP-7.2'

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

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.2'
Dmitry Stogov [Tue, 12 Sep 2017 20:48:00 +0000 (23:48 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed test

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.2'
Dmitry Stogov [Tue, 12 Sep 2017 20:45:15 +0000 (23:45 +0300)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Properly update string type flags
  Update NEWS for 7.2.0RC3
  Update NEWS for PHP 7.2.0RC2

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 agoFixed test
Dmitry Stogov [Tue, 12 Sep 2017 18:41:29 +0000 (21:41 +0300)]
Fixed test

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.2'
Anatol Belski [Tue, 12 Sep 2017 16:19:58 +0000 (18:19 +0200)]
Merge branch 'PHP-7.2'

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

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.2'
Anatol Belski [Tue, 12 Sep 2017 16:11:31 +0000 (18:11 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  bump versions

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 agoFixed memleak in SCCP
Xinchen Hui [Tue, 12 Sep 2017 13:34:53 +0000 (21:34 +0800)]
Fixed memleak in SCCP

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

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

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.2'
Anatol Belski [Tue, 12 Sep 2017 10:19:35 +0000 (12:19 +0200)]
Merge branch 'PHP-7.2'

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

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.2'
Anatol Belski [Tue, 12 Sep 2017 10:14:44 +0000 (12:14 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  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 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.2'
Anatol Belski [Tue, 12 Sep 2017 07:03:52 +0000 (09:03 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Move dev to 7.0.25