Hi all, someone tell me why with the same php.ini file, php-arapi works in cli mode but not with apache?
Fatal error: Class 'ARAPI' not found in /var/www/localhost/test.php on line 73
If I run phpinfo(), in cli mode I found: ARAPI support => enabled ARAPI version => 7.1.0 ARAPI library file name => libar.so
but in apache I can’t find anything about ARAPI...
Can someone tell me why?
fixed: export LD_LIBRARY_PATH=/usr/lib/php5/20060613+lfs to root user hello all
Log in to post a comment.
Hi all,
someone tell me why with the same php.ini file, php-arapi works in cli mode
but not with apache?
Fatal error: Class 'ARAPI' not found in /var/www/localhost/test.php on line 73
If I run phpinfo(), in cli mode I found:
ARAPI support => enabled
ARAPI version => 7.1.0
ARAPI library file name => libar.so
but in apache I can’t find anything about ARAPI...
Can someone tell me why?
fixed: export LD_LIBRARY_PATH=/usr/lib/php5/20060613+lfs to root user
hello all