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 15
15
+----------------------------------------------------------------------+
16
16
*/
17
17
18
- #include "php.h"
19
18
#include "zend_system_id.h"
20
- #include "zend_extensions.h"
19
+ #include "zend_extensions.h" // for ZEND_EXTENSION_BUILD_ID
21
20
#include "ext/standard/md5.h"
22
- #include "ext/hash/php_hash.h"
21
+ #include "ext/hash/php_hash.h" // for php_hash_bin2hex()
23
22
24
23
ZEND_API char zend_system_id [32 ];
25
24
Original file line number Diff line number Diff line change 17
17
#ifndef ZEND_SYSTEM_ID_H
18
18
#define ZEND_SYSTEM_ID_H
19
19
20
+ #include "zend_portability.h" // for BEGIN_EXTERN_C
21
+ #include "zend_types.h" // for ZEND_RESULT_CODE
22
+
20
23
BEGIN_EXTERN_C ()
21
24
/* True global; Write-only during MINIT/startup */
22
25
extern ZEND_API char zend_system_id [32 ];
You can’t perform that action at this time.
0 commit comments