php-src/ext/gmp
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 Remove Travis artefacts (#15714) 2024-09-04 01:15:10 +02:00
config.m4 Autotools: Add pkg-config for GMP library (#15166) 2024-08-06 10:16:42 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
gmp_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
gmp.c ext/gmp: Refactor gmp_import_export_validate() 2024-08-12 17:30:10 +02:00
gmp.stub.php ext/gmp: Make GMP class final (#15121) 2024-07-28 13:03:26 +01:00
php_gmp_int.h Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
php_gmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00