MrKiliNg / phpsyntaxtree

Automatically exported from code.google.com/p/phpsyntaxtree
GNU General Public License v2.0
0 stars 0 forks source link

single quotation comes preceded by an unwanted backslash #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. input a single quotation ' (or double quotation " too) anywhere in the tree

What is the expected output? What do you see instead?
It should be a single quotation or "bar" as called in X-bar theory.
Instead, the "bar" is preceded by a backslash (\).

What version of the product are you using? On what operating system?
v1.11-SVN; it happens both on Mac OS X and Windows XP.

Please provide any additional information below.
I know that this problem didn't use to occur as of May 2007. What happened?

Original issue reported on code.google.com by reiri.s...@gmail.com on 30 Sep 2007 at 3:46

GoogleCodeExporter commented 9 years ago
I have the same problem.  The code doesn't seem to have changed.  I don't know 
why 
this is happening.  I think that this makes phpsyntaxtree incredible 
frustrating to 
use/useless for X-bar.  I would think this would be very high priority.

Original comment by ksut...@gmail.com on 19 Oct 2007 at 12:08

GoogleCodeExporter commented 9 years ago
This issue has been fixed by adjusting the web server configuration (disabling 
"magic
quotes" in PHP).

Original comment by int2...@gmail.com on 19 Oct 2007 at 4:51