how do i install json in xampp server?
How do I install json in xampp server? ...
How do I install json in xampp server? ...
Hi I am running win 7 , 64 bit and xampp 1.7.3. But can not install memcached. Because,can not find the dll http://downloads.php.net/pierre/php_memcache-cvs-20090703-5.3-VC6-x86.zip file in its location. I am sure, I can not install memcached in my system as this file is unavailable. Can you please share this file? Or do anyone know...
I am trying to use the mysql package included in xampp with ruby on rails on windows 7, but cannot seem to get them to work together. I have rails 3.0.0 and xampp 1.7.3 rails works with sqlite within xampp just fine, but when attempting to use mysql via "rails new project -d mysql; cd project; bundle install" I get the following: In...
Hello, I want to use same database dir on my ubuntu installation as of windows 7, I read a lot on net which guided to change datadir of my.cnf but there is no datadir in my /opt/lampp/etc/my.cnf # Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64M) where MySQL plays # an important part,...
I'm trying to set up a simple PHP debugging environment on a Windows box at work and have been following various suggestions and tutorials online for using XAMPP, Eclipse, and XDebug. php_info() tells me that XDebug is set up and ready to go, and the only thing I had to change in the Apache setup in XAMPP was the port (it's now set to 8...
I'm setting up a development version of a live server on Webfaction, running Django apps in a virtual Apache server environment (running without any errors) on my local machine - XP, running XAMPP Lite with Python 2.6 - which I can commit changes from via Git. XAMPP is up and running OK with Python, and the server starts perfectly with ...
Hi all: I've been working with a simple authentication process on localhost, here is the .htaccess file: AuthType Basic AuthName "Admin login page" AuthUserFile /Application/XAMPP/htdocs/.htpasswd AuthGroupFile /dev/null Require User [email protected] I have created the related .htpasswd file, the browser can prompt for me to...
Hi, I used to work with XAMPP to build PHP applications. Once I tried Zend engine and uninstalled it. After that, MySQL in XAMPP is not working. It is giving "Terminating worker thread 1" error. When I check ports, MySQL has status Service: MySQL_ZendServer51. Pleas help me how to reassign it back to XAMPP? I have reinstalled XAM...
Does anyone know why my localhosted files appear like this? http://109.236.82.36/upload/ Everything is undefined, the defined variables aren't working. Am I supposed to enable a plugin in xampp to get it to work? ...
I've tried building the library with PECL, I've tried downloading it from github. I've tried MAMP, I've tried XAMPP. I always get the same error: PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/mongo.so' - dlopen(/Applications/XAMPP/xamppf...
I installed XAMPP a couple of days ago. I uploaded a PHP file to C:/xampp/htdocs/ but the PHP isn't working. I went to the local host through Firefox and tried to use PHPMyAdmin to fix the problem, but I never made a login for that and I'm not given any option to sign up! I tried the username and password I gave when I set XAMPP up, but ...
I saved a .php file to file:///C:/xampp/htdocs/tester/tester.php, and though my XHTML and CSS are working, my PHP is not. I put <?php phpinfo(); ?> as the first line of the body, and <?php echo "<p>Hello World</p>"; ?> a couple of paragraphs in. But when I view the page, nothing for phpinfo() shows up at all, and the Hello World bit...
I cannot figure out what the hell is going on for the life of me. Normally when I want to run a site locally for testing purposes, I simply point my browser to: http://localhost/site_folder This works on the majority of my pages but for some strange (and I mean really strange) reason, some folders give a 500 redirect error. I thou...
My XAMPP is not reading my PHP. Probably, there's a problem with my Apache configuration. My PHP book suggested that I open the httpd configuration file and add these lines: LoadModule php5_module c:/php/php5apache2_2.dll PHPIniDir "c:/php/" AddType application/x-httpd-php .php Which I did, but when I went back to the control panel to ...
Hi, I'm using XAMPP lite on Windows 7, but instead of http://localhost I'd like to have http://mycustomname mapped to a directory myfolder in root/htdocs. What should I change in httpd.conf? Many thanks! ...
A possibly "silly" question. Would I possibly run into any problems (incompatibilities) deploying eg.: on Centos/Apache (php5/MySQL5) a project developed on Win desktop (WAMP/XAMPP - php5/MySQL5). I found some answer: here on Stack. But it does not address all my concerns. If I missed any thread - I appreciate a link. ...
Hi, How would I self assign a SSL Cert on Apache (XAMPP) on a Windows 2003 server? I have researched and the farest I got was a broken SSL Cert with "Common name" problem. Post your guide or links here, Thanks. ...
I am trying to do curl requests through my local xampp setup but my company has a firewall proxy that needs to authenticate on port 8080. Can I have apache login to this proxy authenticate and complete the curl requests? ...
I've just installed Xampp and Wordpress and all looks ok when I bring up the default blog, but if I click on any of the post or category links, I get an Error 404: Oject not found, and sure enough if I look at the source, the link destination doesn't exist? Is this something to do with permalinks? Do I need to change owt in the settings?...
How do i include Pear's QuickForm into a php file if Pear is already installed in xampp? ...