by jacobsmith12 » Mon Aug 08, 2011 11:19 pm 
			
			PHP 6 Features
    The likely set of PHP6 features is:
    Internationalization: Native Unicode – UTF-8 – to the core (strings, APIs).
    Performance: Page level (opcode) caching through moving Alternative PHP Cache (APC) into the PHP core. Native     application caching.
    Break to label: Sending a break to a label (like a goto).
    Enhanced array indexing: Array indexing can be used to substring or take an array slice.
    Removed features: Magic quotes will be removed.