<div dir="ltr"><div><div><div><div>BlackCrack,<br></div>start to use your Brain and learn Linux then...... All needed Documentations can be found out there in the blue (internet)<br></div>Apache has PHP Support, just activate it then... if you dont know or not willing to learn, stay at Windows.....<br></div>I need about 1 Minute to get PHP working with Apache2<br><br></div>Regards<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-24 7:29 GMT+01:00 Blackcrack <span dir="ltr"><<a href="mailto:blackcrack@blackysgate.de" target="_blank">blackcrack@blackysgate.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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=20100525<br>
PHP compiled with module API=20121212<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>
---------------------------------------------------------------------------------------------------------------------<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>
<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>
OM-Cooker mailing list<br>
<a href="mailto:OM-Cooker@ml.openmandriva.org">OM-Cooker@ml.openmandriva.org</a><br>
<a href="http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org" rel="noreferrer" target="_blank">http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org</a><br>
<br></blockquote></div><br></div>