﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9055	CKEDITOR.config.protectedSource.push( /<\?[\s\S]*?\?>/g );   // PHP Code	SB		"Hello,

I am using CKEditor from the Hero Framework available at www.heroframework.com .

I tried putting this as the last line of the config.js file of the \ckeditor\_source\core directory.

After changing the config.js file, I restart the CKEditor by restarting the file publishing URL by logging out and logging back in.

I enter the following code in the editor:

{php_code}{literal}<?php

    print ""Hello, world!"";

?>{/literal}{/php_code}

It changes to:

<p>
	{php_code}{literal}<!--?php

    print ""Hello, world!"";

?-->{/literal}{/php_code}</p>

Can you help me to overcome this problem?

Regards
SB"	Bug	closed	Normal		General		invalid		
