[wp-trac] [WordPress Trac] #14642: Support Facebook's HipHop

WordPress Trac wp-trac at lists.automattic.com
Thu Aug 19 03:33:21 UTC 2010


#14642: Support Facebook's HipHop
-------------------------+--------------------------------------------------
 Reporter:  ChenHui      |       Owner:                 
     Type:  enhancement  |      Status:  new            
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  General      |     Version:                 
 Severity:  normal       |    Keywords:  hiphop         
-------------------------+--------------------------------------------------
 Various changes to make WordPress compatible with HipHop, Facebook's
 PHP-to-C++ transformer. With this patch, WordPress' codebase can be
 tranformed to C++ and then compiled to binary that runs much faster
 than the current PHP version.

 Summary:

 * sanity checks for environmentals

 * string in HipHop doesn't have 'error' property

 * array_merge takes only array arguments since PHP 5
   http://php.net/manual/en/function.array-merge.php

 * $user needs instantiation first before being used

 * always replace existing variables in registering new users
   ie. use EXTR_OVERWRITE in extract() by default

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14642>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list