ZEND_GCC_VERSION
Submitted by Katrina Niolet on Mon, 07/02/2007 - 01:31.
Used in other macros to determine the version of GCC used
Used in other macros to determine the version of GCC used
If not compiling with GCC, this is set to 0, otherwise this is an alias for (__GNUC__ * 1000 + __GNUC_MINOR__)
