Date: Wed Oct 6 16:58:38 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed bug #93: Crash in lookup_hostname on x86_64
Modified files:
xdebug/php_xdebug.h (version: 1.82)
[FILE: /xdebug/php_xdebug.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- xdebug/php_xdebug.h:1.81 Sun Oct 03 11:10:56 2004 GMT
+++ xdebug/php_xdebug.h Wed Oct 06 12:58:38 2004 GMT
@@ -91,9 +91,9 @@
int status;
int reason;
- int level;
+ long level;
xdebug_llist *stack;
- int max_nesting_level;
+ long max_nesting_level;
zend_bool default_enable;
zend_bool collect_includes;
zend_bool collect_params;
@@ -138,7 +138,7 @@
/* remote settings */
zend_bool remote_enable; /* 0 */
- int remote_port; /* 9000 */
+ long remote_port; /* 9000 */
char *remote_host; /* localhost */
int remote_mode; /* XDEBUG_NONE, XDEBUG_JIT, XDEBUG_REQ */
char *remote_handler; /* php3, gdb, dbgp */
Received on Wed Oct 06 2004 - 16:58:54 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST