php-src/ext/pdo_mysql
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 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
config.m4 Autotools: Fix pdo_mysql build with mysql client library (#15450) 2024-08-31 02:35:34 +02:00
config.w32 Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
Makefile.frag.w32 Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
mysql_driver.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
mysql_sql_parser.re Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
mysql_statement.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
pdo_mysql_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_mysql.c Update mysql preprocessor macros help texts (#15288) 2024-08-09 18:07:05 +02:00
pdo_mysql.stub.php Fixed parent class of stub (#14990) 2024-07-17 21:38:59 +09:00
php_pdo_mysql_int.h Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
php_pdo_mysql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00