On Thu, 28 Feb 2013, Anthony Ferrara wrote:

> Based off of the recent discussion around pulling in ZO+ into core, 
> I've come to the conclusion that we should also pull in XDebug and 
> Suhosin into core at the same time.

Suhosin has a large performance impact (even the normal patch, without 
turning on anything).

> 3. Both stand as a barrier to adoption as many will not run PHP in 
> development without XDebug

What do you mean?

derick@whisky:~/dev/php/xdebug-xdebug $ TEST_PHP_EXECUTABLE=`which php` php 
-dxdebug.auto_trace=0 run-tests.php

=====================================================================
PHP         : /usr/local/php/5.5dev/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.5.0-dev
ZEND_VERSION: 2.5.0-dev
PHP_OS      : Linux - Linux whisky 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64

…

Number of tests :  234               221
Tests skipped   :   13 (  5.6%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    1 (  0.4%) (  0.5%)
Tests passed    :  220 ( 94.0%) ( 99.5%)
---------------------------------------------------------------------
Time taken      :   16 seconds
=====================================================================


cheers,
Derick
-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug
Posted with an email client that doesn't mangle email: alpine
-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to