Index: /branches/1.2/xcache.h
===================================================================
--- /branches/1.2/xcache.h	(revision 457)
+++ /branches/1.2/xcache.h	(revision 481)
@@ -25,4 +25,7 @@
 #if !defined(ZEND_ENGINE_2_2) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2 || PHP_MAJOR_VERSION > 5)
 #	define ZEND_ENGINE_2_2
+#endif
+#if !defined(ZEND_ENGINE_2_3) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 3 || PHP_MAJOR_VERSION > 5)
+#	define ZEND_ENGINE_2_3
 #endif
 
Index: /branches/1.2/processor/processor.m4
===================================================================
--- /branches/1.2/processor/processor.m4	(revision 394)
+++ /branches/1.2/processor/processor.m4	(revision 481)
@@ -365,4 +365,7 @@
 	COPY(get_iterator)
 	COPY(interface_gets_implemented)
+#ifdef ZEND_ENGINE_2_3
+	COPY(get_static_method)
+#endif
 	COPY(serialize)
 	COPY(unserialize)
@@ -382,4 +385,7 @@
 #endif
 	COPY(__call)
+#ifdef ZEND_CALLSTATIC_FUNC_NAME
+	COPY(__callstatic)
+#endif
 	/* # NOT DONE */
 	COPY(module)
Index: /branches/1.2/processor/head.m4
===================================================================
--- /branches/1.2/processor/head.m4	(revision 394)
+++ /branches/1.2/processor/head.m4	(revision 481)
@@ -256,4 +256,7 @@
 #endif
 		SET_IF_SAME_NAME(__call);
+#ifdef ZEND_CALLSTATIC_FUNC_NAME
+		SET_IF_SAME_NAME(__callstatic);
+#endif
 #if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6
 		SET_IF_SAME_NAME(__tostring);
