For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > October 2005 > cvs: ZendEngine2 / zend_extensions.h









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2 / zend_extensions.h
Marcus Boerger

2005-10-25, 6:55 pm

helly Tue Oct 25 15:42:58 2005 EDT

Modified files:
/ZendEngine2 zend_extensions.h
Log:
- api was changed, also we are here in api 3.*, not 2 anymore


http://cvs.php.net/diff.php/ZendEng...69&r2=1.70&ty=u
Index: ZendEngine2/zend_extensions.h
diff -u ZendEngine2/zend_extensions.h:1.69 ZendEngine2/zend_extensions.h:1.70
--- ZendEngine2/zend_extensions.h:1.69 Thu Oct 20 03:23:57 2005
+++ ZendEngine2/zend_extensions.h Tue Oct 25 15:42:55 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: zend_extensions.h,v 1.69 2005/10/20 07:23:57 dmitry Exp $ */
+/* $Id: zend_extensions.h,v 1.70 2005/10/25 19:42:55 helly Exp $ */

#ifndef ZEND_EXTENSIONS_H
#define ZEND_EXTENSIONS_H
@@ -25,9 +25,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..
+ * This way engine 2/3 API no. is always greater than engine 1 API no..
*/
-#define ZEND_EXTENSION_API_NO 220050920
+#define ZEND_EXTENSION_API_NO 320051025

typedef struct _zend_extension_version_info {
int zend_extension_api_no;
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com