Код: Выделить всё
$proc = new Saxon\SaxonProcessor();
$xsltProcessor = $proc->newXslt30Processor();
$xsltExecutable = $xsltProcessor->compileFromFile($xsltPath); // fine in terminal
< /code>
objc[xxxx]: +[__NSPlaceholderSet initialize] may have been in progress in another thread when fork() was called.
objc[xxxx]: We cannot safely call it or ignore it in the fork() child process. Crashing instead.
objc[xxxx]: Set a breakpoint on objc_initializeAfterForkError to debug.
< /code>
Пробовал до сих пор: < /p>
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Также проверяется, что php varibles.>
Подробнее здесь: https://stackoverflow.com/questions/796 ... -crash-via