Re: [PHP-DEV] UPDATED RFC version 1.1: source files without opening ?php tag

2012-04-11 Thread Chris Stockton
Hello, On Wed, Apr 11, 2012 at 11:47 AM, Luke Scott l...@cywh.com wrote: The .php extension really isn't used by PHP, but it's used by a web server to identify PHP code and send it to the interpreter. Any mention of file extensions in the RFC would have to be nothing more than a

Re: [PHP-DEV] UPDATED RFC version 1.1: source files without opening ?php tag

2012-04-10 Thread Luke Scott
On 4/10/12 4:53 PM, Tom Boutell t...@punkave.com wrote: Please see: https://wiki.php.net/rfc/source_files_without_opening_tag After following the discussion I have updated the RFC with the following major changes: * Forbade the use of ? entirely in pure PHP files (without restricting it at all

Re: [PHP-DEV] UPDATED RFC version 1.1: source files without opening ?php tag

2012-04-10 Thread Tom Boutell
On Tue, Apr 10, 2012 at 10:10 PM, Kris Craig kris.cr...@gmail.com wrote: This shouldn't be used to load libraries that dump raw HTML output!  That literally defeats the entire purpose.  You're also assuming that all PHP developers do 100% of their coding through pre-existing frameworks.