Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Aphorismen
Applications
Business Economics & Admin.
My Computers
Cooking
Devices
Folders
Food
Hardware
Infos
Software Development
Sports
Operation Instructions
Todos
Test
Help
Glossary
Community portal
adaptions
Sidebar anpassen
Wiki RB4
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
EONISLaptopHPNew
(section)
Page
Discussion
English
Read
Edit
View history
Toolbox
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===xampp=== ====Versions==== The version is according to the PHP version. =====Version 7.0.31===== * download Windows installer 7.0.31 from [https://www.apachefriends.org/download.html here] * start windows installer and install to C:\Uwes\Programme\xampp7.0.31 * error can be ignored but the path variable for PHP has to be set manually * right click on C:\Uwes\Programme\xampp7.0.31\xampp-control.exe -> Eigenschaften -> Kompatibilität -> Check 'als Administrator ausführen' * add to C:\Uwes\Programme\xampp7.0.31\phpMyAdmin\config.inc.php $cfg['MaxRows'] = '500'; * this could also be configured by the PHPMyAdmin web interface PHPMyAdmin->Einstellungen->... * start xampp-control.exe ** check 'Dienst' column for Apache and MySQL * install PHP XDebug ** find out which dll to be used call [https://xdebug.org/wizard.php this] ** copy it to C:\Uwes\Programme\xampp7.0.31\php\ext ** set <code>output_buffering = Off</code> in <XAMPP_DIR>\php\php.ini ** add and adjust (path and dll name) XDebug section in php.ini ** restart Apache * configure Debugging in PHPStorm ======MySQL====== * adjust innodb_buffer_pool_size to avoid 'Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size' system log entry in magento ** lookup path via WIN+R -> services.msc -> mysql ** change C:\Uwes\Programme\xampp7.0.31\mysql\bin\my.ini innodb_buffer_pool_size = 16M => 32M ** restart ======Switch PHP Debug====== * call C:\Uwes\Batches>PHP2Debug.bat or C:\Uwes\Batches>PHP2Norm.bat * restart Apache via XAMPP Console ======PHPUnit====== * installation according to [https://stackoverflow.com/questions/43188374/update-phpunit-xampp here] ** downloaded PHPUnit to C:\Uwes\Programme\xampp7.0.31\php\phpunit-6.5.12.phar and edited phpunit.bat accordingly =====Upgrade to Version 7.2.8===== * upgrade according to [https://medium.com/@asif.rocks/how-to-upgrade-xampp-in-windows-the-easy-way-93031fc923ce here] * open xampp shell by C:\Uwes\Programme\xampp\xampp-control.exe * run command mysqldump -u root -p --all-databases > C:\Uwes\Backup\2018_08_07_All-DBs-Dump.sql PWD: <empty> * stop Apache * stop MySQL * rename folder C:\Uwes\Programme\xampp -> xampp-old did work only after manually delete the service Apache and mysql with the autoruns tool downloaded from the Microsoft website and ran as administrator * install by download version 7.2.8 / PHP 7.2.8 from [https://www.apachefriends.org/download.html here] * to register Apache and MySQL as service ** right click on C:\Uwes\Programme\xampp-new\xampp-control.exe -> Eigenschaften -> Kompatibilität -> Check Programm als Administrator ausführen ** start C:\Uwes\Programme\xampp-new\xampp-control.exe ** click on button in column 'Dienst' for Apache and MySQL ====Old Version 5.6.8==== * download via xampp homepage * installed to C:\Uwes\Programme\xampp\ via installer * control panel can be found by start menu 'xampp' or C:\Uwes\Programme\xampp\xampp-control.exe * run control panel as admin and install apache and mysql as a service by clicking the check boxes =====Apache===== * because port 80 didn't work since 20.07.2015 (apache started correctly, netstat -ao showed corred process id (PID) listening, but no entries in access.log and telnet 127.0.0.1 80 led to no connection) port was changed to 8090 in http.conf by changing 'Listen 80' to 'Listen 8090' =====MySQL===== * configuration file is C:\Uwes\Programme\xampp\mysql\bin\my.ini * copy root user in mysql.user table with host='%'
Summary:
Please note that all contributions to Wiki RB4 may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Uwe Heuer Wiki New:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width