wampserver

Httpd Process High memory usage and slow page loads

Hello all, I am running wampserver on my windows vista machine. I have been doing this for a long time and it has been working great. I have completed loads of projects with this setup. However, today, without me changing anything (no configuration etc) only PHP code changes, I find that every time I load pages of my site (those with u...

Unable to go to Localhost

When I try to go to Localhost by entering http and then ://localhost, it automatically branches to http://naazir-pc/WebDB/WEBDB.home with a message saying "Oops! This link appears to be broken.". I ran "Start WampSever" and the status of the server says "WAMPSERVER - server Online" I have closed Skype as well. Can you please help me w...

Not able to create a datasource registration with WAMP MysQL 5.0 in DBArtisan

I try in a test version of DBArtisan to set up a datasource and register both servere as localhost, database to use, my username and password, but, when testing the connection, I get message that connection failed. Hooking up from eg. Delphi and other utilities run nicely. But not DBArtisan, Is MySQL 5.0 not supported yet ?? Or is ...

uninstall pear in wamp

By mistake i installed PEAR , I thing i installed very wrongly, Now i want to uninstall only PEAR , Tell me How to uninstall PEAR IN WAMP.. (For Localsystem) ...

sprintf bug with php & apache in windows?

I've run into a strange problem on a WAMP server setup (PHP version 5.3.0, Apache 2.2.11). When using sprintf to output a number, I occasionally get erroneous characters in the output string. Example: (not trimmed from anything, this is the only code in the script) $dt1 = new DateTime('now'); $dt2 = new DateTime('now - 10 min'); $int...

Why is php_imagic extension removed from WampServer Version 2.0?

Is there any reason for this? ...

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp?

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp? If any body know please help me. ...

PHP Sockets Not Working

Hi, I switched from Lighttpd server to WAMP and then found sockets in php are not working. But php is configured and working. (phpinfo() works) I removed the comment for the php_sockets.dll in php.ini @ C:\wamp\bin\php\php5.2.5.but still gives the error "Fatal error: Call to undefined function socket_create()". Any more configurations t...

alert beep sound new user comes

hello... i am doing private chat concept. i want to alert beep sound when new user comes in. how to do? i am displaying every thing when new user comes in user details will comes at admin side. but at the same i want to alert beep sound when new user comes. ...

GnuPG on Wampserver

Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that. I hope this question comes under stackoverflow. If not please close this but please dont downvote me :( ...

Problems loading xdebug in wampserver2.0

I have an issue loading xdebug in apache server. Here are my settings: Apache 2.2.11 MySQL 5.1.36 PHP 5.2.0 Windows 7 Wampserver 2.0 php -i and php -m show that the xdebug module php_xdebug-2.1.0RC1-5.2-vc6.dll is installed. However phpinfo() does not show that xdebug is installed. I have tried starting apache as a service, throu...

Wamp 5.1 and wamp 5.3 on same machine?

Hello, I want to install wamp 5.1 and wamp 5.3 on same machine. My operating system is Windows XP. I have initially wamp 5.3. So, i installed wamp5.1. But, I am unable to find wamp 5.3. How can i install both version versions? ...

Integrating Ruby on Windows WAMP server so I can run Ruby and PHP at same time?

I've been searching on this but haven't found anything decisive so far.. I already have a windows WAMP server up and running and am using it for my PHP apps, I want to be able to run some small ruby scripts (to interact with a library that is not available in PHP), I don't even need Rails at this point, I just want to run ruby scripts an...

PEAR location on install?

I'm trying to install PEAR, but I'm confused by the locations suggested. I'm using Wampserver to run my PHP scripts, and I wanted to do unit tests. So I found PEAR. I tried installing via the go-pear.bat file, but that didn't work. I found out more about this here: http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/ So I down...

Is XAMPP (for Windows) preferred over WampServer? If so, why?

It seems lots of answers to questions about getting started in web development include "install XAMPP", even when the platform is Windows. Meanwhile, WampServer doesn't seem to be mentioned often. I've used both XAMPP and WampServer (admittedly, WampServer much more) and think they are both fine. So, is XAMPP preferred? If it is, why...

Upgrading Wampserver

Hi, I looked for a specific answer to this question, but couldn't find it -- even on the WAMPSERVER site. I'm sure I overlooked it. I have Wampserver 2.0, with MySQL 5.0.51b, PHP 5.2.6, and Apache 2.2.8. Would it be correct to install Wampserver 2.0i (MySQL 5.1.36, PHP 5.3, and Apache 2.2.11) over the older installation? Would I los...

How to use a network drive as a DocumentRoot in wampserver ?

Is it possible to use a 'network drive' connected to a Samba server as a DocumentRoot directory in wamp server? I've tried this and my Wamp Server won't restart. (yellow icon) If I connect the same vhost to a local folder, it works like a charm. So this is what I'm trying to do: where 'G:/' is a network drive connected a Samba server: ...

unable to bind address [0]: php error .

unable to bind address [0]: Only one usage of each socket address (protocol/network address/port) is normally permitted.... error is given by my php server page. I tried different port numbers as looking from cmd as writing netstat -an. Also I searched on google but no solution. I am using wamp server and working local . Thanks . <?ph...

WAMPSERVER Server not working

I have just installed wampserver on windows 7 it works fine for me but when i restart windows and click on Start Wamp Server it starts but not showing any page at http://localhost i have not any skype or any service install let me know how can i fix that ...

Best methodology for PHP+APACHE+MYSQL Development

Hi! I want to start learning PHP. I have had a look at the various options available to install the PHP+MySQL+Apache combination. But it all seems too cumbersome and a lot of editing to the CONF files always leads to one problem or the other. So I had a couple of questions to ask: 1) How will something like WAMP help me? If I instal...