Changes between Initial Version and Version 1 of Ticket #20686, comment 1
- Timestamp:
- 12/16/2012 10:38:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20686, comment 1
initial v1 1 In PHP end tags at EOF are optional and the general advice is not to use them. This sounds like a server misconfiguration as `wp-tinymce.php` ends with `exit;`, i.e. PHP stops running at that line .1 In PHP end tags at EOF are optional and the general advice is not to use them. This sounds like a server misconfiguration as `wp-tinymce.php` ends with `exit;`, i.e. PHP stops running at that line and the server should "flush" any unsent content and close the connection.