File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515 +----------------------------------------------------------------------+
1616 */
1717
18- #include "php.h"
1918#include "zend_system_id.h"
20- #include "zend_extensions.h"
19+ #include "zend_extensions.h" // for ZEND_EXTENSION_BUILD_ID
2120#include "ext/standard/md5.h"
22- #include "ext/hash/php_hash.h"
21+ #include "ext/hash/php_hash.h" // for php_hash_bin2hex()
2322
2423ZEND_API char zend_system_id [32 ];
2524
Original file line number Diff line number Diff line change 1717#ifndef ZEND_SYSTEM_ID_H
1818#define ZEND_SYSTEM_ID_H
1919
20+ #include "zend_portability.h" // for BEGIN_EXTERN_C
21+ #include "zend_types.h" // for ZEND_RESULT_CODE
22+
2023BEGIN_EXTERN_C ()
2124/* True global; Write-only during MINIT/startup */
2225extern ZEND_API char zend_system_id [32 ];
You can’t perform that action at this time.
0 commit comments