History log of /PHP-8.2/ (Results 301 – 325 of 110567)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b131681d01-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Skip on Windows


7213e44801-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix test not emitting warning because of Windows paths


8d095af101-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix test not emitting warning because of Windows paths


f391a26801-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix test on Windows


e5e2190d01-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix test on Windows


c35fc1c401-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix #77432: Segmentation fault on including phar file


e787790c01-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix #77432: Segmentation fault on including phar file


da60d89531-Dec-2023 Peter Kokot

Remove obsolete UNIX System V 4.0 (#13049)

UNIX System V is operating system from 1988 and was incoporated later on
into various other UNIX systems with different uname outputs so this

Remove obsolete UNIX System V 4.0 (#13049)

UNIX System V is operating system from 1988 and was incoporated later on
into various other UNIX systems with different uname outputs so this
check can be now safely removed.

show more ...

7f8adf8a30-Dec-2023 Michael Orlitzky

ext/gd/tests: imagerotate() is always available

Following 59ec80c5, the imagerotate() function is always available. We
may therefore remove its function_exists() checks without harm.

0b8466f223-Aug-2023 Michael Orlitzky

ext/gd/tests: add SKIPIF stanzas for missing PNG support

The bundled libgd always has PNG support, but an external one may not.


ext/gd/tests/bug22544-mb.phpt
ext/gd/tests/bug22544.phpt
ext/gd/tests/bug24155.phpt
ext/gd/tests/bug27582_1.phpt
ext/gd/tests/bug39780_extern.phpt
ext/gd/tests/bug43073.phpt
ext/gd/tests/bug43475.phpt
ext/gd/tests/bug43828.phpt
ext/gd/tests/bug45799.phpt
ext/gd/tests/bug47946.phpt
ext/gd/tests/bug48732-mb.phpt
ext/gd/tests/bug48732.phpt
ext/gd/tests/bug50194.phpt
ext/gd/tests/bug51498.phpt
ext/gd/tests/bug52070.phpt
ext/gd/tests/bug53504.phpt
ext/gd/tests/bug64641.phpt
ext/gd/tests/bug66005.phpt
ext/gd/tests/bug72482_2.phpt
ext/gd/tests/bug72604.phpt
ext/gd/tests/bug72913.phpt
ext/gd/tests/bug73213.phpt
ext/gd/tests/bug73272.phpt
ext/gd/tests/bug73549.phpt
ext/gd/tests/bug73614.phpt
ext/gd/tests/bug74031.phpt
ext/gd/tests/bug75124.phpt
ext/gd/tests/bug77943.phpt
ext/gd/tests/bug79945.phpt
ext/gd/tests/imagearc_basic.phpt
ext/gd/tests/imagearc_variation1.phpt
ext/gd/tests/imagearc_variation2.phpt
ext/gd/tests/imagechar_basic.phpt
ext/gd/tests/imagecharup_basic.phpt
ext/gd/tests/imagecolorallocatealpha_basic.phpt
ext/gd/tests/imagecolorset_basic.phpt
ext/gd/tests/imageconvolution_basic.phpt
ext/gd/tests/imagecopyresampled_basic.phpt
ext/gd/tests/imagecreatefrombmp_basic.phpt
ext/gd/tests/imagecreatefromstring_bmp.phpt
ext/gd/tests/imagecreatefromtga_basic.phpt
ext/gd/tests/imagecreatefromtga_variation.phpt
ext/gd/tests/imagecreatetruecolor_basic.phpt
ext/gd/tests/imagecrop_auto.phpt
ext/gd/tests/imagedashedline_basic.phpt
ext/gd/tests/imageellipse_basic.phpt
ext/gd/tests/imagefilledarc_basic.phpt
ext/gd/tests/imagefilledarc_variation1.phpt
ext/gd/tests/imagefilledarc_variation2.phpt
ext/gd/tests/imagefilledellipse_basic.phpt
ext/gd/tests/imagefilledpolygon_basic.phpt
ext/gd/tests/imagefilltoborder_basic.phpt
ext/gd/tests/imagefilter.phpt
ext/gd/tests/imagegammacorrect_basic.phpt
ext/gd/tests/imagegammacorrect_variation1.phpt
ext/gd/tests/imagegammacorrect_variation2.phpt
ext/gd/tests/imageopenpolygon_basic.phpt
ext/gd/tests/imagepolygon_aa.phpt
ext/gd/tests/imagepolygon_basic.phpt
ext/gd/tests/imagerectangle_basic.phpt
ext/gd/tests/imageresolution_png.phpt
ext/gd/tests/imagesetbrush_basic.phpt
ext/gd/tests/imagesetthickness_basic.phpt
ext/gd/tests/imagestring_basic.phpt
ext/gd/tests/imagestringup_basic.phpt
ext/gd/tests/imagetruecolortopalette_basic.phpt
ext/gd/tests/libgd00086_extern.phpt
ext/gd/tests/test_image_equals_file_palette.phpt
49247de023-Aug-2023 Michael Orlitzky

ext/gd/tests: fix three misleading die() messages

Three of our gd tests could be skipped with a message about requiring
bundled GD, but those tests don't actually require bundled GD. We

ext/gd/tests: fix three misleading die() messages

Three of our gd tests could be skipped with a message about requiring
bundled GD, but those tests don't actually require bundled GD. We
update the messages to mention the specific functions that are
required.

show more ...

37d5bee131-Dec-2023 Ilija Tovilo

Fix \e escape character on Windows

\e is not part of the C standard.

Closes GH-13058

c68f4f6131-Dec-2023 Ilija Tovilo

[skip ci] Fix macos nightly version for older branches

da6766d730-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Use more optimal perfect hash table

0ea4f39a30-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Add script to aid generation of perfect hash table

5fdb272422-Dec-2023 Alex Dowad

Add mbstring support for GB18030-2022 text encoding

The previous version of the GB-18030 standard was published in 2005.
This commit adds support for the updated (2022) version of this t

Add mbstring support for GB18030-2022 text encoding

The previous version of the GB-18030 standard was published in 2005.
This commit adds support for the updated (2022) version of this text
encoding. The existing GB18030 implementation has been left unchanged
for backwards compatibility; users who want to use the new standard
must explicitly indicate the desired text encoding is 'GB18030-2022'.

The document which defines GB18030-2022, published by the government
of the People's Republic of China, defines three levels of standards
compliance. This implementation is intended to achieve Implementation
Level 3, which is the highest level of compliance.

Experts in the GB18030 standard are requested to assess this
implementation and report any deviation from the standard.

show more ...

febe051924-Dec-2023 Alex Dowad

Align hex dumps in mbstring unit test failure message for easy comparison

When developing mbstring, and a unit test fails, this will make it
easier and quicker to identify the cause of t

Align hex dumps in mbstring unit test failure message for easy comparison

When developing mbstring, and a unit test fails, this will make it
easier and quicker to identify the cause of the test failure.

show more ...

84022db829-Dec-2023 Peter Kokot

Remove unused SIZEOF_SHORT (#13034)

d657d55929-Dec-2023 Peter Kokot

Check host_alias on one place (#13042)

948b2bc229-Dec-2023 Jorg Adam Sowa

Add miliseconds do the test time output (#12729)

Also replaced microtime() with hrtime()

703ef91e29-Dec-2023 haszi

Improve ob_get_status() tests (#13018)

* Update basic ob_get_status() test

* Update ob test with class method, anonymous function, and invokable object as output handler

--

Improve ob_get_status() tests (#13018)

* Update basic ob_get_status() test

* Update ob test with class method, anonymous function, and invokable object as output handler

---------

Co-authored-by: haszi <haszika80@gmail.com>

show more ...

df42f7f129-Dec-2023 Dmitry Stogov

Update IR

IR commit: 730763fb25d096099af22c75190fbf7e748ac5af

0a8c97d128-Dec-2023 Dmitry Stogov

Update IR

IR commit: 831f3810e07917ef2ffc4f531e7144944cc8d1c1

b02f95ad26-Dec-2023 David Carlier

ext/sockets: adding windows SO_EXCLUSIVEADDRUSE constant.

Close GH-13030

02758ec327-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Fixes in NEWS

1...<<11121314151617181920>>...4423