Ticket geändert von Ralf Becker am 2009/11/01 21:38
Verfolgungssystem: Bugs
Kategorie: API
Version: Version 1.6.002
Status: Offen
Lösung: Ändere ich nicht
Prozent erledigt: 0%
Priorität: 5 - mittlere
Erstellt von: Marcello Ceschia
Zugewiesen an: Ralf Becker
Zusammenfassung: #2353 - Deprecation warning while running egroupware/phpgwapi/cron/asyncservices.php
PHP Deprecated: Function magic_quotes_runtime() is deprecated in /srv/www/htdocs/egroupware-1.6.002/phpgwapi/inc/functions.inc.php on line 21
PHP Deprecated: Assigning the return value of new by reference is deprecated in /srv/www/htdocs/egroupware-1.6.002/phpgwapi/inc/adodb/adodb.inc.php on line 888
PHP Deprecated: Assigning the return value of new by reference is deprecated in /srv/www/htdocs/egroupware-1.6.002/phpgwapi/inc/adodb/adodb.inc.php on line 1856
PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /srv/www/htdocs/egroupware-1.6.002/phpgwapi/cron/asyncservices.php on line 65
Kommentar von Ralf Becker am 2009/11/01 21:38:
Hi Marcello,
you are using PHP 5.3, which was released after EGroupware 1.6.
We added basic PHP 5.3 compatibility in 1.6.002, but you have to life with the warnings (switch off display_errors, as you should anyway on a production system).
Trunk / our development version works well with PHP 5.3.