Witam
Mam taki problem, po prawidłowym zainstalowaniu najnowszego apacha'e 2.2.6, php5.2.6 mysql5.1 pod windows vista chciałem wegrać aplikację phpmyadmin, niestety robię wszystko w/g manuala, z różnych źródeł korzystałem, ale wszystko kończy się tak samo. tzn każda próba zalogowania się do phpmyadmina wiesza mi apacha'e.
php działa, mysql uruchiomy, z linii poleceń pełen dostęp...

po wgraniu phpmyadmin na serwer uruchomiłem setup/index.php
on mi utworzył config.inc.php w folderze /config

  1. <?php
  2. /*
  3.  * Generated configuration file
  4.  * Generated by: phpMyAdmin 3.1.4 setup script by Piotr Przybylski <piotrprz@gmail.com>
  5.  * Date: Sat, 02 May 2009 18:44:16 +0200
  6.  */
  7.  
  8. /* Servers configuration */
  9. $i = 0;
  10.  
  11. /* Server: localhost [1] */
  12. $i++;
  13. $cfg['Servers'][$i]['verbose'] = '';
  14. $cfg['Servers'][$i]['host'] = 'localhost';
  15. $cfg['Servers'][$i]['port'] = '';
  16. $cfg['Servers'][$i]['socket'] = '';
  17. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  18. $cfg['Servers'][$i]['extension'] = 'mysql';
  19. $cfg['Servers'][$i]['auth_type'] = 'cookie';
  20. $cfg['Servers'][$i]['user'] = 'root';
  21. $cfg['Servers'][$i]['password'] = 'haslo';
  22.  
  23. /* End of servers configuration */
  24.  
  25. $cfg['blowfish_secret'] = 'blablablabla';
  26. $cfg['DefaultLang'] = 'en-utf-8';
  27. $cfg['ServerDefault'] = 1;
  28. $cfg['UploadDir'] = '';
  29. $cfg['SaveDir'] = '';
  30. ?>


w logach apache pojawia sie zaś coś takiego
Cytat
zend_mm_heap corrupted
[Sat May 02 18:52:06 2009] [notice] Parent: child process exited with status 1 -- Restarting.
[Sat May 02 18:52:06 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:52:06 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:52:06 2009] [notice] Parent: Created child process 5552
[Sat May 02 18:52:06 2009] [notice] Child 5552: Child process is running
[Sat May 02 18:52:06 2009] [notice] Child 5552: Acquired the start mutex.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting 250 worker threads.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting thread to listen on port 80.
[Sat May 02 18:58:45 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:45 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:45 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:45 2009] [notice] Parent: Created child process 4076
[Sat May 02 18:58:45 2009] [notice] Child 4076: Child process is running
[Sat May 02 18:58:45 2009] [notice] Child 4076: Acquired the start mutex.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting 250 worker threads.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting thread to listen on port 80.
[Sat May 02 18:58:52 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:52 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:52 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:52 2009] [notice] Parent: Created child process 1592
[Sat May 02 18:58:52 2009] [notice] Child 1592: Child process is running
[Sat May 02 18:58:52 2009] [notice] Child 1592: Acquired the start mutex.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting 250 worker threads.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting thread to listen on port 80.

nic z tego nie wynika....
jak sprawdzić i jak to naprawić?