Php Yosemite上XAMPP的Shell命令错误-dyld:未找到符号:\u sqlite3\u intarray\u bind

Php Yosemite上XAMPP的Shell命令错误-dyld:未找到符号:\u sqlite3\u intarray\u bind,php,shell,ffmpeg,xampp,Php,Shell,Ffmpeg,Xampp,我正在尝试用PHP运行一个简单的shell命令。我在OS X Yosemite上使用XAMPP,这是我的脚本 <?php $output = shell_exec(PHP_BINDIR.'/ffmpeg 2>&1'); echo "<pre>$output</pre>"; ?> 这个错误意味着什么?为什么涉及Sqlite3 dyld: Symbol not found: _sqlite3_intarray_bind Referenced f

我正在尝试用PHP运行一个简单的shell命令。我在OS X Yosemite上使用XAMPP,这是我的脚本

<?php
$output = shell_exec(PHP_BINDIR.'/ffmpeg 2>&1');
echo "<pre>$output</pre>";
?>
这个错误意味着什么?为什么涉及Sqlite3

dyld: Symbol not found: _sqlite3_intarray_bind
  Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  Expected in: /Applications/XAMPP/xamppfiles/lib/libsqlite3.dylib
 in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData