yehster wrote on Friday, March 12, 2010:
Is anyone using PHP 5.3.x? The latest version of xampp includes 5.3.1 and there are a number of functions
http://php.net/manual/en/migration53.deprecated.php
At some point these should probably be addressed as some of the deprecated functions are said to be going away in PHP 6
with error reporting on the following show up in the calendar page
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\pnadodb\adodb.inc.php</b> on line <b>3211</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\pnadodb\adodb.inc.php</b> on line <b>3248</b><br />
<br />
<b>Deprecated</b>: Function session_register() is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\includes\pnSession.php</b> on line <b>158</b><br />
<br />
<b>Deprecated</b>: Function session_register() is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\includes\pnSession.php</b> on line <b>158</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>149</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>196</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>206</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>276</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>318</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>797</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>849</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser.php</b> on line <b>947</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuserapi.php</b> on line <b>159</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuserapi.php</b> on line <b>553</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common.api.php</b> on line <b>937</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common.api.php</b> on line <b>940</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common.api.php</b> on line <b>1578</b><br />
Just putting this on the radar.