Table of Contents

PHP RFC: Better type names for int64 RFC

Introduction

The int64 RFC introduced a number renames for common types, macros and zpp specifiers, which are both unnecessary and confusing. This RFC proposes to revert the bulk of these renames and use a naming scheme that is consistent with our original types and the terminology used by the C community at large.

The most significant naming changes introduced by the int64 RFC are:

These changes are disapproved of for the following reasons:

Instead the following alternative naming is proposed:

Patch

As this is just search&replace renaming a patch will be provided once we have reached a descision on naming.