Search found 149 matches: php5apache2_2

Searched query: +php5apache2

ignored: 2

Return to advanced search

Re: Problem after upgrade from 1.6.4 to 1.7.1

I change php5apache2.dll to php5apache2_2.dll at the line 7 of httpd-xampp.conf

Now Apache works fine...but mysql still not working
by rconte
16. April 2009 16:48
 
Forum: XAMPP for Windows
Topic: Problem after upgrade from 1.6.4 to 1.7.1
Replies: 4
Views: 7316

Problem after upgrade from 1.6.4 to 1.7.1

Hi all,
first sorry for my bad english but is't my born language. ^_^
Now, back to my problem...

I have upgrade from 1.6.4 to 1.7.1..i download all upgrade intaller and exegute it all.
Now Apache and Mysql don't work!

I run apache_start.bat and this is the result:

[SOLVED]
Code: Select all
Apache 2 is starting ...
httpd.exe: Syntax error on line 477 of C:/PHPServer/apache/conf/httpd.conf: Synt
ax error on line 7 of C:/PHPServer/apache/conf/extra/httpd-xampp.conf: API modul
e structure 'php5_module' in file C:/PHPServer/apache/bin/php5apache2.dll is gar
bled - expected signature 41503232 but saw 41503230 - perhaps this is not an Apa
che module DSO, or was compiled for a different Apache version?


For mysql this is the result:

Code: Select all
MySQL is trying to start
Please wait  ...
MySQL is starting with mysql\bin\my.cnf (console)
090416 17:17:38 [Warning] option 'thread_stack': unsigned value 65536 adjusted t
o 131072
090416 17:17:38 [Note] Plugin 'InnoDB' disabled by command line option
mysql\bin\mysqld: Table 'mysql.plugin' doesn't exist
090416 17:17:38 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgr
ade to create it.
090416 17:17:38 [ERROR] mysql\bin\mysqld: unknown option '--skip-bdb'
090416 17:17:38 [ERROR] Aborting

090416 17:17:38 [Warning] Forcing shutdown of 2 plugins
090416 17:17:38 [Note] mysql\bin\mysqld: Shutdown complete


Help me please, i can't clean and reinstall all
Very thanks
by rconte
16. April 2009 16:18
 
Forum: XAMPP for Windows
Topic: Problem after upgrade from 1.6.4 to 1.7.1
Replies: 4
Views: 7316

Re: XAMPP 1.6.8->1.70->1.71

Ok, ok. I found it.

"apache.exe: Syntax error on line 477 of C:/xampp/apache/conf/httpd.conf: Syntax
error on line 7 of C:/xampp/apache/conf/extra/httpd-xampp.conf: API module struc
ture 'php5_module' in file C:/xampp/apache/bin/php5apache2.dll is garbled - expe
cted signature 41503232 but saw 41503230 - perhaps this is not an Apache module
DSO, or was compiled for a different Apache version?"

Changing that to php5apache2_2.dll worked.
by almo
15. April 2009 16:28
 
Forum: XAMPP for Windows
Topic: XAMPP 1.6.8->1.70->1.71
Replies: 4
Views: 8254

Re: index.php file wird nicht geparsed seit XAMPP 1.7.1

OK, OK, selbst ausgetrickst!

Habe das Problem identifiziert und gelöst.
Hatte auch das Problem nach dem Update auf Version 1.7.1, bei dem der Apache erst nicht mehr starten wollte.
siehe auch http://community.apachefriends.org/f/viewtopic.php?f=4&t=34556.
Habe dann die Zeile
    LoadModule php5_module "C:/xampp/apache/bin/php5apache2.dll"
in httpd-xampp.conf auskommentiert. Somit konnte auch keine PHP-Datei mehr geparst werden.
Später habe ich die Zeile durch
    LoadModule php5_module "C:/xampp/apache/bin/php5apache2_2.dll"
ersetzt.
Die nachfolgenden Problem waren nicht durch den Apache bedingt, sondern ganz altbacken durch den cache
des Browsers.

Was man manchmal aus den Augen verliert...
by tapipapst
15. April 2009 12:32
 
Forum: Apache
Topic: index.php file wird nicht geparsed seit XAMPP 1.7.1
Replies: 1
Views: 3246

Re: php problem while upgrade from 1.7.0 to 1.7.1

I changed following file, this works for me:

C:\xampp\apache\conf\extra\httpd-xampp.conf

out --> #LoadModule php5_module "C:/xampp/apache/bin/php5apache2.dll"
in --> LoadModule php5_module "C:/xampp/apache/bin/php5apache2_2.dll"

Greetings,
MoJoe
by MoJoe
15. April 2009 08:15
 
Forum: XAMPP for Windows
Topic: php problem while upgrade from 1.7.0 to 1.7.1 (Solved)
Replies: 2
Views: 5057

Re: Upgrade XAMPP für Windows 1.7.0 -> 1.7.1

Ob es richtig ist weis ich nicht, habe aber folgendes geändert:

C:\xampp\apache\conf\extra\httpd-xampp.conf

auskommentiert --> #LoadModule php5_module "C:/xampp/apache/bin/php5apache2.dll"
neu eingefügt--> LoadModule php5_module "C:/xampp/apache/bin/php5apache2_2.dll"


[Edit]Auf jedenfall läuft der Apache wieder,....


Grüße,
MoJoe
by MoJoe
15. April 2009 08:12
 
Forum: XAMPP für Windows
Topic: Upgrade XAMPP für Windows 1.7.0 -> 1.7.1
Replies: 3
Views: 8035

