<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>EasyPHP and Modules : WordPress, Spip, Prestashop, Joomla, Drupal, phpBB, Phorum... - EasyPHP 5.3.9</title>
    <subtitle>PHP 5.3.9 VC9 | Apache 2.2.21 VC9 | MySQL 5.5.20 | PhpMyAdmin 3.4.9 | Xdebug 2.1.3</subtitle>
    <link rel="self" href="http://www.easyphp.org/forums/feed.php?50,type=atom" />
    <id>http://www.easyphp.org/forums/list/50</id>
    <updated>2012-05-27T00:33:48+02:00</updated>
    <generator>Phorum 5.2.18</generator>
    <entry>
        <title type="html">Slow mySQL responses (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150681/150681/_subject_#msg-150681" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-22T18:05:37+02:00</published>
        <updated>2012-05-26T17:34:02+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150681/150681/_subject_#msg-150681</id>
        <author>
            <name>Matt Gibson</name>
        </author>
        <summary type="html"><![CDATA[ Hi, we are running easyphp on a windows 7 machine connecting to our online sql database.<br />
<br />
When running queries locally on our database we are seeing delays returning information.<br />
<br />
Please can you help? Is there any way we can speed up the queries, they shouldnt be taking so much time.<br />
<br />
Thanks<br />
<br />
matt]]></summary>
    </entry>
    <entry>
        <title type="html">Display MySQL in PHP (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150632/150632/_subject_#msg-150632" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-17T23:48:08+02:00</published>
        <updated>2012-05-20T10:01:51+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150632/150632/_subject_#msg-150632</id>
        <author>
            <name>alienmark67</name>
        </author>
        <summary type="html"><![CDATA[ Ok since no one answered my last question...<br />
<br />
I am trying to display a single text field from MYSQL on the index.html page.<br />
<br />
Here is the code minus the html...<br />
<br />
&lt;?php<br />
    $con = mysql_connect(&quot;localhost&quot;, &quot;fishtrick&quot;,&quot;fishy&quot;); <br />
    if (!$con)<br />
    {<br />
    die('Could not connect: ' . mysql_error());<br />
    }<br />
	mysql_select_db(&quot;fishtrick&quot;, $con);<br />
	$find = mysql_query(&quot;SELECT * FROM news LIMIT 1&quot;) or die(mysql_error());<br />
	echo $find['text'];<br />
    mysql_close($con);<br />
    ?&gt;<br />
<br />
I get nothing displayed for that....no error...no nothing...<br />
<br />
Mark]]></summary>
    </entry>
    <entry>
        <title type="html">EasyPHP cannot start apache (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150629/150629/_subject_#msg-150629" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-17T18:20:32+02:00</published>
        <updated>2012-05-17T18:20:32+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150629/150629/_subject_#msg-150629</id>
        <author>
            <name>emoschetta</name>
        </author>
        <summary type="html"><![CDATA[ Hello, <br />
I've recently installed EasyPHP and it was working fine, but yesterday it stopped working, it cannot start apache anymore. The following error message is written in apache error log.<br />
<br />
[Thu May 17 13:12:28 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.9 configured -- resuming normal operations<br />
[Thu May 17 13:12:28 2012] [notice] Server built: Sep 10 2011 11:34:11<br />
[Thu May 17 13:12:28 2012] [crit] (OS 87)Parâmetro incorreto.  : Parent: Failed to create the child process.<br />
[Thu May 17 13:12:28 2012] [crit] (OS 6)Identificador inválido.  : master_main: create child process failed. Exiting.<br />
<br />
I can manually start apache successfully, but EasyPHP is not able to do that. Maybe some Windows update caused this. Has anyone faced similar issue?]]></summary>
    </entry>
    <entry>
        <title type="html">Php sample website with mysql (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150614/150614/_subject_#msg-150614" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-16T15:17:35+02:00</published>
        <updated>2012-05-16T15:17:35+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150614/150614/_subject_#msg-150614</id>
        <author>
            <name>alienmark67</name>
        </author>
        <summary type="html"><![CDATA[ I hope this is the right place for this.  I am new to php in general.  I want to build a simple website with the ability for users to log on.  Does anyone know where I might find a simple html/php layout for this that would be a good starting point?  I learn better by seeing the way things are done, tutorials tend to put me to sleep.<br />
<br />
Thanks<br />
Mark]]></summary>
    </entry>
    <entry>
        <title type="html">What is my webpage? (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150608/150608/_subject_#msg-150608" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-16T08:57:38+02:00</published>
        <updated>2012-05-16T16:34:49+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150608/150608/_subject_#msg-150608</id>
        <author>
            <name>Marvin</name>
        </author>
        <summary type="html"><![CDATA[ This is the page on my pc:<br />
[<a href="http://127.0.0.1:8080/"  rel="nofollow">127.0.0.1</a>]<br />
<br />
what will be the page name if I want to login from a other pc?]]></summary>
    </entry>
    <entry>
        <title type="html">How to run PostgreSQL with EasyPHP? (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150531/150531/_subject_#msg-150531" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-11T05:10:32+02:00</published>
        <updated>2012-05-11T05:10:32+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150531/150531/_subject_#msg-150531</id>
        <author>
            <name>Henrique</name>
        </author>
        <summary type="html"><![CDATA[ PostgreSql I installed 9.1 on my computer and took off, leaving only the php.ini line php_pgsql.dll but it returns an error that &quot;Unable to load dynamic library 'D: \ ... \ ext \ php_pgsql.dll' -% 1 is not a valid Win32 application.]]></summary>
    </entry>
    <entry>
        <title type="html">EasyPHP 5.3.9 Pear Install (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150522/150522/_subject_#msg-150522" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-10T18:44:41+02:00</published>
        <updated>2012-05-10T19:34:45+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150522/150522/_subject_#msg-150522</id>
        <author>
            <name>AJ</name>
        </author>
        <summary type="html"><![CDATA[ I recently installed easyphp 5.3.9 on Windows Server 2003 x64 to test out a ticketing system. It required that I install Pear and subsiquently an email module from it, however, I have been experiencing extreme difficulty installing/configuring Pear on the PHP folder. <br />
<br />
Here is what I have done,<br />
<br />
I could not locate the go-phar.bat file online and from what I see on the forums, there isn't one anymore. <br />
<br />
I tried the lated go-phar.phar file online and when I call it from the command line using: php -d phar.require_hash=0 pear\go-pear.phar<br />
I get <br />
(this application has failed to start because OCI.Dll was not found.)<br />
(Unable to load dynamic library xxxxx\php_oci8.dll)<br />
(Unable to load dynamic library xxxxx\php_oci8_11g.dll)<br />
(Unable to load dynamic library xxxxx\php_pdo_oci.dll)<br />
(Unable to load dynamic library xxxxx\php_sybase_ct.dll)<br />
<br />
I saw online a comment indicating that if I rename the php.ini file, the errors would go away. I tried that, however, after I specify system/local the next menu for changing locations is stuck on a loop returing to that menu regardless of what I enter/select.<br />
<br />
Is there an easier way to install pear or manually install/configure it?<br />
<br />
Any assistance with this would be greatly appreciated.]]></summary>
    </entry>
    <entry>
        <title type="html">Easy PHP (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150502/150502/_subject_#msg-150502" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-07T14:48:58+02:00</published>
        <updated>2012-05-07T14:48:58+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150502/150502/_subject_#msg-150502</id>
        <author>
            <name>HAL9000</name>
        </author>
        <summary type="html"><![CDATA[ Hello EasyPHP world;<br />
<br />
I am learning PHP and I have just downloaded the last stable EasyPHP version; after installed and run it I have noticed about a &quot;MySQL&quot; button and I am asking its use and what's mean it.<br />
I am already familiar with MySQL DataBase...<br />
Thanks for the replies !!!]]></summary>
    </entry>
    <entry>
        <title type="html">LDAP (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150495/150495/_subject_#msg-150495" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-03T11:53:02+02:00</published>
        <updated>2012-05-04T11:40:36+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150495/150495/_subject_#msg-150495</id>
        <author>
            <name>BirchN</name>
        </author>
        <summary type="html"><![CDATA[ Whenever I enable the PHP ldap extension (php_ldap.dll) in the PHP.ini I get this message:<br />
<br />
The procedure entry point sasl-errdetail could not be located in the dynamic link library libsasl.dll<br />
<br />
Does anyone know what the fix of this is?<br />
<br />
cheers<br />
<br />
Nigel]]></summary>
    </entry>
    <entry>
        <title type="html">Whats my problem with Apache? (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150493/150493/_subject_#msg-150493" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-05-01T09:59:38+02:00</published>
        <updated>2012-05-01T09:59:38+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150493/150493/_subject_#msg-150493</id>
        <author>
            <name>Max Torstensson</name>
        </author>
        <summary type="html"><![CDATA[ my problem is i found this wrong message: <br />
Error in apache configuration file<br />
<br />
&quot;&quot;syntax error o line of  C:/.... &quot;&gt; path is invaild&quot;&quot;<br />
<br />
Edit?<br />
<br />
what's is my problem? Help mee!]]></summary>
    </entry>
    <entry>
        <title type="html">what this errors? how can fix it? (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150490/150490/_subject_#msg-150490" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-28T21:00:08+02:00</published>
        <updated>2012-04-28T21:00:08+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150490/150490/_subject_#msg-150490</id>
        <author>
            <name>dif1982</name>
        </author>
        <summary type="html"><![CDATA[ Hello, i have installed easyphp 5.3.9.. when startup application, show me this errors:<br />
<br />
PHP Startup: bz2: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: curl: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: gd: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: mbstring: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: mysql: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: mysqli: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: pdo_mysql: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: pdo_sqlite: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
PHP Startup: sqlite3: Unable to initialize module<br />
Module compiled with build ID=API20090626,TS,VC9<br />
PHP compiled with ID=API10090626,TS,VC6<br />
These options need to match<br />
<br />
I see too, the php extensions, doesn't exists. how i can fix it?<br />
<br />
thanks]]></summary>
    </entry>
    <entry>
        <title type="html">pas d'extentions php visibles avec install sur clé USB (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150480/150480/_subject_#msg-150480" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-24T19:39:43+02:00</published>
        <updated>2012-04-26T15:11:40+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150480/150480/_subject_#msg-150480</id>
        <author>
            <name>denis</name>
        </author>
        <summary type="html"><![CDATA[ Comme dit dans le titre, le répertoire des extentions php est bien installé mais aucune extention n'est visible:<br />
<br />
24/04 19:30:37 EasyPHP Extension php_bz2 present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_curl present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_dba present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_exif present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_fileinfo present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_gd2 present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_gettext present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_gmp present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_intl present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_imap present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_interbase present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_ldap present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_mbstring present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_exif present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_mysql present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_mysqli present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_oci8 present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_oci8_11g present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_openssl present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_firebird present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_mysql present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_oci present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_odbc present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_pgsql present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pdo_sqlite present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pgsql present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_pspell present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_shmop present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_snmp present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_soap present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_sockets present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_sqlite present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_sqlite3 present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_sybase_ct present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_tidy present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_xmlrpc present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_xsl present=no (3) available=no API=0<br />
24/04 19:30:37 EasyPHP Extension php_zip present=no (3) available=no API=0<br />
<br />
Bien sûr, pas moyen d'activer les extentions.<br />
<br />
Quelqu'un as-t-il une idée ?]]></summary>
    </entry>
    <entry>
        <title type="html">HELP ! Easy php doesnt work for me  :( (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150479/150479/_subject_#msg-150479" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-23T12:36:50+02:00</published>
        <updated>2012-05-21T23:41:16+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150479/150479/_subject_#msg-150479</id>
        <author>
            <name>kurosaki4d</name>
        </author>
        <summary type="html"><![CDATA[ Hello, <br />
<br />
I have a big problem with Easy php and it doesn't wanna work for me<br />
<br />
Apache &amp; mysql are well enabled but when i type the adress 127.0.0.1 or localhost a little icon shows up on the frame's tab indicating that it's loading the page, however nothing shows up on the page no matter how much time i'd wait !<br />
<br />
I've already tried to change the port number of the local adress from 127.0.0.1:80 to 127.0.0.1:8086 and type it after in the address panel but still no hope it whouldn't work :(<br />
<br />
I truly hope that you put your knowledge in this field and help me to figure out a solution for my problem, thanks in advance :)]]></summary>
    </entry>
    <entry>
        <title type="html">HELP ! Easy php qui ne marche pas :( (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150478/150478/_subject_#msg-150478" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-22T08:01:03+02:00</published>
        <updated>2012-04-26T09:02:25+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150478/150478/_subject_#msg-150478</id>
        <author>
            <name>kurosaki4d</name>
        </author>
        <summary type="html"><![CDATA[ Bonjour   :)<br />
<br />
Voilà j'ai un gros souci avec Easy php qui ne veut pas marcher pour moi <br />
<br />
Apache et Mysql sont bien en marche mais quand je tape l'adresse 127.0.0.1 ou localhost une petite icone surgit dans l'onglet de la page marquant le chargement de la page, peu importe le temps que j'attend ça n'affiche rien du tout, c'est comme si ça cherchait sans trouver rien du tout ! <br />
<br />
J'ai beau essayer de changer le numéro de port de le fichier httpd.conf genre de 127.0.0.1:80 vers 127.0.0.1:8086 puis la taper sur la barre d'adresse mais tous mes efforts partent en vain <br />
<br />
J'espère bien que vous mettrez à profit vos connaissances dans ce domaine pour aboutir à la résolution de mon problème, merci d'avance :)<br />
<br />
Bonjour   <br />
<br />
Voilà j'ai un gros souci avec Easy php qui ne veut pas marcher pour moi <br />
<br />
Apache et Mysql sont bien en marche mais quand je tape l'adresse 127.0.0.1 ou localhost une petite icone surgit dans l'onglet de la page marquant le chargement de la page, peu importe le temps que j'attend ça n'affiche rien du tout, c'est comme si ça cherchait sans trouver rien du tout ! <br />
<br />
J'ai beau essayer de changer le numéro de port de le fichier httpd.conf genre de 127.0.0.1:80 vers 127.0.0.1:8086 puis la taper sur la barre d'adresse mais tous mes efforts partent en vain <br />
<br />
J'ai vérifié le fichier log (errrr apache) et ça donne ça :<br />
<br />
[Mon Apr 23 12:34:46 2012] [notice] Parent: Received restart signal -- Restarting the server.<br />
[Mon Apr 23 12:34:46 2012] [notice] Child 5128: Exit event signaled. Child process is ending.<br />
[Mon Apr 23 12:34:46 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.9 configured -- resuming normal operations<br />
[Mon Apr 23 12:34:46 2012] [notice] Server built: Sep 10 2011 11:34:11<br />
[Mon Apr 23 12:34:46 2012] [notice] Parent: Created child process 3420<br />
[Mon Apr 23 12:34:46 2012] [notice] Child 3420: Child process is running<br />
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Acquired the start mutex.<br />
[Mon Apr 23 12:34:47 2012] [notice] Child 5128: Released the start mutex<br />
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Starting 64 worker threads.<br />
[Mon Apr 23 12:34:47 2012] [error] (OS 10038)Une opération a été tentée sur autre chose qu’un socket.  : winnt_accept: getsockname error on listening socket, is IPv6 available?<br />
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: All worker threads have exited.<br />
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: Child process is exiting<br />
<br />
<br />
et avec error mysql : <br />
<br />
120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt normal du serveur<br />
<br />
120423 12:34:46 [Note] Event Scheduler: Purging the queue. 0 events<br />
120423 12:34:46  InnoDB: Starting shutdown...<br />
120423 12:34:46  InnoDB: Shutdown completed; log sequence number 1595675<br />
120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt du serveur terminé<br />
<br />
120423 12:34:47 [Note] Plugin 'FEDERATED' is disabled.<br />
120423 12:34:47 InnoDB: The InnoDB memory heap is disabled<br />
120423 12:34:47 InnoDB: Mutexes and rw_locks use Windows interlocked functions<br />
120423 12:34:47 InnoDB: Compressed tables use zlib 1.2.3<br />
120423 12:34:47 InnoDB: Initializing buffer pool, size = 128.0M<br />
120423 12:34:47 InnoDB: Completed initialization of buffer pool<br />
120423 12:34:47 InnoDB: highest supported file format is Barracuda.<br />
120423 12:34:47  InnoDB: Waiting for the background threads to start<br />
120423 12:34:48 InnoDB: 1.1.8 started; log sequence number 1595675<br />
120423 12:34:48 [Note] Event Scheduler: Loaded 0 events<br />
120423 12:34:48 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: ready for connections.]]></summary>
    </entry>
    <entry>
        <title type="html">EasyPHP sur tablette Windows (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150471/150471/_subject_#msg-150471" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-20T10:38:30+02:00</published>
        <updated>2012-05-04T12:34:42+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150471/150471/_subject_#msg-150471</id>
        <author>
            <name>Nicolas</name>
        </author>
        <summary type="html"><![CDATA[ Bonjour,<br />
<br />
Est-il possible d'installer EasyPHP sur une tablette Windows 7 ?<br />
<br />
Cordialement<br />
Nicolas]]></summary>
    </entry>
    <entry>
        <title type="html">finding phpmyadmin page on v.5.3.9 (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150470/150470/_subject_#msg-150470" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-19T12:57:04+02:00</published>
        <updated>2012-04-21T18:30:30+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150470/150470/_subject_#msg-150470</id>
        <author>
            <name>ronin</name>
        </author>
        <summary type="html"><![CDATA[ hi,<br />
where i can find mysql page to add the database(the old 127.0.0.1/home/mysql). the new one please?<br />
<br />
ps. i tried localhost/mysql/data but the error is &quot;Object not found! The requested URL was not found on this server. If you entered the URL manually please check that there are no errors.&quot;]]></summary>
    </entry>
    <entry>
        <title type="html">upgrading to phpMyAdmin 3.50 (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150469/150469/_subject_#msg-150469" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-19T02:48:57+02:00</published>
        <updated>2012-04-20T17:22:22+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150469/150469/_subject_#msg-150469</id>
        <author>
            <name>ekuemoah</name>
        </author>
        <summary type="html"><![CDATA[ I downloaded phpMyAdmin 3.50 and installed it in my modules folder. I would like to know how I can get the EasyPHP software to recognize it. Any Ideas?]]></summary>
    </entry>
    <entry>
        <title type="html">Résolution de unable to load dynamic library, (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150466/150466/_subject_#msg-150466" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-17T16:11:20+02:00</published>
        <updated>2012-04-17T16:11:20+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150466/150466/_subject_#msg-150466</id>
        <author>
            <name>Cowboy</name>
        </author>
        <summary type="html"><![CDATA[ Hello,<br />
<br />
J'ai le message &quot;<b>unable to load dynamic library</b>&quot; quand je lance EAsyPhp (au démarrage de Apache donc), je n'ai pas eu ce message au premier lancement après l'installation.<br />
<br />
La FAQ dit : <br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>[V &lt; 1.7] Le répertoire d'extension de PHP est mal défini. Rechercher dans le fichier de configuration de php (typiquement C:\Windows\php.ini) la chaine &quot;extension_dir&quot;, et remplacer &quot;EXTENS~1&quot; par &quot;extensions&quot;.</div></blockquote>
<br />
Mais je n'ai pas de php.ini dans le répertoire de Windows .<br />
<br />
Il y a bien deux fichier php.ini :<br />
EasyPHP-5.4.RC4\apache =&gt; <b>extension_dir = &quot;D:\Program Files\# AppPortable - WEB - EasyPHP-5.4.RC4\php\ext&quot;</b> (après modification)<br />
EasyPHP-5.4.RC4\conf_files =&gt; <b>extension_dir = &quot;${path}\php\ext\&quot;</b><br />
<br />
Mon souris vient du fait que le répertoire d'installation n'est pas &quot;visible&quot; par appache. C'est peut être du au <b>#</b> ...<br />
<br />
Donc pour que ca fonctionne, il suffit de simplifier le répertoire d'installation.<br />
Pour ma part j'ai choisi &quot;D:\Program Files\EasyPHP-5.4.RC4&quot;<br />
<br />
e qui m'étonne c'est que Apache ne trouve pas les extensions alors qu'elle sont bien indiqué dans php.ini et que ca à bien fonctionné au premier lancement (création du php.ini ?).<br />
<br />
<br />
<br />
Dans l'espoir que ca puisse éclairer d'autres personne.]]></summary>
    </entry>
    <entry>
        <title type="html">easyphp + sqlite3 (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150465/150465/_subject_#msg-150465" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-17T11:28:23+02:00</published>
        <updated>2012-04-17T11:28:23+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150465/150465/_subject_#msg-150465</id>
        <author>
            <name>fredobaldo81</name>
        </author>
        <summary type="html"><![CDATA[ Hello,<br />
i saw in phpinfo();<br />
that is possible to work with a sqlite database on easyphp.<br />
<br />
but how about sqlite3 ?<br />
class PDO ? class PDO Statement ? class SQLITE3 ? class not exists ?<br />
How can i work on a sqlite3 database with easy php ?<br />
<br />
Thanks.]]></summary>
    </entry>
    <entry>
        <title type="html">MySQL brutally slow (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150461/150461/_subject_#msg-150461" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-14T18:49:29+02:00</published>
        <updated>2012-04-14T18:49:29+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150461/150461/_subject_#msg-150461</id>
        <author>
            <name>Michal Singr</name>
        </author>
        <summary type="html"><![CDATA[ I've installed new 5.3.9 version and any request / respond to MySQL database takes about 1000 ms. Tried via several PHP apps, via Adminer, PhpMyAdmin and also directly via &quot;X:\EasyPHP-5.3.9\mysql\bin\mysql.exe&quot; -uroot - even logging in takes 1 second. Any suggestions how to fix it?]]></summary>
    </entry>
    <entry>
        <title type="html">Unable to access PHPMyAdmin after root password change (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150441/150441/_subject_#msg-150441" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-11T08:13:46+02:00</published>
        <updated>2012-04-25T17:52:44+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150441/150441/_subject_#msg-150441</id>
        <author>
            <name>sailboatlie</name>
        </author>
        <summary type="html"><![CDATA[ Hello,<br />
<br />
I'm fairly new to this stuff. I installed EasyPHP and opened PHPMyAdmin through the administration page on EasyPHP. While in PHPMyAdmin I went into the users section and changed the password for root accessing from the three different methods (local host and the direct address). <br />
However, whenever I click to open PHPMyAdmin now it just shows an error &quot;#1045 - Access denied for user 'root'@'localhost' (using password: NO)&quot; I've tried going into the config file in the phpmyadmin installation in easyphp and changing the password from blank to the actual password but it doesn't seem to update for some reason.<br />
<br />
Thanks for any help you can give me!]]></summary>
    </entry>
    <entry>
        <title type="html">MySQL doesn't WORK (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150440/150440/_subject_#msg-150440" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-11T01:15:33+02:00</published>
        <updated>2012-04-16T09:57:36+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150440/150440/_subject_#msg-150440</id>
        <author>
            <name>rafik</name>
        </author>
        <summary type="html"><![CDATA[ hello !!<br />
my problem is that when i type [<a href="http://127.0.0.1/MySQL"  rel="nofollow">127.0.0.1</a>] NOtHING appears !!!!<br />
and i have tried this solution :<br />
I have wrote the next line <br />
Alias /mysql &quot;${path}/phpmyadmin&quot;<br />
<br />
under this one <br />
<br />
Alias /home/mysql &quot;${path}/phpmyadmin&quot; <br />
in the file &quot; Easyphp-5.3.9/apache/conf/httpd.conf &quot; but it doesnt work .so please help me. <br />
<br />
Any help would be greatly appreciated.]]></summary>
    </entry>
    <entry>
        <title type="html">why i cannot access 127.0.0.1? (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150418/150418/_subject_#msg-150418" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-06T19:22:09+02:00</published>
        <updated>2012-04-11T13:53:04+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150418/150418/_subject_#msg-150418</id>
        <author>
            <name>Gan</name>
        </author>
        <summary type="html"><![CDATA[ I just installed Easyphp 5.3.9, when i try to access 127.0.0.1, i can't access the server, and i get an error message &quot;the connection to 127.0.0.1 was interrupted. <br />
How to solve this problem??]]></summary>
    </entry>
    <entry>
        <title type="html">MySQL Error (3 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150414/150414/_subject_#msg-150414" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-04-05T17:02:20+02:00</published>
        <updated>2012-04-10T09:54:00+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150414/150414/_subject_#msg-150414</id>
        <author>
            <name>Brad</name>
        </author>
        <summary type="html"><![CDATA[ Hello,<br />
<br />
I am trying to install the Wordpress platform onto my localhost and am having issues doing so.  I tried the module, and everyone works fine except the images, I can not seem to get the images to appear correctly in my posts and such.  So I am trying to install in directly, the old fashion way and am having trouble connecting to my MySQL.<br />
<br />
When I go to the settings page of MySQL and check the log, I get an error message similar to this:<br />
<br />
&quot;Warning:  file_get_contents(../mysql/data/higgins.err) [function.file-get-contents]: failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-5.3.9\home\index.php on line 515&quot;<br />
<br />
I say similar because I am not home at the moment but found this online as someone else appears to have the same issue.  Take a look at the link below:<br />
<br />
[<a href="http://rems.no-ip.org/home/index.php?to=database-page&amp;display=mysqlerrorlog"  rel="nofollow">rems.no-ip.org</a>]<br />
<br />
This is the same as mine, except I am using the default host: 127.0.0.1<br />
<br />
Any help would be greatly appreciated]]></summary>
    </entry>
    <entry>
        <title type="html">[BUG] Wrong php.ini is created/copied in php\php539xxxx (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150408/150408/_subject_#msg-150408" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-31T15:14:33+02:00</published>
        <updated>2012-04-03T16:28:34+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150408/150408/_subject_#msg-150408</id>
        <author>
            <name>antitoxic</name>
        </author>
        <summary type="html"><![CDATA[ The file:<br />
C:\Program Files (x86)\EasyPHP-5.3.9\php\php539x120331140123\php.ini<br />
<br />
contains paths that have ${path} in them which means this file is not compiled.<br />
<br />
Is it hard? I imagine on the (re)compiling of config files just copy the config from /apache/php.ini to /php/php539x..../php.ini?<br />
<br />
This causes a lot of errors and it wasted me several hours to figure out what is the problem.]]></summary>
    </entry>
    <entry>
        <title type="html">my MySQL - doesn't launch -uroot (no replies)</title>
        <link href="http://www.easyphp.org/forums/50/150407/150407/_subject_#msg-150407" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-31T12:59:22+02:00</published>
        <updated>2012-03-31T12:59:22+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150407/150407/_subject_#msg-150407</id>
        <author>
            <name>aa</name>
        </author>
        <summary type="html"><![CDATA[ I have problem with MySQL - it doesn't want to launch a program. I write: <br />
&quot;c:\Program Files\EasyPHP-5.3.9\mysql\bin\mysql.exe&quot; -uroot<br />
I take it from book &quot;PHP &amp; MySQL&quot; Hugh E. Williams &amp; David Lane. <br />
Of coure I have just started with PHP and MySQL. <br />
Maybe do you know why? thx for help]]></summary>
    </entry>
    <entry>
        <title type="html">EasyPHP on Windows 7 (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150403/150403/_subject_#msg-150403" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-30T00:02:52+02:00</published>
        <updated>2012-04-11T13:55:44+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150403/150403/_subject_#msg-150403</id>
        <author>
            <name>tlowing</name>
        </author>
        <summary type="html"><![CDATA[ New computer so I'm trying to set up EasyPHP.  Problem?  IT ISN'T EASY!!!!!  Every time I install this on a new computer I have to track down the goofy setting that enables EasyPHP to actually parse PHP instead of printing the source code back.  Anyone remember what that is?  Thanks.]]></summary>
    </entry>
    <entry>
        <title type="html">Function for new Easyphp (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150397/150397/_subject_#msg-150397" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-24T21:22:56+01:00</published>
        <updated>2012-03-27T13:02:57+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150397/150397/_subject_#msg-150397</id>
        <author>
            <name>websteph</name>
        </author>
        <summary type="html"><![CDATA[ Hi,<br />
I don't now why but yesterday, i took a look of the easyphp HOME folder. Because well, i had a idea for the alias system. I know, don't tell me, i dont know why !!!<br />
then, i shear my idea for easyphp developpers for the new feature. ( perhaps already suggest, i hope not )<br />
I have a lot of alias then sometimes i want to change the order list. But we must do it by the httpd.conf then I put a Jquery ui sortable to manage this. ( simple small code whithout change easyphp class )<br />
BUT, yes there's always a but. then i restart easyphp, my order list is not saved.<br />
My idea is to create a save Button with a new class in alias.inc.php but i don't have time anymore and it's our job, Lol, sorry, i just suggest !<br />
Tell me what you think about this<br />
<br />
Websteph]]></summary>
    </entry>
    <entry>
        <title type="html">EasyPHP on TSE (2 replies)</title>
        <link href="http://www.easyphp.org/forums/50/150391/150391/_subject_#msg-150391" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-22T10:49:40+01:00</published>
        <updated>2012-03-30T12:11:08+02:00</updated>
        <id>http://www.easyphp.org/forums/50/150391/150391/_subject_#msg-150391</id>
        <author>
            <name>bob</name>
        </author>
        <summary type="html"><![CDATA[ hello,<br />
<br />
I want use EasyPHP on a Microsoft TSE.<br />
my problem is easyphp start one time but the another user don't start beacause SQL and Appache is already start on server.<br />
<br />
Have you one program or a solution for don't have problem for use EasyPHP with several users in the same TSE Server ?<br />
<br />
Help me please]]></summary>
    </entry>
    <entry>
        <title type="html">php variables not recognised? (1 reply)</title>
        <link href="http://www.easyphp.org/forums/50/150387/150387/_subject_#msg-150387" />
        <category term="EasyPHP 5.3.9" />
        <published>2012-03-20T16:50:52+01:00</published>
        <updated>2012-03-21T14:26:04+01:00</updated>
        <id>http://www.easyphp.org/forums/50/150387/150387/_subject_#msg-150387</id>
        <author>
            <name>jbriaris</name>
        </author>
        <summary type="html"><![CDATA[ Hi,<br />
<br />
When declaring php variables at the top of my css file, i.e.,<br />
<br />
&lt;?php <br />
header(&quot;Content-type: text/css&quot;); <br />
$blue = '#1aa1e1';<br />
$black = '#000000';<br />
?&gt;<br />
<br />
they seem to get ignored when using them in the main body of my css file, i.e.,<br />
<br />
body{<br />
background: &lt;?=$black?&gt;;<br />
}<br />
<br />
I don't get this problem when I upload to my host server.<br />
<br />
If anyone else has experienced this, or has any pointers, please let me know.<br />
<br />
Many thanks]]></summary>
    </entry>
</feed>

