What steps will reproduce the problem? 1. Create a new php file that has no closing tag (no ?> at the end). This is perfectly valid for the php interpreter (EOF in a php block means close the block for it)
- Try to obfuscate it
What is the expected output? What do you see instead? The file shoud be obfuscated, but the obfuscator simply hasn't detected any php block so it outputs the original file.
What version of the product are you using? On what operating system? svn version
Please provide any additional information below. This issue should be fixed in the "GetCodeBlock" funcion of Obfuscator.cs
Comment #1
Posted on Feb 23, 2007 by Happy Giraffeself-developed patch
Status: New
Labels:
Type-Defect
Priority-Medium