Add the last few remaining constants to stubs (#13751)

Basically all constants are now declared via stubs. The rest of the constants are either deprecated (`SID` or `MHASH_*`) or out of interest (`__COMPILER_HALT_OFFSET__` and `PHP_CLI_PROCESS_TITLE`).
This commit is contained in:
Máté Kocsis 2024-03-19 08:20:33 +01:00 committed by GitHub
parent 51dafc6054
commit 5bb03158b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 51 additions and 23 deletions

View file

@ -62,4 +62,6 @@
#endif /* HAVE_GLOB */
char dirsep_str[2], pathsep_str[2];
#endif /* PHP_DIR_INT_H */