Upcoming Events
San Francisco CiviCRM Meetup - February 8th, 2012
February 8th, 2012
Come meet others from the Bay Area who are interested in, using or developing (more...)
UK usergroup - London meetup
February 8th, 2012
Come and meet others from the UK that are using CiviCRM or are interested in (more...)
Chicago CiviCRM Meetup
February 17th, 2012
Please join other CiviCRM users, administrators, and developers in the Chicago (more...)
London user and administrator training
February 23rd, 2012
A comprehensive two day hands on training course covering the configuration, (more...)
CiviCRM London sprint Feb 2012
February 27th, 2012
Following the CiviCRM training here in London, we will have a CiviCRM code (more...)
Philadelphia - CiviCRM Meetup for Q1 2012
March 13th, 2012
UK South West - CiviCRM Meetup
March 20th, 2012
Come meet others from the Area who are interested in, using or developing for (more...)
[Bristol, UK] user and administrator training
March 21st, 2012
A comprehensive hands on training course covering the configuration, (more...)
San Francisco user and administrator training
March 29th, 2012
A comprehensive two day hands on training course covering the configuration, (more...)
CiviCRM Usability, Test and Code Sprint - San Francisco (March 2012)
March 29th, 2012
This usability, code and test sprint is targeted at CiviCRM users and (more...)
CiviCon 2012 San Francisco Bay Area - April 2nd 2012
April 2nd, 2012
CiviCon is THE annual event bringing together the people who use, develop, (more...)
CiviCRM Documentation, Test and Code Sprint - after CiviCon San Francisco (April 2012)
April 4th, 2012
This sprint is targeted at CiviCRM users and developers who want to work on (more...)
PHP 5.3.0 and CiviCRM Standalone do *not* mix
- Not Just a Contact Database
-
These optional components give you more power to connect and engage your supporters.

civiCASE
Case management for clients and constituents.

civiCONTRIBUTE
Online fundraising and donor management.

civiEVENT
Online event registration and participant tracking.

civiMEMBER
Online signup and membership management.

civiMAIL
Personalized email blasts and newsletters.

civiREPORT
Report generation and template management.
A warning to CiviCRM Standalone users: Don't upgrade to PHP 5.3.0 just yet. It removes deprecated behavior that the OpenID library relies on. That means you won't be able to login if you upgrade to 5.3.0+. Going back to PHP 5.2.x fixes the issue.
It appears that PHP 5.3.0's removal of the ability to pass arguments by reference at call-time via the call_user_func methods has broken the OpenID library that CiviCRM Standalone uses for logins. Hopefully the upstream library authors will issue a fixed version at some point. Rest assured we'll get that into a subsequent release of CiviCRM when they do. But for now, Civi Standalone and PHP 5.3.0 do not play well together.
Drupal and Joomla do not use the OpenID library, so they may be fine, but I haven't tested it. If you have, please let us know how it went in a comment.







Comments
Should we apply this patch
http://forums.invisionpower.com/index.php?app=tracker&showissue=16956
(scroll down to post #6). Seems a hack to just a few files and might be worth it. Not sure how responsive JanRain will be since they never fixed the warnings either :(
lobo
Good find
Yeah, that would probably fix it. From reading the PHP docs, it didn't sound like that was possible. This may still generate warnings about call-time pass-by-reference, but oh well. If it fixes it for now, then we'll just have to wait on upstream.
I'll work on applying and testing this patch. Hopefully we can then have a PHP 5.3 compatible CiviCRM 3.0 release.