Bonjour,
Je travail sur une api, et cette api génère beaucoup d'erreur E_STRINCT du genre :
Strict (2048): Declaration of kyTicket::createNew() should be compatible with kyObjectBase::createNew() [APP\Lib\kayako\kyTicket.php, line 1991]
J'ai modifier mon php.ini :
; error_reporting
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT
; Development Value: E_ALL & ~E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
Mais ça ne fonctionne pas elles sont toujours affiché!
Merci d'avance