php-src/win32/build/cppcheck_x86.cfg
Max Kellermann 413844d626
Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t (#10597)
These types are standard C99.

For compatibility with out-of-tree extensions, keep the typedefs
in main/php.h.
2023-02-18 19:31:28 +00:00

15 lines
313 B
INI

<?xml version="1.0"?>
<def>
<podtype name="zend_long" sign="s" size="4" />
<podtype name="zend_ulong" sign="u" size="4" />
<podtype name="zend_off_t" sign="s" size="4" />
<podtype name="zend_uchar" sign="u" size="1" />
<!--
<memory>
<alloc init="true"></alloc>
<dealloc></dealloc>
</memory>-->
</def>