Changes between Initial Version and Version 1 of Ticket #20686, comment 1
- Timestamp:
- 12/16/12 22:38:28 (5 months 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.
