unread
maybe this is not an important note, but i notice that in
ext/standard/head.c, SAPI.h is included twice. the duplicate inclusion
can be found for all branches and head.
File: ext/standard/head.c
#include "php.h"
#include "ext/standard/php_standard.h"
#include "SAPI.h"
#include "php_main.h"
#include "head.h"
#include "SAPI.h" --> should be omitted?
regards,
<M+1|k+3