mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
51dafc6054
commit
5bb03158b6
8 changed files with 51 additions and 23 deletions
|
@ -62,4 +62,6 @@
|
|||
|
||||
#endif /* HAVE_GLOB */
|
||||
|
||||
char dirsep_str[2], pathsep_str[2];
|
||||
|
||||
#endif /* PHP_DIR_INT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue