php-src/ext/odbc
Christoph M. Becker 6713d51631
Fix odbc_data_source_001.phpt
As of PHP 8.1.0, passing `null` to an `int` parameter is deprecated,
and as such the deprecation notice breaks the test.  So we instead pass
an integer, and to avoid hard-coding a value we just add the two
supported constants (which are supposed to have the values `1` and `2`,
respectively).

Closes GH-15254.
2024-08-06 16:54:19 +02:00
..
tests Fix odbc_data_source_001.phpt 2024-08-06 16:54:19 +02:00
config.m4 Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
config.w32 Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
CREDITS
odbc_arginfo.h Merge branch 'PHP-8.1' into PHP-8.2 2023-08-08 08:54:41 +02:00
odbc_utils.c Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
odbc.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-08-08 08:54:41 +02:00
php_odbc_includes.h Update globals to use bool type 2022-09-06 10:34:10 +01:00
php_odbc.c Fix GH-12974: Apache crashes on shutdown when using pg_pconnect() 2023-12-27 20:14:23 +01:00
php_odbc.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00