WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Voir le sujet: Précédent•Suivant
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Recherche•Connexion•Imprimer la vue
Pages: PrécédentPremière page...345678910111213...Dernière pageSuivant
Page courante: 8 de 55
Re: Nouvelles versions
Envoyé par: Jacky672 (---.w92-161.abo.wanadoo.fr)
Date: 11 January 2011 à 21:45

<deleted>



Modifie 3 fois. Derniere modification le 27/08/2013 à 12:16 par Jacky672.

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 17 January 2011 à 18:40

Otomatic a écrit:
-------------------------------------------------------
> Si quelqu'un trouve un "zip" PHP 5.3.5 Thread Safe VC9 64bit, merci de mettre le lien ici.
>
> If someone finds a "zip" PHP 5.3.5 Thread Safe VC9 64bit, thank you for putting the link here.

Here : [www.apachehaus.de]

Mais le « package » est incomplet, il manque des fichiers pour que ça fonctionne correctement avec Wampserver 64bit.

But the "package" is incomplete, missing files so that it works properly with 64bit WampServer.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: amoric69 (---.fbx.proxad.net)
Date: 23 January 2011 à 19:24

Bonsoir,

Savez-vous pourquoi la nouvelle version de wamp m'affiche des erreurs alors que mon code marchait sur l'ancienne version ?!


Les erreurs affichées :

( ! ) Notice: Use of undefined constant F - assumed 'F' in C:\wamp\www\plt_2011\index.php on line 130
Call Stack
# Time Memory Function Location
1 0.0119 409592 {main}( ) ..\index.php:0

( ! ) Notice: Undefined variable: mois in C:\wamp\www\plt_2011\index.php on line 128
Call Stack
# Time Memory Function Location
1 0.0119 409592 {main}( ) ..\index.php:0
2 0.0221 419368 getMois( ) ..\index.php:131


les lignes :

<?php
$mois["January"] = "Janvier";
$mois["Febrary"] = "Février";
$mois["March"] = "Mars";
$mois["April"] = "Avril";
$mois["May"] = "Mai";
$mois["June"] = "Juin";
$mois["July"] = "Juillet";
$mois["August"] = "Août";
$mois["September"] = "Septembre";
$mois["October"] = "Octobre";
$mois["November"] = "Novembre";
$mois["December"] = "Décembre";

function getMois($month){
return $mois[$month];
}
$month = Date(F);
getMois($month);

?>


Merci pour vos réponses

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 23 January 2011 à 19:42

Bonjour,

Manque global $mois; dans la fonction getMois.

La fonction Date n'existe pas ; en revanche, la fonction date existe.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: bagu (---.bagu.biz)
Date: 23 January 2011 à 19:54

Je tiens par contre a signaler que vous auriez dû créer un sujet propre et non poster dans ce sujet qui a pour vocation d'annoncer les nouvelles versions des composantes de wamp.

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Inophage (---.laposte.fr)
Date: 07 February 2011 à 17:03

Il semblerait qu'il y ai un oubli dans la configuration du fichier php.ini dans la version wampserver 2.1e 32bits.

Le chemin du fichier php_error.log est en commentaire contrairement au version précédente.

Cordialement.

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 11 February 2011 à 10:33

Bonjour,

Nouvelles versions MySQL : 5.1.55 et 5.5.9

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 11 February 2011 à 17:38

Bonjour,

Nouvelle version PhpMyAdmin : 3.3.9.1 (Security update)

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: bagu (---.bagu.biz)
Date: 12 February 2011 à 16:28

Sortie de phpmyadmin 3.3.9.2

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 07 March 2011 à 11:07

Bonjour,

Sortie de MySQL 5.1.56

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Fredo (---.fbx.proxad.net)
Date: 07 March 2011 à 16:10

Bonjour,
MySQL 5.5.9 version x64 est sorti
Serait-il possible de mettre à jour Wamp pour l'intégrer svp ? (x64)

Merci ! winking smiley

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 07 March 2011 à 19:30

Bonjour,

Il est même sorti depuis un « certain temps ».

Appliquez la même procédure qu'ici : [forum.wampserver.com] mais en prenant le fichier mysql-5.5.9-winx64.zip

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Neustradamus (---.info)
Date: 17 March 2011 à 14:09

Bonjour,

Je vous informe de la sortie de MySQL 5.5.10 et de PHP 5.3.6.

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: bagu (---.bagu.biz)
Date: 17 March 2011 à 14:21

Bizarre...Sur php.net seule la version 5.3.5 de php est mentionnée...

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: stevenmartin99 (---.251.255.15.threembb.ie)
Date: 18 March 2011 à 07:23

It is available ... In vc9 only!!!

PHP.NET -> Windows users: please mind that we do no longer provide builds created with Visual Studio C++ 6. It is impossible to maintain a high quality and safe build of PHP for Windows using this unmaintained compiler.

For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual Studio C++ 9 version of Apache. We recommend the Apache builds as provided by ApacheLounge. For any other SAPI (CLI, FastCGI via mod_fcgi, FastCGI with IIS or other FastCGI capable server), everything works as before. Third party extension providers must rebuild their extensions to make them compatible and loadable with the Visual Studio C++9 builds that we now provide.

All PHP users should note that the PHP 5.2 series is NOT supported anymore. All users are strongly encouraged to upgrade to PHP 5.3.6.
--------------------------------------------------------------


It clearly says to use unofficial builds of apache.

Are they serious? That's their solution??? To stay secure- upgrade to latest build of php but use an unofficial build of apache? Could they not just wait until apache release win32 vc9 versions so at least there is an alternative
(I'm not saying apache lounge is not good- the work they do is great)

This destroys wampserver's ability to switch version of apache and php, all the old addons and wampserver would need to be rebuilt to include a vc6/vc9 value to check the compatabilty of both active components to make sure it's ok to run them both together.

The other option is to finish wampserver2 and have it there for vc6 only.
Then start with wampserver3 which will be vc9 only( and try to build addons of older versions of vc9 php and apache.


Any other suggestions?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 18 March 2011 à 12:06

Hello,

> Then start with wampserver3 which will be vc9 only (and try to build addons of older versions of vc9 php and apache.

I think the "reality" is that it is the best solution.

All versions I use (Apache, PHP, MySQL) are VC9.

Thanks for your job.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Neustradamus (---.info)
Date: 19 March 2011 à 14:37

Bonjour,

Je vous informe de la sortie de phpMyAdmin 3.3.10.

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Neustradamus (---.info)
Date: 24 March 2011 à 11:11

@Otomatic : wampserver3 ?? On le télécharge où ?

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 27 March 2011 à 18:32

Neustradamus a écrit:
-------------------------------------------------------
> @Otomatic : wampserver3 ?? On le télécharge où ?

Y'a pas (encore) ; c'est une proposition de stevenmartin99.

À propos de PHP 5.3.6, qui aurait trouvé une version compilé VC9 mais en 64 bits, par exemple un fichier php-5.3.6-Win32-VC9-x64.zip

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Nouvelles versions
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 29 March 2011 à 17:23

Bonjour,

PHP 5.3.6 X64 VC9 here : [www.anindya.com]

It works well with Wampserver

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Pages: PrécédentPremière page...345678910111213...Dernière pageSuivant
Page courante: 8 de 55


Aller à : Liste des Forums•Liste des messages•Recherche•Connexion
Désolé, seuls les utilisateurs connectés peuvent envoyer des messages dans ce forum.
Cliquer ici pour se connecter

design by jidePowered by Alter Way get firefoxget PHP