Current Page: 1 of 1
Results 1 - 23 of 23
12 years ago
Vordreller
i deleted a bunch of custom references, leaving only "127.0.0.1 locahost" and that fixed it for me.
Forum: WampServer English
12 years ago
Vordreller
I just installed Wampserver 2.2c 64 bit. When i click the icon and try to open phpmyadmin, it's says I don't have permission to acces /phpmyadmin/ on this server. Same for localhost, it says I don't have permission to access / on this server. When I do 127.0.0.1, there's no problem Can anyone help me here?
Forum: WampServer English
12 years ago
Vordreller
try 127.0.0.1
Forum: WampServer English
13 years ago
Vordreller
I followed this guide to the letter, worked just fine. Be sure to modify the version numbers where needed.
Forum: WampServer English
13 years ago
Vordreller
That is so over the top I can't believe it...
Forum: WampServer English
13 years ago
Vordreller
Other options are using a virtual machine. No need to get VmWare, VirtualPC is good to. You'll need to edit your hosts file though, and make a vhost on the virtual pc. Or, you could just turn off the IIS service. Open a CMD prompt and type this: iisreset /stop And enter. The iis service will stop, freein port 80. Restart wampserver so that Apache starts and gets port 80.
Forum: WampServer English
13 years ago
Vordreller
I'm running the old Wampserver 2.0, with PHP5.3.0 and such. I just noticed there's a new version and I wonder if I can just install/overwrite the current configs I have with that. Is it safe or do I need to uninstall completely first?
Forum: WampServer English
14 years ago
Vordreller
The PEAR site says the support has stopped on their site and all is now moved here: I went there and found the packages for PHPunit. However, these are all TGZ file for Linux. I opened it with 7zip. Inside is a .tar file. I extracted this and opened it with 7zip. Inside was the folder PHPUnit-3.4.3 I extracted this to C:\wamp\bin\php\php5.2.11\PEAR\ I'll test this once I get home. Le
Forum: WampServer English
14 years ago
Vordreller
To write PHP, I use Netbeans. Today, I found a blog post in my feeds about Netbeans+PHP. You can read it here: It is about phpunit tests in Netbeans. The writer of the blog uses XAMPP, which appears to include phpunit by default. In WAMP, I have not found this. Is there any way to add this to my current install?
Forum: WampServer English
14 years ago
Vordreller
Well, I'm using WAMP, so Windows + Apache. What are the specific things I should know about both versions? A comparison perhaps?
Forum: WampServer English
14 years ago
Vordreller
To debug my PHP, I use WAMP, Netbeans and Xdebug. Xdebug can be found here: By adding the following piece of code to my php.ini file, I can use Netbeans to debug php: zend_extension_ts="C:\wamp\bin\php\php5.2.11\ext\php_xdebug-2.0.5-5.2.dll" xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 Xdebug provides 2 such
Forum: WampServer English
14 years ago
Vordreller
Wow, seriously, I know Linux users usually hate windows, but this is really inconsiderate. This is basically saying "We don't care about windows" from the creators of PHP.
Forum: WampServer English
14 years ago
Vordreller
So until the PECL makers provide some clear website where we can get them, PHP users on windows are temporarily not able to use their services?
Forum: WampServer English
14 years ago
Vordreller
stevenmartin99 Wrote: ------------------------------------------------------- > no ur wrong . the PECL makers rewrite each > dll for each new version.. > of php > they dont have them for 5.3 I so-just downloaded and opened the last 5 releases of the HTTP PECL extensions. I checked every folder of every one of them, and not a single one has a DLL file in it.
Forum: WampServer English
14 years ago
Vordreller
"And more, no dll is currently available for this PECL extension". It would seem that no DLL is available for any of the PECL extensions... If also find it odd that no DLL is available now, but it can be found in older versions. The PHP 5.2.9-2 addon for WAMP found on this site, contains the DLL I'm looking for.
Forum: WampServer English
14 years ago
Vordreller
stevenmartin99 Wrote: ------------------------------------------------------- > they are added into wamp Okay... so why aren't they added now. You can't tell me they're *all* built in now, right? I mean, if you download the zip for PHP for 5.3.0 and 5.2.10, the difference in 14 DLL's, not 86, like in WAMP's case...
Forum: WampServer English
14 years ago
Vordreller
"TAR IS AN ARCHIVE FORMAT WHICH CAN CONTAIN DLL FILES !!" They CAN, but they DON'T. I can't believe you keep claiming this. Why would a Linux-oriented website even bother to make a DLL. Also, I use uppercase because I am extremely frustrated. It's all good and well that you are trying to help, but your claims that TAR files might contain DLL files drives me to madness. I've downlo
Forum: WampServer English
14 years ago
Vordreller
Can someone explain this? There are only 31 extensions in the ext folder for version 5.3.0, while 5.2.9-2 had 117 extensions...
Forum: WampServer English
14 years ago
Vordreller
Sorry, another post, I kindof solved my problem. On this very site, you can download older versions of PHP to be installed next to the WAMP install you already have. Can someone please explain why there are more DLL's in the "ext" folders of the older versions, than there are in the one for PHP 5.3.0 ?
Forum: WampServer English
14 years ago
Vordreller
toumimi Wrote: ------------------------------------------------------- > You should have a look at this : > > Things are not always what they seem I know what archives are. I've been doing web development and computer programming for several years now. I know what tgz, 7z, zip, rar and all the other archive filetypes are and I know which programs can open them. And I am te
Forum: WampServer English
14 years ago
Vordreller
yfastud Wrote: ------------------------------------------------------- > use any zip program such as 7zip, winrar.... to > extract those tgz file I've downloaded several of these files and they all contain .tar files. Windows cannot work with .tar files, only Linux can. And as far as I'm aware, WAMP is a product that can only be run on Windows. Are you seriously suggesting I a
Forum: WampServer English
14 years ago
Vordreller
The problem is that none of these sites contain any DLL's at all. They have .tgz files and that's it. I can't do anything with .tgz files on Windows. And the site seems to be down for the moment.
Forum: WampServer English
14 years ago
Vordreller
I remember using an older version of Wamp which had some extra DLL's for PHP. For instance, the http.dll file, which allowed me to send HTTP requests to sites and get the response into variable. Now upgrading to 5.3.0 and I see this DLL is gone. Does anyone know where to find stuff like this? I looked up the function I used and came across this: It seems that PECL is needed, yet I hav
Forum: WampServer English
Current Page: 1 of 1