You people know how much I love returning to my old characters
seen from China
seen from Canada

seen from United States
seen from India
seen from Denmark

seen from United States

seen from Australia

seen from United States

seen from United States

seen from Russia

seen from India
seen from United States

seen from Canada
seen from Canada

seen from United States

seen from Canada

seen from Canada

seen from Canada
seen from Switzerland
seen from China
You people know how much I love returning to my old characters
How to set up or configure Virtual Host Using XAMPP?
XAMPP is a commonly used and most popular web server which is locally used by programmers in the computing world.
After successful installation of XAMPP, you create a website inside the folder htdocs. So programmers first create a folder on behalf of a current project name that is create_website and open a link to via http://create_website:8088.
This means you can access your entire project on the address 8088 port number that is by default given by the XAMPP server.
Now you need a DNS entry that recognises create_website.
Read More:https://www.hostguid.com/how-to-configure-virtual-host-using-xampp/
« Estiu Musical à Juhègues » : 20 ème édition !
« Estiu Musical à Juhègues » : 20 ème édition !
Depuis 1998, l’Estiu offre, durant trois dimanches du mois d’août, des rendez-vous musicaux de charme au cours de soirées d’été exceptionnelles. Après l’ouverture lors d’une avant-soirée de dégustation qui associe la force des cépages des productions viticoles locales au plaisir de la rencontre autour d’un pica pica, la chapelle de Juhègues offre une scène intimiste à deux concerts de musique…
View On WordPress
XAMPP and Memcache on Windows
Install memcache on XAMPP portable with PHP 5.4
I've downloaded XAMPP Portable Lite because I want to replace my old WAMP server.
After some basic configuration I've started the webserver on the website I'm working on and I've got a memcache module related error:
[01-Oct-2012 07:59:12 UTC] PHP Fatal error: Class 'Memcache' not found in E:\webserver\htdocs\whatever.class.php on line 18
Note: if you already have an older version of php_memcache.dll you might get the following error:
[01-Oct-2012 08:12:15 UTC] PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20090626 PHP compiled with module API=20100525 These options need to match in Unknown on line 0
Back to my case, there was no php_memcache.dll in E:\webserver\php\ext directory, which is pretty sad from XAMPP, and I started searching it on the web. I found a great article about installing memcached on XAMPP and I just want to add a few things to it:
Locate you working php.ini (you can always check the correct path by looking at the phpinfo())
Make all the configs from the article above.
Download php_memcache.dll from http://windows.php.net/downloads/pecl/snaps/memcache/3.0.6/. For me php_memcache-3.0.6-5.4-ts-vc9-x86.zip worked, because I'm using PHP 5.4. Put it in \php\ext
Comments on my old blog
Barry wrote on 17 October 2012
Thanks very much for this tip. I was trying to solve the same problem. Worked straight away with latest XAMPP running PHP 5.4.7.
patski wrote on 01 November 2012
Thanks.. its working now
Arion wrote on 23 November 2012
Thanks! It worked with XAMPP 1.8.1 (PHP 5.4.7).
Azmath Mohamad wrote on 15 January 2013
Thanks, it works perfectly.
latest release dlls are under this link
http://windows.php.net/downloads/pecl/releases/memcache http://windows.php.net/downloads/pecl/releases/memcache/3.0.6/
Guest wrote on 23 January 2013
At last, after so many days trying!
Indra wrote on 27 January 2013
it is saying MSVCR71.dll is missing when memcache.exe is run..please help.
Deepak wrote on 13 February 2013
I have followed the steps but i am getting the following error on the test page
Notice: MemcachePool::getversion(): Server 127.0.0.1 (tcp 11211, udp 0) failed with: Read failed (socket was unexpectedly closed) (0) in C:\xampp\htdocs\TestPhp\memcache.php on line 5 Server's version: Failed to save data at the server
Ramin Firooz wrote on 07 June 2014
Hi
links are broken.
Second Nature Present X-Amp with this Deep vocal track backed by Smooth Pads and Classic Chords. Remix duties by Eoin Brennan who brings an upbeat jackin style edit to round off Februarys releases. SNR004 X-Amp - Think About Preview (release 28/02/14) by secondnaturerecords
Ativar o Curl no XAMP no Windows
Para ativar a biblioteca curl no XAMP, é preciso modificar o arquivo php.ini no diretório do XAMP
1)Localize na pasta do XAMP algum dos arquivos.
C:\Program Files\xampp\apache\bin\php.ini C:\Program Files\xampp\php\php.ini (no meu alterei esse arquivo) C:\Program Files\xampp\php\php4\php.ini
2) Localize o seguinte codigo:
;extension=php_curl.dll
Observe que ele está comentado. Toda linha de codigo que estiver com o ";"(ponto e virgula), está comentado.
Para ativar, basta tirar o ";" do inicio da linha. Como mostra a imagem abaixo.
3) Reinicia o Apache, e a biblioteca Curl estará ativada.