You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Alex,
Your fork it is great extension for the initial code and I use just it with pleasure. But I've faced with 5.2.17 PHP incompatibility when I tried to trace some big project which was written with an old PHP version. I thought that debugging tools have to have maximum of compatibility, because we do not know how ancient their bugs will be. :)
Do you agree with me? :)
If you want, you can see how I worked around the issue here jackka@9820700. But it just quick fix and this variant would be nicer if the anonymous functions will be rewritten in old style like functions which have names and without closure. If I'll have time, I do it myself. But unfortunately I'm not sure.
Thanks in advance.
P.S.
Addition info.
Error messages were the following:
"Parse error: syntax error, unexpected T_FUNCTION in C:\apache\Apache2\htdocs\xdebug-trace-gui\noutrace.class.php on line 77"
and then:
"Parse error: syntax error, unexpected T_FUNCTION in C:\apache\Apache2\htdocs\xdebug-trace-gui\trace.config.php on line 34"
Links with explanations where I've got an info for my quick fix:
Hello Alex,
Your fork it is great extension for the initial code and I use just it with pleasure. But I've faced with 5.2.17 PHP incompatibility when I tried to trace some big project which was written with an old PHP version. I thought that debugging tools have to have maximum of compatibility, because we do not know how ancient their bugs will be. :)
Do you agree with me? :)
If you want, you can see how I worked around the issue here jackka@9820700. But it just quick fix and this variant would be nicer if the anonymous functions will be rewritten in old style like functions which have names and without closure. If I'll have time, I do it myself. But unfortunately I'm not sure.
Thanks in advance.
P.S.
Addition info.
Error messages were the following:
"Parse error: syntax error, unexpected T_FUNCTION in C:\apache\Apache2\htdocs\xdebug-trace-gui\noutrace.class.php on line 77"
and then:
"Parse error: syntax error, unexpected T_FUNCTION in C:\apache\Apache2\htdocs\xdebug-trace-gui\trace.config.php on line 34"
Links with explanations where I've got an info for my quick fix:
http://stackoverflow.com/questions/13362606/parse-error-syntax-error-unexpected-t-function-in
The text was updated successfully, but these errors were encountered: