]> granicus.if.org Git - php/commit
Use intptr_t for zend_intptr_t typedef
authorNikita Popov <nikic@php.net>
Thu, 16 Oct 2014 10:17:20 +0000 (12:17 +0200)
committerNikita Popov <nikic@php.net>
Thu, 16 Oct 2014 10:42:23 +0000 (12:42 +0200)
commit876965d20a53d06fbe61e887f6f0c74b6a36d5ec
tree197dd185f320db3252cb5ee72111df09c57b4cfe
parentb65518faf3307711c6804dde799aee7541413829
Use intptr_t for zend_intptr_t typedef

Current code doesn't work for 64bit zend_long with 32bit pointers.

If intptr_t isn't defined on some platform, we should add it to
our php_stdint.h header.
Zend/zend_types.h