History log of /PHP-8.2/ (Results 1 – 25 of 110567)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
115c60e012-Feb-2024 Máté Kocsis

Validate constructor property promotion in stubs

20c49f8512-Feb-2024 haszi

Move PASSWORD constants to stubs (#13349)

c160997612-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Update UPGRADING.INTERNALS for "%S" modifier

87edeed313-Jan-2024 Michael Voříšek

Remove UNEXPECTED from typed prop checks

Closes GH-13143

2289af8812-Feb-2024 Dmitry Stogov

Update IR

IR commit: ab6ebce1cc25f7d2c634bd13af043f76d6ef524e

a3620cd612-Feb-2024 Dmitry Stogov

Update IR

IR commit: d2ab283e3c3bb4b5ba21701a4d18f14fd9b3d798

71cccc0b12-Feb-2024 Dmitry Stogov

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix TLS access in JIT with MUSL (#13329)


667b08c912-Feb-2024 Dmitry Stogov

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix TLS access in JIT with MUSL (#13329)


eb76a83011-Feb-2024 Peter Kokot

Remove PHP atomic includes and PHP_DEFINE M4 macro (#13372)

PHP_DEFINE was introduced with the PHP 5 build system
9d9d39a0de3bec962c343051011f5a2ed7d7b242 and then refactored via
350

Remove PHP atomic includes and PHP_DEFINE M4 macro (#13372)

PHP_DEFINE was introduced with the PHP 5 build system
9d9d39a0de3bec962c343051011f5a2ed7d7b242 and then refactored via
350de12bc24472ccf20ff9a8b39a6da0185c070d.

This was once used to put defined constants into a single file to have
more fine-graned dependencies (atomic includes). Since no known PHP
extension is using this and it makes very little sense to use this, this
M4 macro can be removed in favor of the Autoconf native way using
AC_DEFINE and the usual included files php_config.h and config.h.

- Generated unused include directory removed
- Remove include dir from DEFS
- Remove also include dir from PDO checks

show more ...

250547c711-Feb-2024 Peter Kokot

Remove unused symbol HAVE_BSD_ICONV (#13373)

1139851a11-Feb-2024 Peter Kokot

Add missing --ini-path and --ini-dir php-config options to man page (#13261)

f6f1f7c111-Feb-2024 Ayesh Karunaratne

ext/standard: Minor improvements to phpinfo() output (#13371)

- Change `http://` links to `https://` for php.net and zend.com
- Remove `<img border=0` attributes as they are no longer i

ext/standard: Minor improvements to phpinfo() output (#13371)

- Change `http://` links to `https://` for php.net and zend.com
- Remove `<img border=0` attributes as they are no longer in the HTML standard
- Replace `<font>` tags with `<span>` tags (used for highlight.* INI color value display previews)

show more ...

d2266efe10-Feb-2024 Peter Kokot

Remove redundant libbcmath include definition (#13364)

The libbcmath headers are included relatively.

5b9044d810-Feb-2024 Peter Kokot

Remove PHP 4 PDO headers installation (#13367)

This was once used before the PHP_INSTALL_HEADERS macro became available
in PHP 5.1.

801787d510-Feb-2024 Peter Kokot

Simplify strcasestr check in fileinfo (#13365)

The strcasestr is not present on Windows and on Solaris 10 until Solaris
11 implementation in string.h.

At this point strcasestr i

Simplify strcasestr check in fileinfo (#13365)

The strcasestr is not present on Windows and on Solaris 10 until Solaris
11 implementation in string.h.

At this point strcasestr is not used in the bundled libmagic (file)
library due to patch removing the strcasestr usage in file.c, however
future libmagic version bump might need it again. This simplifies the
strcasestr check if available on the system without running the test
code and avoiding the unknown issue when cross-compiling. If found, the
HAVE_STRCASESTR is defined, otherwise the strcasestr.c is added to the
build sources.

show more ...

5e7783e210-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fixed not to set CR_MALFORMED_PACKET to error if CR_SERVER_GONE_ERROR is already set


ca60912c10-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fixed not to set CR_MALFORMED_PACKET to error if CR_SERVER_GONE_ERROR is already set


9fc7be8c10-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Use bools

79e31c2310-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Don't use heap allocations for registering DOM property handlers

f537ed9d09-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Cleanup useless stuff in php_dom.c

b558a18c09-Feb-2024 Peter Kokot

Remove unused <extension>_SHARED_LIBADD variables (#13361)

These are used to store libraries needed to link when extension is
shared and needs libraries linked to it. Since other similar

Remove unused <extension>_SHARED_LIBADD variables (#13361)

These are used to store libraries needed to link when extension is
shared and needs libraries linked to it. Since other similar types of
extensions don't have these variables substituted in Makefile, these can
be also removed. The filter and mysqli don't need any libraries for
linking here.

show more ...

41e3044f09-Feb-2024 Peter Kokot

Remove obsolete check for missing fclose declaration (#13360)

SunOS 4.1.4 from 1994 didn't have fclose declared in standard header
stdio.h. This doesn't need to be checked anymore, as fc

Remove obsolete check for missing fclose declaration (#13360)

SunOS 4.1.4 from 1994 didn't have fclose declared in standard header
stdio.h. This doesn't need to be checked anymore, as fclose is part of
the C89+ standard and declaration is present on Solaris 10 (SunOS 5.10)
and later.

show more ...

59211a5109-Feb-2024 Ilija Tovilo

[skip ci] Move RFC1867 tests as requested by Jakub

f62f6a6d09-Feb-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Follow-up to remove IMAP ext (#13248)

Fixed and optimized tests that depend on imap in standard ext tests.

Also, the location of the setup script for hmailserver has changed.

3ce7bf2a07-Jan-2024 haszi

Clear handler status flag in handler init

Closes GH-13087

12345678910>>...4423