Upgrade XAMPP für Windows 1.7.0 -> 1.7.1

Nach der Installation startet der Apache nicht mehr:

Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close this command only for Shutdown
Apache 2 is starting ...
httpd.exe: Syntax error on line 477 of C:/xampp/apache/conf/httpd.conf: Syntax e
rror on line 7 of C:/xampp/apache/conf/extra/httpd-xampp.conf: API module struct
ure 'php5_module' in file C:/xampp/apache/bin/php5apache2.dll is garbled - expec
ted signature 41503232 but saw 41503230 - perhaps this is not an Apache module D
SO, or was compiled for a different Apache version?

Apache konnte nicht gestartet werden
Apache could not be started
Drücken Sie eine beliebige Taste . . .

Ist das Installationspaket nicht in Ordnung?

Grüße,
MoJoe
by MoJoe
15. April 2009 06:58
 
Forum: XAMPP für Windows
Topic: Upgrade XAMPP für Windows 1.7.0 -> 1.7.1
Replies: 3
Views: 8035

php problem while upgrade from 1.7.0 to 1.7.1 (Solved)

Hello i have tried to upgrade from 1.7.0 to 1.7.1 , using the upgrade package (Zip ), i overwrited all the files, but while tried to run apache, it said:

C:\xampp\apache\bin>apache.exe
apache.exe: Syntax error on line 480 of C:/xampp/apache/conf/httpd.conf: Syntax
error on line 7 of C:/xampp/apache/conf/extra/httpd-xampp.conf: API module struc
ture 'php5_module' in file C:/xampp/apache/bin/php5apache2.dll is garbled - expe
cted signature 41503232 but saw 41503230 - perhaps this is not an Apache module
DSO, or was compiled for a different Apache version?

what should i do now? many thanks for your help :?:
by danielc
15. April 2009 05:37
 
Forum: XAMPP for Windows
Topic: php problem while upgrade from 1.7.0 to 1.7.1 (Solved)
Replies: 2
Views: 5057

Apache erlaubt den localhost und php nicht

Hallo,

ich habe gemäß Anleitung aus dem Buch osCommerce, zuerst mysql, dann php5 und zum schluss apache installiert.

Gemäß den Buch soll ich in der Datei httpd.conf folgende Zeilen einfügen:

LoadModule php5_module "c:/PHP5/php5apache2.dll"
AddType application/x-httpd-php .php .phtml .html

Wenn ich diese Zeilen einfüge und den Apache neu starten lasse. Kommt eine Fehler meldung, das dieser Vorgang nicht möglich ist (MS Vista als Betriebssystem)

Wenn ich die Zeilen auskomitiere, dann läßt sich der Apache wieder starten, aber wenn ich im Browser

http://localhost eingebe kommt bei Mozilla die Frage:

Sie möchten follgende Datei herrunterladen

Vom Typ: application/x-httpd-php
Von http://localhost

Wo liegt mein Fehler? Bzw wie bekomme ich nun Apache und PHP zum laufen?

Danke für die Hilfe.
by Pinmania
25. March 2009 11:39
 
Forum: Apache
Topic: Apache erlaubt den localhost und php nicht
Replies: 3
Views: 5552

Re: Syntax error on line 477...

Try this and see if it fixes your syntax issues - change the drive letter to yours and make sure the line does contain your drive letter after running the setup bat file.

Line 7 in the httpd-xampp.conf file reads
LoadModule php5_module "C:/xampp/apache/bin/php5apache2_2.dll"

change it to
LoadModule php5_module "C:/xampp/apache/bin/php5apache2.dll"

Save the file and try and restart Apache again.

In the bin folder the 2 dll files are the same size and date but just have a different name ending number.
by Izzy
25. February 2009 09:07
 
Forum: XAMPP for Windows
Topic: Syntax error on line 477...
Replies: 8
Views: 18421

Re: PHP downgrade

php-switch.bat:
Code: Select all
@ECHO OFF

if exist php\php.exe GOTO Normal
if not exist php\php.exe GOTO Abort

:Abort
echo Sorry ... cannot find php cli!
echo Must abort these process!
pause
GOTO END

:Normal
set PHP_BIN=php\php.exe
set CONFIG_PHP=install\php-switch.php
%PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
GOTO END

:END
pause



