[xdebug-dev] xdebug xdebug/php_xdebug.h - Fixed bug #93: Crash on x86_64

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 12 Oct 2004 16:56:09 +0200

Date: Tue Oct 12 16:56:09 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Fixed bug #93: Crash on x86_64

Modified files:
           xdebug/php_xdebug.h (version: 1.83)

[FILE: /xdebug/php_xdebug.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- xdebug/php_xdebug.h:1.82 Wed Oct 06 12:58:38 2004 GMT
+++ xdebug/php_xdebug.h Tue Oct 12 12:56:09 2004 GMT
@@ -140,7 +140,7 @@
         zend_bool remote_enable; /* 0 */
         long remote_port; /* 9000 */
         char *remote_host; /* localhost */
- int remote_mode; /* XDEBUG_NONE, XDEBUG_JIT, XDEBUG_REQ */
+ long remote_mode; /* XDEBUG_NONE, XDEBUG_JIT, XDEBUG_REQ */
         char *remote_handler; /* php3, gdb, dbgp */
         zend_bool remote_autostart; /* Disables the requirement for XDEBUG_SESSION_START */
 
Received on Tue Oct 12 2004 - 16:56:23 BST

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