gbmrocks / phpobfuscator

Automatically exported from code.google.com/p/phpobfuscator
0 stars 0 forks source link

unbalanced /* cause lockup in ObfuscateBlock #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks for making phpObfuscator! I am glad it exists.
I tried it on a project I'm working on, but it locked up.

I turns out it was because I had commented out a block of php and html,
okay not very nice programming style. 

What steps will reproduce the problem?
1. create a php-file with c-style comments /* and let it span over and
php-block-end (?>). 
2. Run PHP obfuscator on it. 
3. It never finishes.

This was found in the trunk of phpobfuscator 2007-02-05 20:11 CET.

I am fine with this being added to the documentation/limitations.

Original issue reported on code.google.com by gotm...@gmail.com on 5 Feb 2007 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
Issue has been confirmed and reproduced on current builds.  6/20/07

Original comment by gregr...@gmail.com on 20 Jun 2007 at 5:31