php-switch.php
Code: Select all
<?php
   /*
   #### Installer PHP  1.5  ####
   #### Author: Kay Vogelgesang & Carsten Wiedmann for www.apachefriends.org 2006 ####
   */

   echo "\r\n  ########################################################################\n";
   echo "  # ApacheFriends XAMPP PHP Switch win32 Version 1.6                     #\r\n";
   echo "  #----------------------------------------------------------------------#\r\n";
   echo "  # Copyright (c) 2002-2006 Apachefriends                                #\r\n";
   echo "  #----------------------------------------------------------------------#\r\n";
   echo "  # Authors: Kay Vogelgesang <kvo@apachefriends.org>                     #\r\n";
   echo "  #          Carsten Wiedmann <webmaster@wiedmann-online.de>             #\r\n";
   echo "  ########################################################################\r\n\r\n";

   ini_set('default_socket_timeout', '3'); // Fix by Wiedmann
   if (false !== ($handle = @fopen('http://127.0.0.1/', 'r'))) {
      fclose($handle);
      echo '   The Apache is running! Please stop the Apache before make this procedure!'."\r\n";
      echo '   Der Apache laeuft gerade! Bitte den Apache fuer diese Prozedur stoppen!'."\r\n";
      echo '   PHP Switch exit ...'."\r\n\r\n";
      exit;
   } else {
      unset($handle);

      /// Where I stand? ///
      $curdir = getcwd();
      list($partition, $nonpartition) = split (':', $curdir);
      list($partwampp, $directorwampp) = spliti ('\\\install', $curdir);
      $awkpart = eregi_replace("\\\\", "\\\\", $partwampp);
      $awkpartslash = ereg_replace("\\\\", "/", $partwampp);
      $phpdir = $partwampp;
      $dir = ereg_replace("\\\\", "/", $partwampp);
      $ppartition = "$partition:";

      /// I need the install.sys + update.sys for more xampp informations
      $phpversionfile = ".phpversion";
      $phpversionfileroot = $partwampp."\install\\".$phpversionfile;

      $phpcurrent = $partwampp."\apache\bin\php.ini";
      $php5safety = $partwampp."\php\php5.ini";
      $php4safety = $partwampp."\php\php4\php4.ini";
      $php4dir = $partwampp."\php\php4";
      $php5dir = $partwampp."\php";

      $apachebin = $partwampp."\apache\bin";
      $httpconf = $partwampp."\apache\conf\extra\httpd-xampp.conf";

      /// XAMPP main directrory is ...
      $substit = "\\\\\\\\xampp";
      $substitslash = "/xampp";

      /// Globale variables
      $BS = 0;
      $CS = 0;

      $awkexe = ".\install\awk.exe";
      $awk = ".\install\config.awk";

      $awknewdir = "\"".$awkpart."\"";
      $awkslashdir = "\"".$awkpartslash."\"";

      if (file_exists($phpversionfileroot)) {
         $datei = fopen($phpversionfileroot, 'r');
         while (!feof($datei)) {
            $phpcurrentv = fgets($datei, 255);
         }
         fclose($datei);
      } else {
         echo "   Cannot find $phpversionfileroot! So i cannot select the current PHP version.\r\n";
         echo "   Die $phpversionfileroot! Kann nicht die akuelle PHP Version bestimmen.\r\n";
         echo "   PHP Switch exit ...\r\n\r\n";
         exit;
      }

      if (($phpcurrentv != "4") && ($phpcurrentv != "5")) {
         echo "   The PHP version number is not valid.\r\n";
         echo "   Die PHP Version Nummer ist ungueltig.\r\n";
         echo "   PHP Switch exit ...\r\n\r\n";
         exit;
      }

      echo "\r\n\r\n  The working version in XAMPP is => PHP $phpcurrentv <=\r\n";
      echo "  The verwendete Version in XAMPP ist => PHP $phpcurrentv <=\r\n\r\n";

      set_time_limit(0);
      define('NEWSTDIN', fopen("php://stdin", "r"));
      while ($CS == "0") {
         echo "\r\n  Type number or 'x' (exit) for selecting your choice!\r\n";
         echo "  Gebe nun Nummer oder 'x' (exit) zum auswaehlen ein!\r\n\r\n";
         if ($phpcurrentv == "5") {
            echo "  4) Switching to PHP 4 (zu PHP 4 wechseln)\r\n";
         } elseif ($phpcurrentv == "4") {
            echo "  5) Switching to PHP 5 (zu PHP 5 wechseln)\r\n";
         } else {
            echo "  5) Switching to PHP 5 (zu PHP 5 wechseln)\r\n";
            echo "  4) Switching to PHP 4 (zu PHP 4 wechseln)\r\n";
         }
         echo "  x) Exit (Beenden)\r\n";

         switch (trim(fgets(NEWSTDIN, 256))) {
            case 4:
               $CS = 4;
               echo "\r\n  Starting configure XAMPP with PHP 4 ...\r\n\r\n";
               sleep(1);
               break;

            case 5:
               $CS = 5;
               echo "\r\n  Starting configure XAMPP with PHP 5 ...\r\n\r\n";
               sleep(1);
               break;

            case "x":
               echo "\r\n  PHP Switch is terminating on demand ...  exit\r\n";
               echo "  PHP Switch wurde auf Wunsch abgebrochen ...\r\n\r\n";
               sleep(3);
               exit;

            default:
               exit;
         }
      }
      fclose(NEWSTDIN);

      if (($CS == "4") && ($phpcurrentv=="5")) {
         echo "  Installing PHP4 in XAMPP now!\r\n\r\n";
         sleep(1);

         if (file_exists($phpcurrent)) {
            echo "  Copy the current php.ini to $php5safety ... ";
            copy($phpcurrent, $php5safety);
            echo "done!\r\n";
         }

         if (file_exists($php4safety)) {
            echo "  Copy the php4.ini to $phpcurrent ... ";
            copy($php4safety, $phpcurrent);
            echo "done!\r\n\r\n";
         }

         if (file_exists($httpconf)) { // Fix by Wiedmann
            echo '  Change PHP settings in '.$httpconf.' ... ';
            $httpconfcontent = file_get_contents($httpconf);
            $httpconfcontent = strtr($httpconfcontent,
               array(
                  'php5_module' => 'php4_module',
                  'php5ts.dll' => 'php4ts.dll',
                  'php5apache2.dll' => 'php4apache2.dll',
                  '/php/php-cgi.exe' => '/php/php.exe',
                  '/xampp/php/' => '/xampp/php/php4/'
               )
            );
            file_put_contents($httpconf, $httpconfcontent);
            echo 'done!'."\r\n\r\n";
         }

         echo "  Copy now all php4 dlls to $apachebin\r\n\r\n";

         $dh = opendir($php4dir);
         while ($file = readdir($dh)) {
            if (eregi("(\.dll|\.jar)", $file)) { // Fix by Wiedmann
               $php4file = $partwampp."\php\php4\\".$file;
               $phpcpfile = $partwampp."\apache\bin\\".$file;
               if (file_exists($phpcpfile)) {
                  copy($php4file, $phpcpfile);
                  echo "$php4file => $phpcpfile\r\n";
               }
            }
         }
         closedir($dh);

         echo "  Write the new PHP main version in $phpversionfileroot\r\n";
         $datei = fopen($phpversionfileroot, 'w');
         fputs($datei, "4");
         fclose($datei);
      }

      if (($CS == "5") && ($phpcurrentv == "4")) {
         echo "  Installing PHP5 in XAMPP now!\r\n\r\n";
         sleep(1);

         if (file_exists($phpcurrent)) {
            echo "  Copy the current php.ini to $php4safety ... ";
            copy($phpcurrent, $php4safety);
            echo "done!\r\n";
         }

         if (file_exists($php5safety)) {
            echo "  Copy the php5.ini to $phpcurrent ... ";
            copy($php5safety, $phpcurrent);
            echo "done!\r\n\r\n";
         }

         if (file_exists($httpconf)) { // Fix by Wiedmann
            echo '  Change PHP settings in '.$httpconf.' ... ';
            $httpconfcontent = file_get_contents($httpconf);
            $httpconfcontent = strtr($httpconfcontent,
               array(
                  'php4_module' => 'php5_module',
                  'php4ts.dll' => 'php5ts.dll',
                  'php4apache2.dll' => 'php5apache2.dll',
                  '/php/php.exe' => '/php/php-cgi.exe',
                  '/xampp/php/php4/' => '/xampp/php/'
               )
            );
            file_put_contents($httpconf, $httpconfcontent);
            echo 'done!'."\r\n\r\n";
         }

         echo "  Copy now all php5 dlls to $apachebin\r\n\r\n";

         $dh = opendir($php5dir);
         while ($file = readdir($dh)) {
            if (eregi("(\.dll|\.jar)", $file)) { // Fix by Wiedmann
               $php5file = $partwampp."\php\\".$file;
               $phpcpfile = $partwampp."\apache\bin\\".$file;
               if (file_exists($phpcpfile)) {
                  copy($php5file, $phpcpfile);
                  echo "$php5file => $phpcpfile\r\n";
               }
            }
         }
         closedir($dh);

         echo "  Write the new PHP main version in $phpversionfileroot\r\n";
         $datei = fopen($phpversionfileroot, 'w');
         fputs($datei, "5");
         fclose($datei);
      }

      echo "\r\n  OKAY ... PHP SWITCHING WAS SUCCESSFUL";
      echo "\r\n\r\n  Now you can start the Apache with PHP $CS !";
      echo "\r\n  Nun kannst du den Apache mit PHP $CS starten!";
      sleep(1);

      echo "\r\n\r\n  :-) Kay Vogelgesang & Carsten Wiedmann (www.apachefriends.org)\r\n\r\n";
      exit;
   }
