<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
owncloud.log<br>
-------------------------------------------------------------------------------------------<br>
{"reqId":"VqXR4MCoABQAAGZyZZMAAAAG","remoteAddr":"149.172.95.253","app":"PHP","message"<font
color="#ff0000">:"PHP Startup: memcache: Unable to initialize
module\nModule compiled with module API=20100525\nPHP</font>
compiled with module API=20121212\nThese options need to match\n at
Unknown#0","level":3,"time":"2016-01-25T07:42:24+00:00"}<br>
-------------------------------------------------------------------------------------------<br>
<br>
2016-01-24 7:29 GMT+01:00 Blackcrack <span dir="ltr"><<a
href="mailto:blackcrack@blackysgate.de" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:blackcrack@blackysgate.de">blackcrack@blackysgate.de</a></a>></span>:<br>
<div bgcolor="#FFFFFF" text="#000000"> PHP Warning: Module 'mysql'
already loaded in Unknown on line 0<br>
PHP Warning: PHP Startup: memcache: Unable to initialize module<br>
Module compiled with module API=<font color="#ff0000">20100525</font><br>
PHP compiled with module API=<font color="#ff0000">20121212</font><br>
These options need to match<br>
in Unknown on line 0<br>
Console has to be executed with the same user as the web server is
operated<br>
Current user: root<br>
Web server user: apache<br>
-------------------------------------------------------------------------<br>
Execution it's endet. Drücken Sie die Eingabetaste oder Strg+C zum
Beenden.<br>
-------------------------------------------------------------------------<br>
<br>
from an forum somewhere in the web.<br>
---------------------------------------------------------------------------------------------------------------------<br>
When you update the version of PHP (especially when going from
version X.Y to version X.Z), you must update the PHP extensions as
well.<br>
<br>
This is because PHP extensions are developped in C, and are
"close" to the internals of PHP -- which means that, if the APIs
of those internals change, the extension must be re-compiled, to
use the new versions.<br>
<br>
And, between PHP 5.2 and PHP 5.3, for what I remember, there have
been some modifications in the internal data-structures used by
the PHP engine -- which means extensions must be re-compiled, in
order to match that new version of those data-structures.<br>
<br>
<br>
How to update your PHP extensions will depend on which system you
are using.<br>
<br>
If you are on windows, you can find the .dll for some extensions
here : <a href="http://downloads.php.net/pierre/" target="_blank">http://downloads.php.net/pierre/</a><br>
For more informations about the different versions, you can take a
look at what's said on the left-sidebar of <a
href="http://windows.php.net" target="_blank">windows.php.net</a>.<br>
<br>
If you are on Linux, you must either :<br>
<br>
Check what your distribution provides<br>
Or use the pecl command, to re-download the sources of the
extensions in question, and re-compile them.<br>
<br>
</div>
-------------------------------------------------------------------------------------------------<br>
<br>
<br>
best regards<br>
Blacky<br>
</body>
</html>