php-src/ext/pdo_dblib
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 Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
config.m4 Autotools: Remove PHP_LIBDIR adjustment in pdo_dblib (#15463) 2024-08-17 18:39:49 +02:00
config.w32 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS add myself to pdo_dblib CREDITS 2016-10-27 12:14:12 -04:00
dblib_driver.c Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
dblib_stmt.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pdo_dblib_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
pdo_dblib.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pdo_dblib.stub.php Fixed parent class of stub (#14990) 2024-07-17 21:38:59 +09:00
php_pdo_dblib_int.h Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
php_pdo_dblib.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00