After horde 3.3.6_1 upgrade - Assigning the return value of new by reference is deprecated errors

Troy troy at twisted.net
Fri Apr 16 06:13:41 UTC 2010


After making that change in php.ini
output_buffering = 4096

I'm able to login but getting TONS of errors about assigning the value 
of new

*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/share/pear/HTTP/Request.php* on line *412*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/share/pear/HTTP/Request.php* on line *736*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/share/pear/HTTP/Request.php* on line *749*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/share/pear/HTTP/Request.php* on line *794
**Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Block/Collection.php* on 
line *146*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Identity.php* on line *509*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Identity.php* on line *524*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *134*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *137*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *140*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/History.php* on line *244*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Share.php* on line *117*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on 
line *81*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on 
line *99*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on 
line *123*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on 
line *211*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Group.php* on line *158*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Group.php* on line *641*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/nag/lib/Driver/sql.php* on line *416*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/nag/lib/Driver/sql.php* on line *479*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Driver.php* on line *201*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on 
line *352*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on 
line *373*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on 
line *402*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on 
line *456*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *140*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *334*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *430*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/kronolith/lib/Day.php* on line *100*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Block/Collection.php* on 
line *146*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/lib/Horde/Serialize.php* on line *248*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/mnemo/lib/api.php* on line *329*
*Deprecated*: Assigning the return value of new by reference is 
deprecated in */usr/local/www/horde/mnemo/lib/api.php* on line *423*
*
*
On 04/14/2010 12:45 PM, Albert Shih wrote:
>   Le 14/04/2010 à 19:39:56+0200, Albert Shih a écrit
>    
>>   Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit
>>      
>>> Troy ha scritto:
>>>        
>>>> When I go to login to the horde framework I'm getting the following
>>>> errors in the web browsers:
>>>>
>>>> Deprecated: Assigning the return value of new by reference is deprecated
>>>> in /usr/local/share/pear/Log.php on line 169
>>>>          
>>> Disable the error logging to the web browser...
>>>
>>>
>>>        
>> Well that's just solve the problem about the message. Not the problem about
>> horde.
>>
>> For me after 2 hours of trying I can make horde working with PHP5.3
>>
>>      
> Sorry my answer is little short.
>
> This is what I've do:
>
> 	Upgrade all php5 ports following the /usr/ports/UPDATING
>
> 		-->  work fine
>
> 		-->  Horde don't work
>
> 	Upgrade all packages pecl/pear
>
> 		-->  work fine
>
> 		-->  Horde don't work
>
> 	Change php.ini
>
> 		-->  Horde don't work
>
>
> When I say horde don't work that's mean
>
> 	I've got plenty of message about deprecated function if I don't
> 	disable the reporting in php.ini
>
> 	But in any case I just got a blank page in the firefox.
>
> Regards.
>
> JAS
>
>
>    


More information about the freebsd-ports mailing list