History log of /PHP-5.6/ (Results 226 – 250 of 63781)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1da79a6c23-Sep-2016 Christoph M. Becker

Fix #73157 (again): imagegd2() ignores 3rd param if 4 are given

Obviously, there was a bad merge.

075aa91123-Sep-2016 Anatol Belski

Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"

This reverts commit f9a699f6c3aa7acea922242a0f14731f6b829742.

28887fe423-Sep-2016 Anatol Belski

skip this test for now as it seems to have issues running dev server

f9a699f623-Sep-2016 Anatol Belski

Fixed bug #73037 SoapServer reports Bad Request when gzipped

(cherry picked from commit 410c68788ae4826807e8ced3f4a02e676142b22a)

9a2a45c123-Sep-2016 Christoph M. Becker

Update NEWS

a22175b023-Sep-2016 Julien Pauli

Formatting. Fix possible memory corruption in FPM SHM management

807004a416-Sep-2016 tom916

fix every work call mmap

fix fpm_scoreboard_free

726c599922-Sep-2016 Christoph M. Becker

Rework FreeType related tests

Firstly, there is no fundamental difference between running the tests on
freetype before and after 2.4.10, so we re-join the respective test cases.

Rework FreeType related tests

Firstly, there is no fundamental difference between running the tests on
freetype before and after 2.4.10, so we re-join the respective test cases.

Secondly, there are some minor differences in the results depending on
architecture, freetype versions and config options, so we cater to that
by allowing small deviations from the expectations.

show more ...

49c3fa4322-Sep-2016 Anatol Belski

update libs versions

4397306b19-Sep-2016 Márcio Almada

fix bug related to #865

In case USE_KEY flag is active, RegexIterator->accept() should keep it's
old behavior which is to accept keys mapping arrays.

This broke after PHP 5.5 bu

fix bug related to #865

In case USE_KEY flag is active, RegexIterator->accept() should keep it's
old behavior which is to accept keys mapping arrays.

This broke after PHP 5.5 but was not noticed due to lack of tests for USE_KEY.

show more ...

33a8af0521-Sep-2016 Stanislav Malyshev

Fix bug #73073 - CachingIterator null dereference when convert to string

4dd70b6e20-Sep-2016 Dmitry Stogov

Fixed inconsistent meaning of zend_startup_module_ex() return value used in zend_hash_apply()

fc2cadca19-Sep-2016 Christoph M. Becker

Merge branch 'pull-request/1845' into PHP-5.6


56fa36b019-Sep-2016 George Wang

Fix wrong year in previous commit.

1ed4b13f19-Sep-2016 Julien Pauli

Do not wrap user exception in case of custom JSON serialization

6682673016-Sep-2016 Christoph M. Becker

Fix #73100: session_destroy null dereference in ps_files_path_create

01c7c6b116-Sep-2016 Xinchen Hui

Updte NEWS

ac07008b28-Jun-2016 Xinchen Hui

Fixed bug #72505 (readfile() mangles files larger than 2G)

46df064216-Sep-2016 Christoph M. Becker

Fix #73003: Integer Overflow in gdImageWebpCtx of gd_webp.c

We add the missing integer overflow check to avoid potential buffer overflows.

3c117d4115-Sep-2016 Remi Collet

fix test (32bits)

55237fe115-Sep-2016 Remi Collet

fix ZTS build

1d74840715-Sep-2016 Ferenc Kovacs

update NEWS

7bfb7b6214-Sep-2016 Christoph M. Becker

Fix and reactivate regression test for bug #50194

Apparently, different FreeType versions render the string differently, so
we have to cater to these slight differences. Unfortunately, t

Fix and reactivate regression test for bug #50194

Apparently, different FreeType versions render the string differently, so
we have to cater to these slight differences. Unfortunately, the testing
framework doesn't yet offer a clean API for this, so we work around the
limitations by parsing and checking the output of test_image_equals_file().

show more ...

36df4f8414-Sep-2016 Christoph M. Becker

Skip ext/gd/tests/bug50194.phpt for now

There are apparently issues with the font rendering with different freetype
version; I'll have a look at this issue ASAP.

09eb6ed314-Sep-2016 Christoph M. Becker

Fix #50194: imagettftext broken on transparent background w/o alphablending

We must not draw the background pixels of the character glyphs, what has
already been fixed in GD 2.0.26.

12345678910>>...2552