From: Andi Gutmans Date: Wed, 14 Apr 2004 17:12:04 +0000 (+0000) Subject: - Add comment X-Git-Tag: php-5.0.0RC2RC2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4774563966dd075fdfb62d0577fe6708faa5076f;p=php - Add comment --- diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index 7a66c0fd54..7bd15e8f71 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -24,6 +24,9 @@ #include "zend_compile.h" +/* The first number is the engine version and the rest is the date. + * This way engine 2 API no. is always greater than engine 1 API no.. + */ #define ZEND_EXTENSION_API_NO 220040412 typedef struct _zend_extension_version_info {