usort(): Array was modified by the user comparison function

后端 未结 4 2008
遇见更好的自我
遇见更好的自我 2020-12-14 00:32

I have a web application that runs fine on our Linux servers but when running on Mac OS with the Zend Community Edition Server using PHP 5.3 we get the error:

4条回答
  •  渐次进展
    2020-12-14 00:55

    I found that using PHP5.4 , logging with error_log($message, $message_type, $destination, $extra_headers) causes this error , when I clean log entries my problem solved. Logging may temporarily be suspended by disabling and restoring logging after sort function.

提交回复
热议问题