?>

by Innocentus
31. January 2009 21:32
 
Forum: XAMPP für Windows
Topic: PHP downgrade
Replies: 7
Views: 14690

[SOLVED] Can't write: c:\xampp\mysql\bin\libmysql.dll

Hi,

As I tried to upgrade from 1.6.8 to 1.7.0 and used xampp-win32-upgrade-1.6.8-1.7.0-installer.exe it gave me error "Can't write: c:\xampp\mysql\bin\libmysql.dll"

I stopped Apache and MySQL services through Xampp control panel and made sure they were stopped using services.msc (Im using Windows XP pro sp3).

I clicked abort and cancelled the installation. Then I disabled Apache and MySql services through services.msc and restarted the computer. As I came back to my desktop I tried to run upgrade again, but the same error occurred.

Now as I start apache and mysql services I am able to go to http://localhost/ and it says it is 1.7.0.. As I try to open phpMyAdmin browser states that the webpage cannot be displayed. As I try to open any website I have created with xampp ->Apache crashes.

So what now???? Hopefully my websites and databases are OK!!!!

BR,
Waldemara

Here is the entire log from the installation:

Output folder: c:\xampp
Extract: readme_de.txt
Extract: readme_en.txt
Extract: xampp-changes.txt
Output folder: c:\xampp\FileZillaFTP
Extract: FileZilla Server Interface.exe
Extract: FileZilla server.exe
Extract: FileZilla server.pdb
Extract: FileZillaServer.exe
Extract: FzGSS.dll
Extract: dbghelp.dll
Extract: legal.htm
Extract: libeay32.dll
Extract: license.txt
Extract: readme.htm
Extract: ssleay32.dll
Output folder: c:\xampp\apache
Extract: CHANGES.txt
Extract: LICENSE.txt
Output folder: c:\xampp\apache\bin
Extract: ApacheMonitor.exe
Extract: ab.exe
Extract: abs.exe
Extract: apache.exe
Extract: apr_dbd_odbc-1.dll
Extract: apr_dbd_oracle-1.dll
Extract: apr_dbd_pgsql-1.dll
Extract: apr_dbd_sqlite3-1.dll
Extract: apr_ldap-1.dll
Extract: aspell-15.dll
Extract: fdftk.dll
Extract: gds32.dll
Extract: htcacheclean.exe
Extract: htdbm.exe
Extract: htdigest.exe
Extract: htpasswd.exe
Extract: httpd.exe
Extract: httxt2dbm.exe
Extract: intl3_svn.dll
Extract: libapr-1.dll
Extract: libapriconv-1.dll
Extract: libaprutil-1.dll
Extract: libeay32.dll
Extract: libhttpd.dll
Extract: libmcrypt.dll
Extract: libmhash.dll
Extract: libmysql.dll
Extract: libmysql_5.0.51a.dll
Extract: libpq.dll
Extract: libsasl.dll
Extract: libsvn_client-1.dll
Extract: libsvn_delta-1.dll
Extract: libsvn_diff-1.dll
Extract: libsvn_fs-1.dll
Extract: libsvn_ra-1.dll
Extract: libsvn_repos-1.dll
Extract: libsvn_subr-1.dll
Extract: libsvn_wc-1.dll
Extract: logresolve.exe
Extract: msql.dll
Extract: ntwdblib.dll
Extract: openssl.exe
Extract: php4apache2.dll
Extract: php5apache.dll
Extract: php5apache2.dll
Extract: php5apache2_2.dll
Extract: php5apache2_2_filter.dll
Extract: php5apache2_filter.dll
Extract: php5apache_hooks.dll
Extract: php5isapi.dll
Extract: php5nsapi.dll
Extract: php5pi3web.dll
Extract: php5ts.dll
Extract: rotatelogs.exe
Extract: saslANONYMOUS.dll
Extract: saslCRAMMD5.dll
Extract: saslDIGESTMD5.dll
Extract: saslLOGIN.dll
Extract: saslNTLM.dll
Extract: saslPLAIN.dll
Extract: saslSASLDB.dll
Extract: ssleay32.dll
Extract: wintty.exe
Extract: zlib1.dll
Output folder: c:\xampp\apache\bin\iconv
Extract: _tbl_simple.so
Extract: adobe-stdenc.so
Extract: adobe-symbol.so
Extract: adobe-zdingbats.so
Extract: big5.so
Extract: cns11643-plane1.so
Extract: cns11643-plane14.so
Extract: cns11643-plane2.so
Extract: cp037.so
Extract: cp038.so
Extract: cp10000.so
Extract: cp10006.so
Extract: cp10007.so
Extract: cp10029.so
Extract: cp1006.so
Extract: cp10079.so
Extract: cp10081.so
Extract: cp1026.so
Extract: cp273.so
Extract: cp274.so
Extract: cp275.so
Extract: cp277.so
Extract: cp278.so
Extract: cp280.so
Extract: cp281.so
Extract: cp284.so
Extract: cp285.so
Extract: cp290.so
Extract: cp297.so
Extract: cp420.so
Extract: cp423.so
Extract: cp424.so
Extract: cp437.so
Extract: cp500.so
Extract: cp737.so
Extract: cp775.so
Extract: cp850.so
Extract: cp851.so
Extract: cp852.so
Extract: cp855.so
Extract: cp856.so
Extract: cp857.so
Extract: cp860.so
Extract: cp861.so
Extract: cp862.so
Extract: cp863.so
Extract: cp864.so
Extract: cp865.so
Extract: cp866.so
Extract: cp868.so
Extract: cp869.so
Extract: cp870.so
Extract: cp871.so
Extract: cp874.so
Extract: cp875.so
Extract: cp880.so
Extract: cp891.so
Extract: cp903.so
Extract: cp904.so
Extract: cp905.so
Extract: cp918.so
Extract: cp932.so
Extract: cp936.so
Extract: cp949.so
Extract: cp950.so
Extract: dec-mcs.so
Extract: ebcdic-at-de-a.so
Extract: ebcdic-at-de.so
Extract: ebcdic-ca-fr.so
Extract: ebcdic-dk-no-a.so
Extract: ebcdic-dk-no.so
Extract: ebcdic-es-a.so
Extract: ebcdic-es-s.so
Extract: ebcdic-es.so
Extract: ebcdic-fi-se-a.so
Extract: ebcdic-fi-se.so
Extract: ebcdic-fr.so
Extract: ebcdic-it.so
Extract: ebcdic-pt.so
Extract: ebcdic-uk.so
Extract: ebcdic-us.so
Extract: euc-jp.so
Extract: euc-kr.so
Extract: euc-tw.so
Extract: gb12345.so
Extract: gb2312.so
Extract: gb_2312-80.so
Extract: hp-roman8.so
Extract: iso-10646-ucs-2.so
Extract: iso-10646-ucs-4.so
Extract: iso-2022-cn.so
Extract: iso-2022-jp-2.so
Extract: iso-2022-jp.so
Extract: iso-2022-kr.so
Extract: iso-8859-1.so
Extract: iso-8859-10.so
Extract: iso-8859-13.so
Extract: iso-8859-14.so
Extract: iso-8859-15.so
Extract: iso-8859-2.so
Extract: iso-8859-3.so
Extract: iso-8859-4.so
Extract: iso-8859-5.so
Extract: iso-8859-6.so
Extract: iso-8859-7.so
Extract: iso-8859-8.so
Extract: iso-8859-9.so
Extract: iso-ir-10.so
Extract: iso-ir-102.so
Extract: iso-ir-103.so
Extract: iso-ir-11.so
Extract: iso-ir-111.so
Extract: iso-ir-121.so
Extract: iso-ir-122.so
Extract: iso-ir-123.so
Extract: iso-ir-128.so
Extract: iso-ir-13.so
Extract: iso-ir-139.so
Extract: iso-ir-14.so
Extract: iso-ir-141.so
Extract: iso-ir-142.so
Extract: iso-ir-143.so
Extract: iso-ir-146.so
Extract: iso-ir-147.so
Extract: iso-ir-15.so
Extract: iso-ir-150.so
Extract: iso-ir-151.so
Extract: iso-ir-152.so
Extract: iso-ir-153.so
Extract: iso-ir-154.so
Extract: iso-ir-155.so
Extract: iso-ir-158.so
Extract: iso-ir-16.so
Extract: iso-ir-17.so
Extract: iso-ir-18.so
Extract: iso-ir-19.so
Extract: iso-ir-2.so
Extract: iso-ir-21.so
Extract: iso-ir-25.so
Extract: iso-ir-27.so
Extract: iso-ir-37.so
Extract: iso-ir-4.so
Extract: iso-ir-47.so
Extract: iso-ir-49.so
Extract: iso-ir-50.so
Extract: iso-ir-51.so
Extract: iso-ir-54.so
Extract: iso-ir-55.so
Extract: iso-ir-57.so
Extract: iso-ir-60.so
Extract: iso-ir-61.so
Extract: iso-ir-69.so
Extract: iso-ir-70.so
Extract: iso-ir-8-1.so
Extract: iso-ir-8-2.so
Extract: iso-ir-84.so
Extract: iso-ir-85.so
Extract: iso-ir-86.so
Extract: iso-ir-88.so
Extract: iso-ir-89.so
Extract: iso-ir-9-1.so
Extract: iso-ir-9-2.so
Extract: iso-ir-90.so
Extract: iso-ir-91.so
Extract: iso-ir-92.so
Extract: iso-ir-93.so
Extract: iso-ir-94.so
Extract: iso-ir-95.so
Extract: iso-ir-96.so
Extract: iso-ir-98.so
Extract: iso-ir-99.so
Extract: iso646-dk.so
Extract: iso646-kr.so
Extract: jis_x0201.so
Extract: jis_x0208-1983.so
Extract: jis_x0212-1990.so
Extract: johab.so
Extract: koi8-r.so
Extract: koi8-ru.so
Extract: koi8-u.so
Extract: ksx1001.so
Extract: mac-ce.so
Extract: mac-croatian.so
Extract: mac-cyrillic.so
Extract: mac-dingbats.so
Extract: mac-greek.so
Extract: mac-iceland.so
Extract: mac-japan.so
Extract: mac-roman.so
Extract: mac-romania.so
Extract: mac-thai.so
Extract: mac-turkish.so
Extract: mac-ukraine.so
Extract: macintosh.so
Extract: osd_ebcdic_df04_1.so
Extract: osd_ebcdic_df04_15.so
Extract: shift_jis.so
Extract: ucs2-internal.so
Extract: ucs4-internal.so
Extract: unicode-1-1-utf-7.so
Extract: us-ascii.so
Extract: utf-16.so
Extract: utf-8.so
Extract: windows-1250.so
Extract: windows-1251.so
Extract: windows-1252.so
Extract: windows-1253.so
Extract: windows-1254.so
Extract: windows-1255.so
Extract: windows-1256.so
Extract: windows-1257.so
Extract: windows-1258.so
Output folder: c:\xampp\apache\error
Extract: HTTP_BAD_GATEWAY.html.var
Extract: HTTP_BAD_REQUEST.html.var
Extract: HTTP_FORBIDDEN.html.var
Extract: HTTP_GONE.html.var
Extract: HTTP_INTERNAL_SERVER_ERROR.html.var
Extract: HTTP_LENGTH_REQUIRED.html.var
Extract: HTTP_METHOD_NOT_ALLOWED.html.var
Extract: HTTP_NOT_FOUND.html.var
Extract: HTTP_NOT_IMPLEMENTED.html.var
Extract: HTTP_PRECONDITION_FAILED.html.var
Extract: HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
Extract: HTTP_REQUEST_TIME_OUT.html.var
Extract: HTTP_REQUEST_URI_TOO_LARGE.html.var
Extract: HTTP_SERVICE_UNAVAILABLE.html.var
Extract: HTTP_UNAUTHORIZED.html.var
Extract: HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
Extract: HTTP_VARIANT_ALSO_VARIES.html.var
Extract: contact.html.var
Output folder: c:\xampp\apache\error\include
Extract: bottom.html
Extract: spacer.html
Extract: top.html
Output folder: c:\xampp\apache\icons
Extract: a.gif
Extract: a.png
Extract: alert.black.gif
Extract: alert.black.png
Extract: alert.red.gif
Extract: alert.red.png
Extract: apache_pb.gif
Extract: apache_pb.png
Extract: apache_pb2.gif
Extract: apache_pb2.png
Extract: apache_pb2_ani.gif
Extract: back.gif
Extract: back.png
Extract: ball.gray.gif
Extract: ball.gray.png
Extract: ball.red.gif
Extract: ball.red.png
Extract: binary.gif
Extract: binary.png
Extract: binhex.gif
Extract: binhex.png
Extract: blank.gif
Extract: blank.png
Extract: bomb.gif
Extract: bomb.png
Extract: box1.gif
Extract: box1.png
Extract: box2.gif
Extract: box2.png
Extract: broken.gif
Extract: broken.png
Extract: burst.gif
Extract: burst.png
Extract: c.gif
Extract: c.png
Extract: comp.blue.gif
Extract: comp.blue.png
Extract: comp.gray.gif
Extract: comp.gray.png
Extract: compressed.gif
Extract: compressed.png
Extract: continued.gif
Extract: continued.png
Extract: dir.gif
Extract: dir.png
Extract: diskimg.gif
Extract: diskimg.png
Extract: down.gif
Extract: down.png
Extract: dvi.gif
Extract: dvi.png
Extract: f.gif
Extract: f.png
Extract: folder.gif
Extract: folder.open.gif
Extract: folder.open.png
Extract: folder.png
Extract: folder.sec.gif
Extract: folder.sec.png
Extract: forward.gif
Extract: forward.png
Extract: generic.gif
Extract: generic.png
Extract: generic.red.gif
Extract: generic.red.png
Extract: generic.sec.gif
Extract: generic.sec.png
Extract: hand.right.gif
Extract: hand.right.png
Extract: hand.up.gif
Extract: hand.up.png
Extract: icon.sheet.gif
Extract: icon.sheet.png
Extract: image1.gif
Extract: image1.png
Extract: image2.gif
Extract: image2.png
Extract: image3.gif
Extract: image3.png
Extract: index.gif
Extract: index.png
Extract: layout.gif
Extract: layout.png
Extract: left.gif
Extract: left.png
Extract: link.gif
Extract: link.png
Extract: movie.gif
Extract: movie.png
Extract: p.gif
Extract: p.png
Extract: patch.gif
Extract: patch.png
Extract: pdf.gif
Extract: pdf.png
Extract: pie0.gif
Extract: pie0.png
Extract: pie1.gif
Extract: pie1.png
Extract: pie2.gif
Extract: pie2.png
Extract: pie3.gif
Extract: pie3.png
Extract: pie4.gif
Extract: pie4.png
Extract: pie5.gif
Extract: pie5.png
Extract: pie6.gif
Extract: pie6.png
Extract: pie7.gif
Extract: pie7.png
Extract: pie8.gif
Extract: pie8.png
Extract: portal.gif
Extract: portal.png
Extract: ps.gif
Extract: ps.png
Extract: quill.gif
Extract: quill.png
Extract: right.gif
Extract: right.png
Extract: screw1.gif
Extract: screw1.png
Extract: screw2.gif
Extract: screw2.png
Extract: script.gif
Extract: script.png
Extract: sound1.gif
Extract: sound1.png
Extract: sound2.gif
Extract: sound2.png
Extract: sphere1.gif
Extract: sphere1.png
Extract: sphere2.gif
Extract: sphere2.png
Extract: tar.gif
Extract: tar.png
Extract: tex.gif
Extract: tex.png
Extract: text.gif
Extract: text.png
Extract: transfer.gif
Extract: transfer.png
Extract: unknown.gif
Extract: unknown.png
Extract: up.gif
Extract: up.png
Extract: uu.gif
Extract: uu.png
Extract: uuencoded.gif
Extract: uuencoded.png
Extract: world1.gif
Extract: world1.png
Extract: world2.gif
Extract: world2.png
Output folder: c:\xampp\apache\icons\small
Extract: back.gif
Extract: back.png
Extract: binary.gif
Extract: binary.png
Extract: binhex.gif
Extract: binhex.png
Extract: blank.gif
Extract: blank.png
Extract: broken.gif
Extract: broken.png
Extract: burst.gif
Extract: burst.png
Extract: comp1.gif
Extract: comp1.png
Extract: comp2.gif
Extract: comp2.png
Extract: compressed.gif
Extract: compressed.png
Extract: continued.gif
Extract: continued.png
Extract: dir.gif
Extract: dir.png
Extract: dir2.gif
Extract: dir2.png
Extract: doc.gif
Extract: doc.png
Extract: forward.gif
Extract: forward.png
Extract: generic.gif
Extract: generic.png
Extract: generic2.gif
Extract: generic2.png
Extract: generic3.gif
Extract: generic3.png
Extract: image.gif
Extract: image.png
Extract: image2.gif
Extract: image2.png
Extract: index.gif
Extract: index.png
Extract: key.gif
Extract: key.png
Extract: movie.gif
Extract: movie.png
Extract: patch.gif
Extract: patch.png
Extract: ps.gif
Extract: ps.png
Extract: rainbow.gif
Extract: rainbow.png
Extract: sound.gif
Extract: sound.png
Extract: sound2.gif
Extract: sound2.png
Extract: tar.gif
Extract: tar.png
Extract: text.gif
Extract: text.png
Extract: transfer.gif
Extract: transfer.png
Extract: unknown.gif
Extract: unknown.png
Extract: uu.gif
Extract: uu.png
Output folder: c:\xampp\apache\modules
Extract: mod_access.so
Extract: mod_actions.so
Extract: mod_alias.so
Extract: mod_asis.so
Extract: mod_auth.so
Extract: mod_auth_anon.so
Extract: mod_auth_basic.so
Extract: mod_auth_dbm.so
Extract: mod_auth_digest.so
Extract: mod_auth_ldap.so
Extract: mod_authn_alias.so
Extract: mod_authn_anon.so
Extract: mod_authn_dbd.so
Extract: mod_authn_dbm.so
Extract: mod_authn_default.so
Extract: mod_authn_file.so
Extract: mod_authnz_ldap.so
Extract: mod_authz_dbm.so
Extract: mod_authz_default.so
Extract: mod_authz_groupfile.so
Extract: mod_authz_host.so
Extract: mod_authz_owner.so
Extract: mod_authz_svn.so
Extract: mod_authz_user.so
Extract: mod_autoindex.so
Extract: mod_autoindex_color.so
Extract: mod_cache.so
Extract: mod_cern_meta.so
Extract: mod_cgi.so
Extract: mod_charset_lite.so
Extract: mod_dav.so
Extract: mod_dav_fs.so
Extract: mod_dav_lock.so
Extract: mod_dav_svn.so
Extract: mod_dbd.so
Extract: mod_deflate.so
Extract: mod_dir.so
Extract: mod_disk_cache.so
Extract: mod_dumpio.so
Extract: mod_env.so
Extract: mod_expires.so
Extract: mod_ext_filter.so
Extract: mod_fcgid.so
Extract: mod_file_cache.so
Extract: mod_filter.so
Extract: mod_headers.so
Extract: mod_ident.so
Extract: mod_imagemap.so
Extract: mod_imap.so
Extract: mod_include.so
Extract: mod_info.so
Extract: mod_isapi.so
Extract: mod_jk.so
Extract: mod_ldap.so
Extract: mod_log_config.so
Extract: mod_log_forensic.so
Extract: mod_logio.so
Extract: mod_mem_cache.so
Extract: mod_mime.so
Extract: mod_mime_magic.so
Extract: mod_negotiation.so
Extract: mod_perl.so
Extract: mod_proxy.so
Extract: mod_proxy_ajp.so
Extract: mod_proxy_balancer.so
Extract: mod_proxy_connect.so
Extract: mod_proxy_ftp.so
Extract: mod_proxy_http.so
Extract: mod_rewrite.so
Extract: mod_setenvif.so
Extract: mod_speling.so
Extract: mod_ssl.so
Extract: mod_status.so
Extract: mod_substitute.so
Extract: mod_unique_id.so
Extract: mod_userdir.so
Extract: mod_usertrack.so
Extract: mod_version.so
Extract: mod_vhost_alias.so
Extract: util_ldap.so
Output folder: c:\xampp\htdocs
Output folder: c:\xampp\htdocs\xampp
Extract: .version
Extract: adodb.php
Extract: cds.php
Extract: mailform.php
Extract: mailsend.php
Extract: perl-info.php
Extract: phonebook.php
Output folder: c:\xampp\install
Extract: .version
Extract: install.php
Extract: serverupdate.sys
Extract: upgrade.php
Extract: xampp.update.php
Output folder: c:\xampp\mysql
Output folder: c:\xampp\mysql\bin
Extract: comp-err.exe
Extract: comp_err.exe
Extract: comp_sql.exe
Extract: echo.exe
Extract: gen_lex_hash.exe
Can't write: c:\xampp\mysql\bin\libmysql.dll
by waldemara
29. January 2009 19:47
 
