[xdebug-dev] xdebug xdebug/config.m4 xdebug/config.w32 - Added bytekit.c source file to build.

From: Allister Beharry <allister.beharry[@]gmail.com>
Date: Mon, 20 Jul 2009 12:10:16 +0200

Date: Mon Jul 20 12:10:15 CEST 2009
User: Allister Beharry
Directory: xdebug

Log Message:
[2.1-dev]
- Added bytekit.c source file to build.
-
Modified files:
           xdebug/config.m4 (version: 1.28.4.2)
           xdebug/config.w32 (version: 1.6.4.2)

[FILE: /xdebug/config.m4]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.28.4.1
retrieving revision 1.28.4.2
diff -u -r1.28.4.1 -r1.28.4.2
--- xdebug/config.m4:1.28.4.1 Fri Jul 17 05:21:13 2009 GMT
+++ xdebug/config.m4 Mon Jul 20 08:10:15 2009 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.28.4.1 2009/07/17 07:21:13 allisterb Exp $
+dnl $Id: cvstemp,v 1.28.4.2 2009/07/20 10:10:15 allisterb Exp $
 dnl config.m4 for extension xdebug
 
 PHP_ARG_ENABLE(xdebug, whether to enable eXtended debugging support,
@@ -27,7 +27,7 @@
 
   CPPFLAGS=$old_CPPFLAGS
 
- PHP_NEW_EXTENSION(xdebug, xdebug.c xdebug_code_coverage.c srm_oparray.c xdebug_com.c xdebug_compat.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_set.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c, $ext_shared,,,,yes)
+ PHP_NEW_EXTENSION(xdebug, xdebug.c xdebug_code_coverage.c bytekit.c srm_oparray.c xdebug_com.c xdebug_compat.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_set.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c, $ext_shared,,,,yes)
   PHP_SUBST(XDEBUG_SHARED_LIBADD)
   PHP_ADD_MAKEFILE_FRAGMENT
 fi

[FILE: /xdebug/config.w32]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -u -r1.6.4.1 -r1.6.4.2
--- xdebug/config.w32:1.6.4.1 Wed Jul 15 15:52:55 2009 GMT
+++ xdebug/config.w32 Mon Jul 20 08:10:15 2009 GMT
@@ -1,10 +1,10 @@
-// $Id: cvstemp,v 1.6.4.1 2009/07/15 17:52:55 allisterb Exp $
+// $Id: cvstemp,v 1.6.4.2 2009/07/20 10:10:15 allisterb Exp $
 // vim:ft=javascript
 
 ARG_WITH("xdebug", "Xdebug support", "no");
 
 if (PHP_XDEBUG == "yes") {
- EXTENSION("xdebug", "xdebug.c xdebug_code_coverage.c srm_oparray.c xdebug_com.c xdebug_compat.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_set.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c");
+ EXTENSION("xdebug", "xdebug.c xdebug_code_coverage.c bytekit.c srm_oparray.c xdebug_com.c xdebug_compat.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_set.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c");
         AC_DEFINE("HAVE_XDEBUG", 1, "Xdebug support");
         AC_DEFINE("HAVE_EXECUTE_DATA_PTR", 1);
 }
Received on Mon Jul 20 2009 - 12:16:44 BST

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