php-src/ext/odbc
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07:00
..
tests Merge branch 'PHP-8.3' 2024-08-06 16:55:57 +02:00
config.m4 Autotools: Move PHP_ODBC_* defines to configuration header (#15708) 2025-06-19 17:19:23 +02:00
config.w32 Add and update ext/odbc preprocessor macros help texts (#15223) 2024-08-05 10:12:16 +02:00
CREDITS
odbc.stub.php Fix some odbc_*() parameter types 2024-11-27 23:05:50 +01:00
odbc_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
odbc_utils.c Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
php_odbc.c Merge branch 'PHP-8.4' 2025-06-09 11:26:27 +02:00
php_odbc.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_odbc_includes.h Clean up ODBC header (#16754) 2024-11-11 15:05:45 -04:00