Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 38
8 years ago
tomkraw1
Is there any way to exclude directories located in c:/wamp/www/ from being listed in "Your Projects list"?
Forum: WampServer English
8 years ago
tomkraw1
joe007 If you have installed ImageMagick then you don't have to copy CORE_RL*.dll files. Just create system variable MAGICK_HOME and point ImageMagick installation directory. If you use imagick for simple image processing then use Q8.
Forum: WampServer English
10 years ago
tomkraw1
You can download an apache compiled with VC11 from www.apachelounge.com. PHP 5.5.x compiled with VC11 is available on windows.php.net. Mode and more extensions can be found on the Internet compiled with VC11. It should work togehter. On my site only XCache and WinCache are ready to test under PHP 5.5.x. For now.
Forum: WampServer English
11 years ago
tomkraw1
Hi! I wonder why addons are not published. F.e. last PHP version is 5.3.0. PHP dev team released 5.3.22 and 5.4.12. MySql, Apache... The Addons subpage locks forgotten. Why?
Forum: WampServer English
12 years ago
tomkraw1
Thanks it works now.
Forum: WampServer English
12 years ago
tomkraw1
Hi list! I use WampServer for some time but now I have a problem. I installed WampServer on VMware virtual machine. The OS is Windows XP Pro Polish version. VM has no service pack, no .NET, no VC redistributable. When I start WampServe on that VM I see a message similar to this: There was a problem with an application Aestan Tray Menu and it will be closed. and further AppName: wampm
Forum: WampServer English
12 years ago
tomkraw1
Hi! It means that it is an unofficial build of PHP.
Forum: WampServer English
12 years ago
tomkraw1
Hi Gyro! I didn't compile any x64 extension because there is no official release of PHP in x64 version. In my opinion it is too early to switch to x64. A few days ago I compiled first extensions for PHP 5.4, but someone reported that APC for 5.4 crashes in some circumstances. So I'm waiting for new stable APC release.
Forum: WampServer English
12 years ago
tomkraw1
Hi! I've just met the same problem. From my short investigation - php_interbase.dll is compiled with VC8 and WampServer with VC9. I think this is our problem. Additionaly, I think php_interbase.dll doesn't require "gds32.dll" but only "fbclient.dll".
Forum: WampServer English
12 years ago
tomkraw1
I don't know if it works on x64 but on x86 you could use drivers from MS ( ). cheers.
Forum: WampServer English
12 years ago
tomkraw1
You can change extensions location by editing php.ini. You just have copy apc.dll to the "extension_dir" directory and start wampmanager.exe. Then you have to select apc on the extensions list. See manual on the php.net site. Nothing more is necesairy. See my site If you have problem with apce you've downloaded. cheers!
Forum: WampServer English
12 years ago
tomkraw1
Hello! I have db on innodb engine. I'm trying to import 2,7 MB sql file with only insert instructions. There are about 8000 records. I set in the php.ini max_execution_time to 300. I can't import this file because I see in phpMyAdmin error - max exevution time. My laptop has P8400 processor and 4GB memory. I have default WampServer 2.2 installation and I didn't change anything in my.ini.
Forum: WampServer English
12 years ago
tomkraw1
Yes. zip is linked staticly but in the wampserver.ini references to php_zip.dll should be removed.
Forum: WampServer English
12 years ago
tomkraw1
There is no php_mssql.dll in the WampServer. Moreover, this driver is not supported by PHP and is not distributed with Windows versions of the PHP. You must download "Microsoft Drivers for PHP for SQL Server" (http://www.microsoft.com/download/en/confirmation.aspx?id=20098). This file contains vc6 / vc9 and ts / nts versions. It works well on two my projects.
Forum: WampServer English
12 years ago
tomkraw1
15. php_zip
Dear WapmServer developers, could you remove from next versions all references to php_zip.dll? This extension is compiled into PHP, so it cannot be turned off / on from tray icon application. Also reference to php_mssql.dll is not necesairy because it is not a part of PHP.
Forum: WampServer English
12 years ago
tomkraw1
Give us more details, version numbers. Maybe on this page you will find compatibile Apache version .
Forum: WampServer English
12 years ago
tomkraw1
Amount of websites running on simgle vampserver installation is unlimited ;-) Let you google for keywords "wampserver vhost". First result will tell you how to do it. On my development pc I have constantly 4 to 6 installations.
Forum: WampServer English
12 years ago
tomkraw1
Could you give us more details? Can't you use old installers from the page ?
Forum: WampServer English
12 years ago
tomkraw1
If your php extension php_pgsql can't start then you have to add to httpd.conf such line: Loadfile "d:/wamp/bin/php/php5.3.6/libpq.dll"
Forum: WampServer English
12 years ago
tomkraw1
The article is available to me. Currently I'm preparing to make similar test on the IIS. I will consider to make test with zend. Thanks for suggestion.
Forum: WampServer English
12 years ago
tomkraw1
Hi! Finally I successively upgraded official version to use PHP 5.3.6 VC9 and Apache 2.2.17 VC9. Mostly with j.r.fish instruction from this topic. Additionaly I added this line Type: item; Caption: "5.3.6"; Action: multi; Actions:switchPhp5.3.6; to section in wampserver.ini and downloaded xdebug compiled with VC9. Dear WampServer developers could you make official version
Forum: WampServer English
12 years ago
tomkraw1
j.r.fish I think I need more instructions. You did not mensioned anything about adding entry to and section switchPhp5.3.6 in wampmanager.ini. I made what you wrote but now my Wamp is not loading and Apache 2.1.17 disappeared. Does anyone know what should I do?
Forum: WampServer English
12 years ago
tomkraw1
Thanks! I will try VC9 versions.
Forum: WampServer English
12 years ago
tomkraw1
Since PHP 5.3.6 have been published we can red in news that VC6 is no longer supported. The 32 bit WampServer 2.1 still uses PHP compiled with VC6. I think it would be good to move to VC9. Can we expect new release compiled with VC9 in the neer future?
Forum: WampServer English
13 years ago
tomkraw1
Thanks I got it!
Forum: WampServer English
13 years ago
tomkraw1
I use WampServer for development only but I also use vhosts. I add rows like this 127.0.0.1 datastan.local to the file %windie%\system32]drivers\etc\hosts (which does the dns job) and this to http.conf in WampServer: NameVirtualHost 127.0.0.1 <VirtualHost 127.0.0.1> ServerName localhost DocumentRoot "d:\wamp\www" </VirtualHost> <VirtualHost
Forum: WampServer English
13 years ago
tomkraw1
MySQL 5 uses stored procedures but phpMyAdmin is not ready for this. Once, I used MySQL GUI Tool to play with sp. It wasn't Workbench but older, I think it was Administrator.
Forum: WampServer English
13 years ago
tomkraw1
There is a small mistake on the download page. Description sais that there are two 64 bit versions to download but one of the links points to dl32.php.
Forum: WampServer English
13 years ago
tomkraw1
Hi! I made test of PHP accelerators on WampServer. You may be interested. The article can be found here . All accelerators are available to download on my page. I'll make similar test on IIS soon.
Forum: WampServer English
13 years ago
tomkraw1
Hi! I added XCache 1.3.0 binaries for Windows TS and NTS versions. regards tomkraw1
Forum: WampServer English
Pages: 12Next
Current Page: 1 of 2