[xdebug-dev] xdebug xdebug/xdebug_var.c - Added support for the new E_DEPRECATED.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 4 Mar 2008 12:23:53 +0100

Date: Tue Mar 4 12:23:52 CET 2008
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Added support for the new E_DEPRECATED.

Modified files:
           xdebug/xdebug_var.c (version: 1.91)

[FILE: /xdebug/xdebug_var.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- xdebug/xdebug_var.c:1.90 Mon Nov 12 15:59:01 2007 GMT
+++ xdebug/xdebug_var.c Tue Mar 04 10:23:52 2008 GMT
@@ -63,6 +63,11 @@
                         return xdstrdup("Strict standards");
                         break;
 #endif
+#if PHP_VERSION_ID >= 50300
+ case E_DEPRECATED:
+ return xdstrdup("Deprecated");
+ break;
+#endif
                 default:
                         return xdstrdup("Unknown error");
                         break;
Received on Tue Mar 04 2008 - 12:35:00 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST