Larry Garfield in php.internals (Tue, 29 Jan 2013 22:45:17 -0600): >On 01/29/2013 03:12 PM, Rasmus Lerdorf wrote: >> >> Is building from git really that much harder? Yes, it takes a little bit >> of tweaking to get your configure flags right and getting all the right >> dev versions of the dependencies installed > >And right there in that sentence you've caused the eyes of all but about >3 people in the entire Drupal developer community to glaze over.
A pity you are on Linux;-) I just did some tests with D6 & D7 using PHP 5.5.0 alpha4 TS, running with XCache 3.0.0. This one: http://dl.dropbox.com/u/8954372/php-5.5.0alpha4-Win32-VC9-x86.zip Results of the tests: D7 running as fine as under PHP 5.4, D6 running as bad as under PHP 5.4. Lots of errors in the views module. Things like: Non-static method view::load() should not be called statically in sites\all\modules\views\views.module on line 906 Declaration of views_handler_field_user::init() should be compatible with views_handler::init(&$view, $options) in sites\all\modules\views\modules\user\views_handler_field_user.inc on line 6. Declaration of views_handler_argument::init() should be compatible with views_handler::init(&$view, $options) in sites\all\modules\views\handlers\views_handler_argument.inc on line 32. Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php