[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Antoine hashar Musso has...@free.fr 2012-10-19 13:12:31 
UTC ---
Merged in. Thanks!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 CC||t...@tim-landscheidt.de

--- Comment #6 from Tim Landscheidt t...@tim-landscheidt.de 2012-10-19 
02:13:00 UTC ---
To add some search terms: Parser hook: basic arguments.  The setting can also
be changed by the CLI option -d, so php -d xdebug.overload_var_dump=0
./tests/parserTests.php will work.

Generally, it would be nice to port these tests to PHPUnit and use
assertEquals() so that they don't depend on formatting and indentation.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #7 from Tim Landscheidt t...@tim-landscheidt.de 2012-10-19 
04:16:37 UTC ---
Gerrit change 28662.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-08-18 
20:52:07 UTC ---
No errors on a CentOS VM with php 5.3.3 and Xdebug v2.1.4.

Only tested there (before I found this bug) because I was seeing errors on my
laptop (Debian/Ubuntu) which has the php package from 5.3.16-1~dotdeb.0 and
XDebug v2.2.1.

Checking xdebug settings shows only a few differences, but those may be version
things.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2012-08-18 
22:03:09 UTC ---

Debian squeeze worked.

$ php -v
PHP 5.3.3-7+squeeze14 with Suhosin-Patch (cli) (built: Aug  6 2012 14:18:06) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

Trying to upgrade to Xdebug 2.2.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2012-08-18 
23:15:01 UTC ---
Recompiled XDebug from source and got the problem:

$ php -v
PHP 5.3.3-7+squeeze14 with Suhosin-Patch (cli) (built: Aug  6 2012 14:18:06) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.3.0dev, Copyright (c) 2002-2012, by Derick Rethans
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2012-08-18 
23:44:08 UTC ---
http://bugs.xdebug.org/view.php?id=863

Adding xdebug.overload_var_dump=0 to php.ini solves the problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-05-02 20:55:24 
UTC ---
Same platform. No issue :-]

Can you paste your xdebug version? php --version will tell something like:

with Xdebug v2.1.3, Copyright (c) 2002-2012, by Derick Rethans


It could be your xdebug configuration?

php -i | grep xdebug


xdebug
xdebug support = enabled
xdebug.auto_trace = Off = Off
xdebug.collect_assignments = Off = Off
xdebug.collect_includes = On = On
xdebug.collect_params = 0 = 0
xdebug.collect_return = Off = Off
xdebug.collect_vars = Off = Off
xdebug.default_enable = On = On
xdebug.dump.COOKIE = no value = no value
xdebug.dump.ENV = no value = no value
xdebug.dump.FILES = no value = no value
xdebug.dump.GET = no value = no value
xdebug.dump.POST = no value = no value
xdebug.dump.REQUEST = no value = no value
xdebug.dump.SERVER = no value = no value
xdebug.dump.SESSION = no value = no value
xdebug.dump_globals = On = On
xdebug.dump_once = On = On
xdebug.dump_undefined = Off = Off
xdebug.extended_info = On = On
xdebug.file_link_format = no value = no value
xdebug.idekey = amusso = no value
xdebug.manual_url = http://www.php.net = http://www.php.net
xdebug.max_nesting_level = 100 = 100
xdebug.overload_var_dump = On = On
xdebug.profiler_aggregate = Off = Off
xdebug.profiler_append = Off = Off
xdebug.profiler_enable = Off = Off
xdebug.profiler_enable_trigger = Off = Off
xdebug.profiler_output_dir = /var/tmp/ = /var/tmp/
xdebug.profiler_output_name = cachegrind.out.%p = cachegrind.out.%p
xdebug.remote_autostart = Off = Off
xdebug.remote_connect_back = Off = Off
xdebug.remote_cookie_expire_time = 3600 = 3600
xdebug.remote_enable = Off = Off
xdebug.remote_handler = dbgp = dbgp
xdebug.remote_host = localhost = localhost
xdebug.remote_log = no value = no value
xdebug.remote_mode = req = req
xdebug.remote_port = 9000 = 9000
xdebug.scream = Off = Off
xdebug.show_exception_trace = Off = Off
xdebug.show_local_vars = Off = Off
xdebug.show_mem_delta = Off = Off
xdebug.trace_format = 0 = 0
xdebug.trace_options = 0 = 0
xdebug.trace_output_dir = /var/tmp/ = /var/tmp/
xdebug.trace_output_name = trace.%c = trace.%c
xdebug.var_display_max_children = 128 = 128
xdebug.var_display_max_data = 512 = 512
xdebug.var_display_max_depth = 3 = 3

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l