--- library.c.orig 2024-08-03 17:50:52 UTC +++ library.c @@ -56,7 +56,11 @@ #include #endif +#if PHP_VERSION_ID <= 80300 #include +#else +#include +#endif #include #define UNSERIALIZE_NONE 0