DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23449>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23449 PHP Include() within <textarea> causes crash Summary: PHP Include() within <textarea> causes crash Product: Apache httpd-1.3 Version: 1.3.28 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Other AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] I stumbled upon this bug while messing around in some PHP. I made a text area within a form, and for its default text I tried to include a php file. I tried this in hopes of being able to view the source of the page, via the page itself. When I tried to execute this script, Apache immediately crashed. I used the following code: <TEXTAREA NAME=index ROWS=15 COLS=60><? include('./index.php'); ?></TEXTAREA> I'm using PHP 4.3.3 via the module, not the executable. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
