1
Alternativa a get_posts () a causa dell'arresto anomalo della cache multithreading
Sto usando pthreads per creare più thread. Ognuno di questi thread ad un certo punto tenta di utilizzare get_posts()come segue: $args = array( 'post_type' => 'post', 'post_status' => 'any' ); $posts_list = get_posts($args); Comunque finisco con il seguente crash: HP Fatal error: Call to a member function get() on a …