| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#16)
|
(#17)
|
(#18)
|
(#19)
|
| Community Moderator Posts: 710 Join Date: Jan 2005 |
19-03-2007, 02:05 PM
As a followup, Kayako fixed this once before when it came up, why not this time? allow_call_time_pass_reference PHP setting |
| | |
(#20)
|
| Operations Manager Posts: 5,429 Join Date: Jan 2006 Location: United Kingdom |
19-03-2007, 02:45 PM
Hi everyone, If you do a Google for the problem, you will the function deprecation has caught many developers by surprise. Fortunately, it has not depreciated due to any immediate security issue and is still intended for mainstream use for some time. The methods causing the issue are not so much obsoleted. In it's time, use of the method would have improved script efficiency. When the function was deprecated the php.ini setting allow_call_time_pass_reference was added and set to ON by default. Only on systems where this setting is missing (due to php.ini preservation) or set to OFF, will the warnings be produced. There will be ways around it and the developers are looking at it. In the mean time, however, the recommended course of action is to change this php.ini setting to ON. These notes will also be added to the setup and install documentation for the products. -------------------------------------------------------------------
|
| | |
(#21)
|
(#22)
|
| Operations Manager Posts: 5,429 Join Date: Jan 2006 Location: United Kingdom |
19-03-2007, 03:13 PM
Thanks for the suggestion bear - it's a good one. I believe this is an Apache configuration dependant feature (PHP setting permissions), but it works on most web servers it seems. -------------------------------------------------------------------
|
| | |
![]() |
| Tags |
| errors, logs, merged, php |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Zend errors after upgrading PHP to 5.1.6 | iq13 | Installation & Upgrading | 3 | 26-09-2006 09:08 PM |