[xdebug-dev] xdebug xdebug/xdebug_compat.c - And change the name of the symbols everywhere so that it works on Winshit

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 4 Apr 2004 23:35:48 +0200

Date: Sun Apr 4 23:35:47 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- And change the name of the symbols everywhere so that it works on Winshit
  again.

Modified files:
           xdebug/xdebug_compat.c (version: 1.2)

[FILE: /xdebug/xdebug_compat.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/xdebug_compat.c:1.1 Sun Apr 04 19:24:58 2004 GMT
+++ xdebug/xdebug_compat.c Sun Apr 04 19:35:47 2004 GMT
@@ -15,7 +15,7 @@
    | Author: Jim Winstead <jimw[@]php.net> |
    +----------------------------------------------------------------------+
  */
-/* $Id: cvstemp,v 1.1 2004/04/04 21:24:58 derick Exp $ */
+/* $Id: cvstemp,v 1.2 2004/04/04 21:35:47 derick Exp $ */
 
 #include "php.h"
 #include "main/php_version.h"
@@ -40,11 +40,11 @@
                 PHPWRITE(hash_key->arKey, hash_key->nKeyLength - 1);
                 php_printf("\"]=>\n");
         }
- xdebug_var_dump(zv, level + 2 TSRMLS_CC);
+ xdebug_php_var_dump(zv, level + 2 TSRMLS_CC);
         return 0;
 }
 
-void xdebug_var_dump(zval **struc, int level TSRMLS_DC)
+void xdebug_php_var_dump(zval **struc, int level TSRMLS_DC)
 {
         HashTable *myht = NULL;
         zend_object *object = NULL;
Received on Sun Apr 04 2004 - 23:35:46 BST

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