]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 27 Sep 2016 10:51:56 +0000 (12:51 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  prepare next

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 27 Sep 2016 10:51:24 +0000 (12:51 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  prepare next

8 years agoprepare next
Anatol Belski [Tue, 27 Sep 2016 10:49:52 +0000 (12:49 +0200)]
prepare next

8 years agoMerge branch 'PHP-7.1'
Adam Baratz [Mon, 26 Sep 2016 21:14:51 +0000 (17:14 -0400)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS
  Ignore potentially misleading dberr values

8 years agoupdate NEWS
Adam Baratz [Mon, 26 Sep 2016 21:13:50 +0000 (17:13 -0400)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Adam Baratz [Mon, 26 Sep 2016 21:13:14 +0000 (17:13 -0400)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS
  Ignore potentially misleading dberr values

8 years agoupdate NEWS
Adam Baratz [Mon, 26 Sep 2016 21:09:11 +0000 (17:09 -0400)]
update NEWS

8 years agoIgnore potentially misleading dberr values
Chris Kings-Lynne [Fri, 13 Sep 2013 06:09:08 +0000 (14:09 +0800)]
Ignore potentially misleading dberr values

FreeTDS had a buggy behavior where it would pass invalid values:
https://sourceforge.net/p/freetds/bugs/59/

The fix for this issue -- bc22b2ef817fb5d102bd758111ff3634b39a1319 on their
repo -- was to always use SYBESMSG for dberr. This makes it so the existing
pdo_dblib code would work as is. But by ignoring the dberr value in this
function, it will behave correctly, even with older versions of FreeTDS.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 26 Sep 2016 17:56:12 +0000 (19:56 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 26 Sep 2016 17:55:43 +0000 (19:55 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 26 Sep 2016 17:55:05 +0000 (19:55 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 26 Sep 2016 17:54:10 +0000 (19:54 +0200)]
update NEWS

8 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 26 Sep 2016 16:55:20 +0000 (18:55 +0200)]
Merge branch 'master' of git.php.net:php-src

8 years agoMerge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1
Anatol Belski [Mon, 26 Sep 2016 16:55:08 +0000 (18:55 +0200)]
Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1

8 years agoMerge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0
Anatol Belski [Mon, 26 Sep 2016 16:54:43 +0000 (18:54 +0200)]
Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 26 Sep 2016 16:50:06 +0000 (18:50 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73172 parse error: Invalid numeric literal

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 26 Sep 2016 16:49:40 +0000 (18:49 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73172 parse error: Invalid numeric literal

8 years agoFixed bug #73172 parse error: Invalid numeric literal
Anatol Belski [Mon, 26 Sep 2016 16:47:30 +0000 (18:47 +0200)]
Fixed bug #73172 parse error: Invalid numeric literal

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Mon, 26 Sep 2016 16:45:53 +0000 (18:45 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Mon, 26 Sep 2016 16:45:05 +0000 (18:45 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Mon, 26 Sep 2016 16:43:03 +0000 (18:43 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #53745: cgi.discard_path option is missing from php.ini
Christoph M. Becker [Mon, 26 Sep 2016 16:16:50 +0000 (18:16 +0200)]
Fix #53745: cgi.discard_path option is missing from php.ini

Also cgi.check_shebang_line has been missing.

8 years agoExpose information about calls to "fake" closures (created through ReflectionFunction...
Dmitry Stogov [Mon, 26 Sep 2016 14:44:28 +0000 (17:44 +0300)]
Expose information about calls to "fake" closures (created through ReflectionFunction::getClosure), to allow extra specialization of RETRUN opcode handler.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 26 Sep 2016 13:42:56 +0000 (15:42 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update libs_versions.txt
  update libs_versions.txt

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 26 Sep 2016 13:42:32 +0000 (15:42 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update libs_versions.txt
  update libs_versions.txt

8 years agoupdate libs_versions.txt
Anatol Belski [Mon, 26 Sep 2016 13:41:41 +0000 (15:41 +0200)]
update libs_versions.txt

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 26 Sep 2016 13:41:16 +0000 (15:41 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update libs_versions.txt

8 years agoupdate libs_versions.txt
Anatol Belski [Mon, 26 Sep 2016 13:39:01 +0000 (15:39 +0200)]
update libs_versions.txt

8 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 26 Sep 2016 13:17:39 +0000 (16:17 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Revert "update NEWS"

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Mon, 26 Sep 2016 13:16:59 +0000 (16:16 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  On PHP-7.1 and above we have to check CALL_INFO instead of symbol_table.

8 years agoOn PHP-7.1 and above we have to check CALL_INFO instead of symbol_table.
Dmitry Stogov [Mon, 26 Sep 2016 13:16:07 +0000 (16:16 +0300)]
On PHP-7.1 and above we have to check CALL_INFO instead of symbol_table.

8 years agoRevert "update NEWS"
Adam Baratz [Mon, 26 Sep 2016 13:15:59 +0000 (09:15 -0400)]
Revert "update NEWS"

This reverts commit fdbc673f8cf8d81847f3eb11e1e7520c77ed09d8.

These changes were applied to earlier versions so these notes shouldn't have
been added here.

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Mon, 26 Sep 2016 11:18:59 +0000 (14:18 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73156 (segfault on undefined function)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Mon, 26 Sep 2016 11:17:27 +0000 (14:17 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73156 (segfault on undefined function)

8 years agoFixed bug #73156 (segfault on undefined function)
Dmitry Stogov [Mon, 26 Sep 2016 11:14:57 +0000 (14:14 +0300)]
Fixed bug #73156 (segfault on undefined function)

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sun, 25 Sep 2016 18:58:09 +0000 (20:58 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Add an include path for freetype which is relevant for cmake builds

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 25 Sep 2016 18:57:30 +0000 (20:57 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add an include path for freetype which is relevant for cmake builds

8 years agoAdd an include path for freetype which is relevant for cmake builds
Anatol Belski [Sun, 25 Sep 2016 18:55:13 +0000 (20:55 +0200)]
Add an include path for freetype which is relevant for cmake builds

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sun, 25 Sep 2016 10:39:33 +0000 (12:39 +0200)]
Merge branch 'PHP-7.1'

8 years agoUse SEND_USER for CONST|TMP as well
Nikita Popov [Sun, 25 Sep 2016 10:30:32 +0000 (12:30 +0200)]
Use SEND_USER for CONST|TMP as well

Otherwise we're missing the "expected to be a reference, value
given" warning that appears for ordinary calls to call_user_func().

Also update an UPGRADING note with recent changes wrt
call_user_func().

8 years agoRefactor imagegammacorrect()
Christoph M. Becker [Sun, 25 Sep 2016 07:47:23 +0000 (09:47 +0200)]
Refactor imagegammacorrect()

We apply the law `(b**r)**s == b**(r*s)` which holds for all non-negative b
and positive r,s, so a single pow() suffices. Furthermore, we precompute the
gamma, so the refactored code is simpler and faster.

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Sun, 25 Sep 2016 08:57:23 +0000 (10:57 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sun, 25 Sep 2016 08:49:43 +0000 (10:49 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sun, 25 Sep 2016 08:46:44 +0000 (10:46 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix test_image_equals_file() wrt. palette images
Christoph M. Becker [Sun, 25 Sep 2016 08:30:48 +0000 (10:30 +0200)]
Fix test_image_equals_file() wrt. palette images

The recently introduced test_image_equals_file() doesn't properly work for
palette images, because in this case only the palette indexes are compared,
what can lead to false positives and negatives as shown in the added test.

To fix that we convert palette images to truecolor, what is supposed to be
faster than calling imagecolorsforindex() for each pixel.

We furthermore rely on PHP's refcounting to free unused images; after all,
this is not C.

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sat, 24 Sep 2016 20:46:43 +0000 (22:46 +0200)]
Merge branch 'PHP-7.1'

8 years agoFix a couple of ASSIGN_DIM/OBJ inference bugs
Nikita Popov [Sat, 24 Sep 2016 19:26:17 +0000 (21:26 +0200)]
Fix a couple of ASSIGN_DIM/OBJ inference bugs

Account for possible null return values better.

8 years agoAdd range inference for ZEND_STRLEN
Nikita Popov [Sat, 24 Sep 2016 19:03:13 +0000 (21:03 +0200)]
Add range inference for ZEND_STRLEN

On 32-bit systems we conservatively allow negative lengths.
On 64-bit systems, the range could additionally be restricted to
the canonical 48-bit size.

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Sat, 24 Sep 2016 16:22:43 +0000 (18:22 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 24 Sep 2016 16:18:34 +0000 (18:18 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sat, 24 Sep 2016 16:05:21 +0000 (18:05 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoMerge branch 'pull-request/2120' into PHP-5.6
Christoph M. Becker [Sat, 24 Sep 2016 15:52:15 +0000 (17:52 +0200)]
Merge branch 'pull-request/2120' into PHP-5.6

8 years agoMerge branch 'pull-request/2026'
Christoph M. Becker [Sat, 24 Sep 2016 13:35:32 +0000 (15:35 +0200)]
Merge branch 'pull-request/2026'

8 years agoDon't enforce palette conversion when writing GD images
Christoph M. Becker [Sat, 24 Sep 2016 12:44:57 +0000 (14:44 +0200)]
Don't enforce palette conversion when writing GD images

The GD image format is able to handle truecolor images as of libgd 2.0.12
(<https://github.com/libgd/libgd/blob/gd-2.2.3/src/gd_gd.c#L31-L33>).
Therefore we don't need the potentially lossy and time consuming palette
conversion.

This way, imagegd() can also be used to export raw truecolor image data.

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sat, 24 Sep 2016 11:23:54 +0000 (13:23 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 24 Sep 2016 11:22:00 +0000 (13:22 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #73163
Nikita Popov [Sat, 24 Sep 2016 11:18:43 +0000 (13:18 +0200)]
Fixed bug #73163

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Sat, 24 Sep 2016 10:52:14 +0000 (12:52 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 24 Sep 2016 10:46:20 +0000 (12:46 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sat, 24 Sep 2016 10:39:56 +0000 (12:39 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73161: imagecreatefromgd2() may leak memory
Christoph M. Becker [Sat, 24 Sep 2016 10:36:54 +0000 (12:36 +0200)]
Fix #73161: imagecreatefromgd2() may leak memory

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Sat, 24 Sep 2016 09:42:55 +0000 (11:42 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 24 Sep 2016 09:36:50 +0000 (11:36 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sat, 24 Sep 2016 09:31:11 +0000 (11:31 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73159: imagegd2(): unrecognized formats may result in corrupted files
Christoph M. Becker [Sat, 24 Sep 2016 09:28:20 +0000 (11:28 +0200)]
Fix #73159: imagegd2(): unrecognized formats may result in corrupted files

We must not apply the format correction twice for truecolor images.

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Sat, 24 Sep 2016 09:03:46 +0000 (11:03 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 24 Sep 2016 08:57:30 +0000 (10:57 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sat, 24 Sep 2016 08:47:11 +0000 (10:47 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73155: imagegd2() writes wrong chunk sizes on boundaries
Christoph M. Becker [Fri, 23 Sep 2016 22:46:35 +0000 (00:46 +0200)]
Fix #73155: imagegd2() writes wrong chunk sizes on boundaries

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Fri, 23 Sep 2016 22:38:04 +0000 (00:38 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Fri, 23 Sep 2016 22:37:37 +0000 (00:37 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Fri, 23 Sep 2016 22:36:53 +0000 (00:36 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73157 (again): imagegd2() ignores 3rd param if 4 are given
Christoph M. Becker [Fri, 23 Sep 2016 22:35:24 +0000 (00:35 +0200)]
Fix #73157 (again): imagegd2() ignores 3rd param if 4 are given

Obviously, there was a bad merge.

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Fri, 23 Sep 2016 22:13:36 +0000 (00:13 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Fri, 23 Sep 2016 22:07:11 +0000 (00:07 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoupdate NEWS
Adam Baratz [Fri, 23 Sep 2016 21:53:58 +0000 (17:53 -0400)]
update NEWS

8 years agoupdate NEWS
Adam Baratz [Fri, 23 Sep 2016 21:53:24 +0000 (17:53 -0400)]
update NEWS

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Fri, 23 Sep 2016 21:44:02 +0000 (23:44 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73157: imagegd2() ignores 3rd param if 4 are given
Christoph M. Becker [Fri, 23 Sep 2016 21:23:45 +0000 (23:23 +0200)]
Fix #73157: imagegd2() ignores 3rd param if 4 are given

We must initialize `q` for *more* than three parameters, too.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 23 Sep 2016 16:48:41 +0000 (18:48 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 23 Sep 2016 16:48:14 +0000 (18:48 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Fri, 23 Sep 2016 16:46:51 +0000 (18:46 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"

8 years agoRevert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"
Anatol Belski [Fri, 23 Sep 2016 16:45:03 +0000 (18:45 +0200)]
Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"

This reverts commit f9a699f6c3aa7acea922242a0f14731f6b829742.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 23 Sep 2016 16:11:15 +0000 (18:11 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  skip this test for now as it seems to have issues running dev server
  Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 23 Sep 2016 16:10:55 +0000 (18:10 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  skip this test for now as it seems to have issues running dev server
  Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Fri, 23 Sep 2016 16:10:07 +0000 (18:10 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  skip this test for now as it seems to have issues running dev server
  Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoskip this test for now as it seems to have issues running dev server
Anatol Belski [Fri, 23 Sep 2016 16:07:08 +0000 (18:07 +0200)]
skip this test for now as it seems to have issues running dev server

8 years agoFixed bug #73037 SoapServer reports Bad Request when gzipped
Anatol Belski [Fri, 23 Sep 2016 14:02:50 +0000 (16:02 +0200)]
Fixed bug #73037 SoapServer reports Bad Request when gzipped

(cherry picked from commit 410c68788ae4826807e8ced3f4a02e676142b22a)

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Fri, 23 Sep 2016 14:27:59 +0000 (16:27 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Fri, 23 Sep 2016 14:26:54 +0000 (16:26 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Fri, 23 Sep 2016 14:25:21 +0000 (16:25 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoUpdate NEWS
Christoph M. Becker [Fri, 23 Sep 2016 14:23:58 +0000 (16:23 +0200)]
Update NEWS

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 23 Sep 2016 14:08:09 +0000 (16:08 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 23 Sep 2016 14:07:12 +0000 (16:07 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoFixed bug #73037 SoapServer reports Bad Request when gzipped
Anatol Belski [Fri, 23 Sep 2016 14:02:50 +0000 (16:02 +0200)]
Fixed bug #73037 SoapServer reports Bad Request when gzipped

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Fri, 23 Sep 2016 13:50:25 +0000 (15:50 +0200)]
Merge branch 'PHP-7.1'

8 years agoFix FreeType tests using UTF-8 font file names
Christoph M. Becker [Fri, 23 Sep 2016 13:22:45 +0000 (15:22 +0200)]
Fix FreeType tests using UTF-8 font file names

UTF-8 font file names are not yet supported on Windows[1], so we're skipping
the respective tests on this platform, but enable them on other platforms.

[1] <http://news.php.net/php.internals.win/1142>

8 years agoMerge branch 'PHP-7.1'
Julien Pauli [Fri, 23 Sep 2016 11:54:46 +0000 (13:54 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Formatting. Fix possible memory corruption in FPM SHM management
  fix every work call mmap

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Julien Pauli [Fri, 23 Sep 2016 11:54:22 +0000 (13:54 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Formatting. Fix possible memory corruption in FPM SHM management
  fix every work call mmap

Conflicts:
sapi/fpm/fpm/fpm_scoreboard.c

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Fri, 23 Sep 2016 11:53:22 +0000 (13:53 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Formatting. Fix possible memory corruption in FPM SHM management
  fix every work call mmap