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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix phar/tests/bug77432.phpt


b1f5ca5912-Jan-2024 Tim Düsterhus

Remove ext/random backwards-compatibility headers (#13108)

When ext/random was initially added in PHP 8.2, these headers started
“forwarding” to the new ext/random/php_random.h to reduce

Remove ext/random backwards-compatibility headers (#13108)

When ext/random was initially added in PHP 8.2, these headers started
“forwarding” to the new ext/random/php_random.h to reduce the impact on
existing extensions.

As master already contains some breaking changes of the internal API of
ext/random and as the last PHP version without ext/random will be EOL once
master is released, it appears appropriate to drop these headers now.

show more ...

2ae2af5e12-Jan-2024 Máté Kocsis

Fix missing periods in the NEWS file

[skip-ci]

a2b2830f12-Jan-2024 Max Semenik

ext/standard: make debug_zval_dump() output whether the array is packed (#12641)

d6a0b3af11-Jan-2024 Máté Kocsis

Implement PDO driver-specific subclasses

RFC: https://wiki.php.net/rfc/pdo_driver_specific_subclasses
Closes GH-12804

Co-Authored-By: Danack <Danack@basereality.com>


NEWS
UPGRADING
ext/pdo/pdo.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_dbh.stub.php
ext/pdo/pdo_dbh_arginfo.h
ext/pdo/pdo_stmt.c
ext/pdo/php_pdo.h
ext/pdo/php_pdo_driver.h
ext/pdo/php_pdo_int.h
ext/pdo/tests/pdo_test.inc
ext/pdo/tests/pdo_uninitialized.phpt
ext/pdo_dblib/pdo_dblib.c
ext/pdo_dblib/pdo_dblib.stub.php
ext/pdo_dblib/pdo_dblib_arginfo.h
ext/pdo_dblib/tests/batch_stmt_ins_exec.phpt
ext/pdo_dblib/tests/batch_stmt_ins_sel_up_del.phpt
ext/pdo_dblib/tests/batch_stmt_ins_up.phpt
ext/pdo_dblib/tests/batch_stmt_rowcount.phpt
ext/pdo_dblib/tests/batch_stmt_transaction.phpt
ext/pdo_dblib/tests/batch_stmt_try.phpt
ext/pdo_dblib/tests/bug_38955.phpt
ext/pdo_dblib/tests/bug_45876.phpt
ext/pdo_dblib/tests/bug_47588.phpt
ext/pdo_dblib/tests/bug_50755.phpt
ext/pdo_dblib/tests/bug_54648.phpt
ext/pdo_dblib/tests/bug_67130.phpt
ext/pdo_dblib/tests/bug_68957.phpt
ext/pdo_dblib/tests/bug_69592.phpt
ext/pdo_dblib/tests/bug_69757.phpt
ext/pdo_dblib/tests/bug_71667.phpt
ext/pdo_dblib/tests/bug_73396.phpt
ext/pdo_dblib/tests/config.inc
ext/pdo_dblib/tests/datetime2.phpt
ext/pdo_dblib/tests/datetime_convert.phpt
ext/pdo_dblib/tests/dbtds.phpt
ext/pdo_dblib/tests/dbversion.phpt
ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt
ext/pdo_dblib/tests/pdo_dblib_quote.phpt
ext/pdo_dblib/tests/pdodblib_001.phpt
ext/pdo_dblib/tests/pdodblib_002.phpt
ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt
ext/pdo_dblib/tests/timeout.phpt
ext/pdo_dblib/tests/types.phpt
ext/pdo_firebird/pdo_firebird.c
ext/pdo_firebird/pdo_firebird.stub.php
ext/pdo_firebird/pdo_firebird_arginfo.h
ext/pdo_firebird/tests/autocommit.phpt
ext/pdo_firebird/tests/autocommit_change_mode.phpt
ext/pdo_firebird/tests/bug_47415.phpt
ext/pdo_firebird/tests/bug_48877.phpt
ext/pdo_firebird/tests/bug_53280.phpt
ext/pdo_firebird/tests/bug_62024.phpt
ext/pdo_firebird/tests/bug_64037.phpt
ext/pdo_firebird/tests/bug_72583.phpt
ext/pdo_firebird/tests/bug_72931.phpt
ext/pdo_firebird/tests/bug_73087.phpt
ext/pdo_firebird/tests/bug_74462.phpt
ext/pdo_firebird/tests/bug_76488.phpt
ext/pdo_firebird/tests/bug_77863.phpt
ext/pdo_firebird/tests/bug_80521.phpt
ext/pdo_firebird/tests/bug_aaa.phpt
ext/pdo_firebird/tests/connect.phpt
ext/pdo_firebird/tests/ddl.phpt
ext/pdo_firebird/tests/ddl2.phpt
ext/pdo_firebird/tests/dialect_1.phpt
ext/pdo_firebird/tests/error_handle.phpt
ext/pdo_firebird/tests/execute.phpt
ext/pdo_firebird/tests/execute_block.phpt
ext/pdo_firebird/tests/gh10908.phpt
ext/pdo_firebird/tests/gh8576.phpt
ext/pdo_firebird/tests/ignore_parammarks.phpt
ext/pdo_firebird/tests/pdofirebird_001.phpt
ext/pdo_firebird/tests/pdofirebird_002.phpt
ext/pdo_firebird/tests/rowCount.phpt
ext/pdo_firebird/tests/testdb.inc
ext/pdo_firebird/tests/transaction_access_mode.phpt
ext/pdo_firebird/tests/transaction_isolation_level_attr.phpt
ext/pdo_firebird/tests/transaction_isolation_level_behavior.phpt
ext/pdo_mysql/pdo_mysql.c
ext/pdo_mysql/pdo_mysql.stub.php
ext/pdo_mysql/pdo_mysql_arginfo.h
ext/pdo_mysql/tests/inc/mysql_pdo_test.inc
ext/pdo_mysql/tests/pdo_mysql_interface.phpt
ext/pdo_mysql/tests/pdomysql_001.phpt
ext/pdo_mysql/tests/pdomysql_002.phpt
ext/pdo_mysql/tests/pdomysql_003.phpt
ext/pdo_odbc/pdo_odbc.c
ext/pdo_odbc/pdo_odbc.stub.php
ext/pdo_odbc/pdo_odbc_arginfo.h
ext/pdo_odbc/tests/pdoodbc_001.phpt
ext/pdo_odbc/tests/pdoodbc_002.phpt
ext/pdo_pgsql/pdo_pgsql.c
ext/pdo_pgsql/pdo_pgsql.stub.php
ext/pdo_pgsql/pdo_pgsql_arginfo.h
ext/pdo_pgsql/pgsql_driver.c
ext/pdo_pgsql/php_pdo_pgsql_int.h
ext/pdo_pgsql/tests/pdopgsql_001.phpt
ext/pdo_pgsql/tests/pdopgsql_002.phpt
ext/pdo_pgsql/tests/pdopgsql_003.phpt
ext/pdo_sqlite/config.m4
ext/pdo_sqlite/pdo_sqlite.c
ext/pdo_sqlite/pdo_sqlite.stub.php
ext/pdo_sqlite/pdo_sqlite_arginfo.h
ext/pdo_sqlite/php_pdo_sqlite_int.h
ext/pdo_sqlite/sqlite_driver.c
ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createcollation.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt
ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt
ext/pdo_sqlite/tests/subclasses/config.inc
ext/pdo_sqlite/tests/subclasses/gc.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_constants.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createafunction_trampoline.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createaggregate.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createaggregate_002.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createaggregate_trampoline.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createcollation.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createcollation_trampoline.phpt
ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createfunction_with_flags.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_001.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_002.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_003.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_004_blobopen.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_005.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_006.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_007.phpt
ext/pdo_sqlite/tests/subclasses/pdosqlite_load_extension_failure.phpt
ext/pdo_sqlite/tests/subclasses/stream_test.inc
ext/pgsql/pgsql.c
b985a31b05-Jan-2024 David Carlier

sapi/fpm: setting backlog default to -1 for DragonFlyBSD.

like most of BSD, when negative the syscall sets it internally to
SOMAXCONN.

close GH-13077

08b9e8ae11-Jan-2024 Jakub Zelenka

Merge branch 'PHP-8.3'


1c7dc0f311-Jan-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


d54e2f9d11-Jan-2024 Máté Kocsis

Fix CODEOWNERS rule order

I stopped getting notifications a while ago even though they used to appear from time to time. After reading https://docs.github.com/en/repositories/managing-your-r

Fix CODEOWNERS rule order

I stopped getting notifications a while ago even though they used to appear from time to time. After reading https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners, it looks like the other rules shadow mine. Therefore I'm putting my rule to the end.

show more ...

c774a8d411-Jan-2024 Peter Kokot

Add bison -Wall flag to Windows build (#13098)

Following the d7d3a1c66e090489779eb43ffba18297d22d4893, this adds bison
flag -Wall also to Windows build system.

Flag has been add

Add bison -Wall flag to Windows build (#13098)

Following the d7d3a1c66e090489779eb43ffba18297d22d4893, this adds bison
flag -Wall also to Windows build system.

Flag has been added via 2127a37b833a863e28a4692e7394613b89c89290.

show more ...

ad92501811-Jan-2024 Peter Kokot

Remove obsolete _XPG_IV preprocessor directive (#13035)

This was once used on SINIX UNIX variant and MIPS processors with the
last release in 1995 to have working gettimeofday().

db68565d09-Jan-2024 Tim Düsterhus

random: Dynamically calculate the state size when seeding with CSPRNG

Instead of hardcoding struct names, or even sizes, we can just determine the
actual size of the target structure usi

random: Dynamically calculate the state size when seeding with CSPRNG

Instead of hardcoding struct names, or even sizes, we can just determine the
actual size of the target structure using sizeof().

show more ...

62aa8fa309-Jan-2024 Tim Düsterhus

random: Reduce variable scope in Random\Engine\PcgOneseq128XslRr64::__construct()

This is for consistency with xoshiro256**'s constructor.

8d7364f010-Jan-2024 Peter Kokot

Align configure check message results together

9726721510-Jan-2024 David CARLIER

general signatures discrepencies fixes (#13122)

fc16285510-Jan-2024 hanshenrik

ext/curl: deprecate CURLOPT_BINARYTRANSFER

This is long overdue, CURLOPT_BINARYTRANSFER has been a no-op since PHP5.1.2 in 2004 (ref https://bugs.php.net/bug.php?id=55635 )

Close GH

ext/curl: deprecate CURLOPT_BINARYTRANSFER

This is long overdue, CURLOPT_BINARYTRANSFER has been a no-op since PHP5.1.2 in 2004 (ref https://bugs.php.net/bug.php?id=55635 )

Close GH-13114.

show more ...

52cc17c610-Jan-2024 Dmitry Stogov

New test

d9dfad8e10-Jan-2024 Dmitry Stogov

Update IR

IR commit: a6cfbffb0da4e11c45537dd83159c36eece6efa9

16c1c49f10-Jan-2024 divinity76

Update re2c and bison version error message "or newer" (#13112)

* nitpick re2c "or newer"
* nitpick bison "or newer"

64751a0d10-Jan-2024 Peter Kokot

Merge branch 'PHP-8.3'

* PHP-8.3:
Set libtool tag per command instead of global one


04954f6b10-Jan-2024 Peter Kokot

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Set libtool tag per command instead of global one


fd7342f610-Jan-2024 Peter Kokot

Fix _GNU_SOURCE redefined warnings in config.log

_GNU_SOURCE is already defined when doing these checks and warnings are
emitted otherwise in the configuration step.

b667616f09-Jan-2024 David Carlier

Merge branch 'PHP-8.3'


7d238bf209-Jan-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


fed9cf6809-Jan-2024 haszi

Mark ob_start callback parameter nullable

12345678910>>...4423