Forum: XAMPP for Windows
Topic: [SOLVED] Can't write: c:\xampp\mysql\bin\libmysql.dll
Replies: 5
Views: 17348

Re: The Spesified Module Could Not Be Found

Update,

I have tried changing the dll referenced in httpd-xampp.conf to php5apache2.dll and php5apache.dll with no success. Produces the same error.
by ifdef
23. December 2008 16:51
 
Forum: XAMPP for Windows
Topic: The Spesified Module Could Not Be Found
Replies: 12
Views: 19464

Re: PHP 5.3 unter xampp

php5apache2.dll is garbled - expected signature 41503232 but saw 41503230 - perh
aps this is not an Apache module DSO, or was compiled for a different Apache ver
sion?

Dies ist ein Modul für den Apache 2.0.x und nicht für den Apache 2.2.x. (da heist das Modul auch i.d.R. "php5apache2_2.dll".)
by Wiedmann
14. December 2008 13:01
 
Forum: XAMPP für Windows
Topic: PHP 5.3 unter xampp
Replies: 1
Views: 4269

PHP 5.3 unter xampp

Hi,

ich habe gerade versucht die Alpha 3 ans laufen zu kriegen, schaffe es aber nicht! ;(
Ich hoffe jemand kann mir helfen.

Meine "httpd-xampp.conf" Datei sieht am Anfang jetzt so aus:
Code: Select all
# XAMPP settings
#
<IfModule alias_module>
<IfModule mime_module>
    #ScriptAlias /php/ "C:/Users/NoiZy/xampp/php/"
    #Action application/x-httpd-php "/php/php-cgi.exe"
    #LoadModule php5_module "C:/Users/NoiZy/xampp/apache/bin/php5apache2.dll"
    #AddType application/x-httpd-php-source .phps
    #AddType application/x-httpd-php .php5 .php4 .php3 .phtml5 .phpt
   
   
   # Einträge für PHP 5.3:
   LoadModule php5_module "C:/Users/NoiZy/xampp/php5.3/php5apache2.dll"
   PHPIniDir "C:/Users/NoiZy/xampp/php5.3"
   AddType application/x-httpd-php-source .phps
   AddType application/x-httpd-php .php .phtml



Und wenn ich jetzt den Apache starte kommt die Meldung:
Code: Select all
apache.exe: Syntax error on line 477 of C:/Users/NoiZy/xampp/apache/conf/httpd.c
onf: Syntax error on line 13 of C:/Users/NoiZy/xampp/apache/conf/extra/httpd-xam
pp.conf: API module structure 'php5_module' in file C:/Users/NoiZy/xampp/php5.3/
php5apache2.dll is garbled - expected signature 41503232 but saw 41503230 - perh
aps this is not an Apache module DSO, or was compiled for a different Apache ver
sion?



Was muss ich tun?


lg
NoiZy
by NoiZy
14. December 2008 10:05
 
Forum: XAMPP für Windows
Topic: PHP 5.3 unter xampp
Replies: 1
Views: 4269
PreviousNext

Return to advanced search