Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ZEND_ALLOCATOR() macro compares against constants that are larger than the unsigned short type, resulting in warnings on clang. Avoid this by explicitly casting to size_t.
- Loading branch information