[xdebug-dev] xdebug xdebug/xdebug_compat.h xdebug/xdebug_xml.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Wed, 9 Jun 2004 09:07:19 +0200

Date: Wed Jun 9 09:07:19 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed bug #64: Missing include of xdebug_compat.h.

Modified files:
           xdebug/xdebug_compat.h (version: 1.4)
           xdebug/xdebug_xml.c (version: 1.5)

[FILE: /xdebug/xdebug_compat.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/xdebug_compat.h:1.3 Sun Apr 11 12:22:08 2004 GMT
+++ xdebug/xdebug_compat.h Wed Jun 09 05:07:19 2004 GMT
@@ -19,6 +19,7 @@
 #ifndef __HAVE_XDEBUG_COMPAT_H__
 #define __HAVE_XDEBUG_COMPAT_H__
 
+#include "php.h"
 
 #if (PHP_MAJOR_VERSION == 4) && (PHP_MINOR_VERSION == 3) && (PHP_RELEASE_VERSION <= 1)
 

[FILE: /xdebug/xdebug_xml.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_xml.c:1.4 Sun Jun 06 00:03:54 2004 GMT
+++ xdebug/xdebug_xml.c Wed Jun 09 05:07:19 2004 GMT
@@ -1,8 +1,27 @@
+/*
+ +----------------------------------------------------------------------+
+ | Xdebug |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 2002, 2003, 2004 Derick Rethans |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 1.0 of the Xdebug license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available at through the world-wide-web at |
+ | http://xdebug.derickrethans.nl/license.php |
+ | If you did not receive a copy of the Xdebug license and are unable |
+ | to obtain it through the world-wide-web, please send a note to |
+ | xdebug[@]derickrethans.nl so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Derick Rethans <derick[@]xdebug.org> |
+ +----------------------------------------------------------------------+
+ */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include "xdebug_mm.h"
 #include "xdebug_str.h"
 #include "xdebug_xml.h"
+#include "xdebug_compat.h"
 
 static void xdebug_xml_return_attribute(xdebug_xml_attribute* attr, xdebug_str* output)
 {
Received on Wed Jun 09 2004 - 09:07:22 BST

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