- fix build with php-5.2
[m6w6/ext-http] / php_http_std_defs.h
index 9f22bcf5c26f0d44cc65ae8155a2470bf6ee8c91..154f778c15fe0f933f7a7c45177d267fa82886d6 100644 (file)
@@ -306,6 +306,12 @@ typedef int STATUS;
 #      define end_error_handling()
 #endif
 
+#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION > 5
+#      define  ZEND_EXCEPTION_GET_DEFAULT() zend_exception_get_default(TSRMLS_C)
+#else
+#      define  ZEND_EXCEPTION_GET_DEFAULT() zend_exception_get_default()
+#endif
+
 #ifndef E_THROW
 #      define E_THROW 0
 #endif