- Add comment

This commit is contained in:
Andi Gutmans 2004-04-14 17:12:04 +00:00
parent d5c6825241
commit 4774563966

View File

@ -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 {