diff options
| author | jvoisin | 2024-07-09 15:17:19 +0200 |
|---|---|---|
| committer | jvoisin | 2024-07-09 15:45:22 +0200 |
| commit | 8b85382f29288bd4a8400844934241003e24bb4c (patch) | |
| tree | 3941e1a338b39d164463c43091f1c47563baaafa /src/sp_harden_rand.h | |
| parent | 1f349eaebdad6e84e32fa32c3511e5a6d3c92110 (diff) | |
Fix compilation for PHP84+
PHP changed some includes for PHP8.4. This commit also adds php8.4-rc to the CI
This fixes #497 and #496
Reported-by: rainerjung
Diffstat (limited to 'src/sp_harden_rand.h')
| -rw-r--r-- | src/sp_harden_rand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_harden_rand.h b/src/sp_harden_rand.h index bbe9be4..0721da0 100644 --- a/src/sp_harden_rand.h +++ b/src/sp_harden_rand.h | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #ifndef __SP_HARDEN_RAND_H | 1 | #ifndef __SP_HARDEN_RAND_H |
| 2 | #define __SP_HARDEN_RAND_H | 2 | #define __SP_HARDEN_RAND_H |
| 3 | 3 | ||
| 4 | #include "ext/standard/php_rand.h" | ||
| 5 | #include "ext/standard/php_random.h" | ||
| 6 | #include "zend_exceptions.h" | 4 | #include "zend_exceptions.h" |
| 7 | 5 | ||
| 8 | int hook_rand(void); | 6 | int hook_rand(void); |
