php-src/ext/pdo_firebird
Christoph M. Becker 50b3a0d011
Add comments about internal headers (GH-15689)
A common convention is to name internal C header files as `*_int.h`.
Since a couple of these are actually installed, we add comments that
this is not supposed to happen, (a) to avoid installing further
internal headers, and (b) to pave the way to fix this in the next major
PHP version.

Somewhat special is php_gmp_int.h, where "int" is meant as abbreviation
for "interface".

Another common convention is appending `_priv` or `_private`, but since
there have not been any issues regarding these headers so far, we
refrain from adding respective comments to these headers.

Anyhow, it might be a good idea to introduce some common naming
convention for such internal/private headers.
2024-09-08 16:11:25 +02:00
..
tests ext/pdo_firebird: Fixed GH-15604 Always make input parameters nullable (#15605) 2024-08-31 17:06:41 +09:00
config.m4 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
config.w32 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
CREDITS Cleanup $ is not needed for git 2014-04-10 17:42:32 +03:00
firebird_driver.c ext/pdo_firebird: Fixed GH-15604 Always make input parameters nullable (#15605) 2024-08-31 17:06:41 +09:00
firebird_statement.c Trim trailing whitespace (#15649) 2024-08-30 01:20:56 +02:00
pdo_firebird_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_firebird_utils.cpp Fix -Wunused-function warning in ext/pdo_firebird (#15646) 2024-08-30 01:22:52 +02:00
pdo_firebird_utils.h Trim trailing whitespace (#15649) 2024-08-30 01:20:56 +02:00
pdo_firebird.c ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird.stub.php ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
php_pdo_firebird_int.h Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
php_pdo_firebird.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00