derick Mon, 18 Oct 2010 11:33:51 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3344&root=xdebug
Log:
- Force debugging to on for dbgp tests.
Changed paths:
U xdebug/trunk/tests/dbgp/dbgpclient.php
Modified: xdebug/trunk/tests/dbgp/dbgpclient.php
===================================================================
--- xdebug/trunk/tests/dbgp/dbgpclient.php 2010-10-16 20:52:05 UTC (rev 3343)
+++ xdebug/trunk/tests/dbgp/dbgpclient.php 2010-10-18 11:33:51 UTC (rev 3344)
@@ -15,7 +15,7 @@
2 => array( 'file', '/tmp/error-output.txt', 'a' )
);
- $cmd = "php -dxdebug.remote_autostart=1 -dxdebug.remote_port=9991 /tmp/xdebug-dbgp-test.php";
+ $cmd = "php -dxdebug.remote_enable=1 -dxdebug.remote_autostart=1 -dxdebug.remote_port=9991 /tmp/xdebug-dbgp-test.php";
$cwd = dirname( __FILE__ );
$process = proc_open( $cmd, $descriptorspec, $pipes, $cwd );
Received on Mon Oct 18 2010 - 12:33:52 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST