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

Update Lexbor

1612a71605-Jan-2024 Jakub Zelenka

[ci-skip] Add missing credit for openssl_csr_sign serial_hex to Florian

e0679f3d22-Dec-2023 Jakub Zelenka

Introduce new serial_hex parameter to openssl_csr_sign

Co-authored-by: Florian Sowade <f.sowade@suora.com>

Closes GH-13023
Closes GH-9851

bb1109d904-Jan-2024 Peter Kokot

Remove unused HAVE_INET_NTOP

The inet_ntop() is always required and present via
931a8b07397700f18fdee0abc07cf516c7e2a0e4.

b632528e04-Jan-2024 Peter Kokot

Merge branch 'PHP-8.3'

* PHP-8.3:
Update year to 2024


bafb17ad04-Jan-2024 Peter Kokot

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Update year to 2024


2caa2fe004-Jan-2024 Peter Kokot

Remove libbind from build system (#12991)

Linking with -lbind is no longer relevant. The libbind was once part of
the ISC project bind9. In 2013, maintenance was moved to NetBSD which

Remove libbind from build system (#12991)

Linking with -lbind is no longer relevant. The libbind was once part of
the ISC project bind9. In 2013, maintenance was moved to NetBSD which
integrated it into netresolv.

[1]: https://www.isc.org/othersoftware/#libbind
[2]: https://wiki.netbsd.org/individual-software-releases/netresolv/

show more ...

0b7cd14204-Jan-2024 Máté Kocsis

Add upgrading note about PHP_OUTPUT_HANDLER_PROCESSED

[skip-ci]

c1a8cc5924-Dec-2023 haszi

Add PHP_OUTPUT_HANDLER_PROCESSED constant to stubs

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

Fix failing 32-bit mbstring tests (#13069)

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

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix #71465: PHAR doesn't know about litespeed


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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix #71465: PHAR doesn't know about litespeed


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

Remove properties field from php_libxml_node_object (#13062)

This shrinks the struct from 80 bytes to 72 bytes.
This was unused internally, I did not find users externally via GitHub

Remove properties field from php_libxml_node_object (#13062)

This shrinks the struct from 80 bytes to 72 bytes.
This was unused internally, I did not find users externally via GitHub
search.
The intention for this was that it could be used for attaching extra
data as a 3rd party to a node. However, there are better mechanisms for
that like using actual objects.

show more ...

96ee078703-Jan-2024 Peter Kokot

Remove unused php.sym files (#13065)

These were used with the --enable-versioning option and are no longer
used like this.

Removed via b0ef04af84a0a2958b84d35865991be99b4d6a26

Remove unused php.sym files (#13065)

These were used with the --enable-versioning option and are no longer
used like this.

Removed via b0ef04af84a0a2958b84d35865991be99b4d6a26

At this time, sapi/cgi, sapi/cli, and sapi/fpm create and use php.sym
file at the build phase in the php-src project root directory only on
AIX platform.

show more ...

ba9cf25203-Jan-2024 David Carlier

Merge branch 'PHP-8.3'


b32a1cc703-Jan-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


d33a534802-Jan-2024 Jakub Zelenka

PHP-8.3 is now for PHP-8.3.3-dev

3164a9ef02-Jan-2024 Peter Kokot

Remove unused in_addr_t type alias (#12994)

The fastcgi code was refactored in
18cf4e0a8a574034f60f4d123407c173e57e54ec and in_addr_t is no longer
used. The PHP_CHECK_IN_ADDR_T is al

Remove unused in_addr_t type alias (#12994)

The fastcgi code was refactored in
18cf4e0a8a574034f60f4d123407c173e57e54ec and in_addr_t is no longer
used. The PHP_CHECK_IN_ADDR_T is also obsolete and not recommended way
to discover availability of the type. If needed in the future, the
AC_CHECK_TYPES can be used instead.

show more ...

cba4c40902-Jan-2024 Derick Rethans

Merge branch 'PHP-8.3'


9111a39f02-Jan-2024 Derick Rethans

Merge branch 'PHP-8.2' into PHP-8.3


3e6520ac02-Jan-2024 Derick Rethans

Updated to version 2023.4 (2023d)

9f3e120d02-Jan-2024 Derick Rethans

Updated to version 2023.4 (2023d)

60abd94b02-Jan-2024 Jorg Adam Sowa

Changed value passed to show_start to $start_timestamp (#13064)

5b268fa902-Jan-2024 Peter Kokot

Use AC_CHECK_MEMBERS instead of AC_EGREP_HEADER (#13048)

AC_EGREP_* macros are not recommended due to their unreliability in
certain cases, checking for struct member can be done here us

Use AC_CHECK_MEMBERS instead of AC_EGREP_HEADER (#13048)

AC_EGREP_* macros are not recommended due to their unreliability in
certain cases, checking for struct member can be done here using the
usual AC_CHECK_MEMBERS instead.

AC_CHECK_MEMBERS macro by default defines constant
HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.

show more ...

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

Merge branch 'PHP-8.3'

* PHP-8.3:
Skip on Windows


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