xampp

Install PDFlib on XAMPP OS X 10.13.5

六月ゝ 毕业季﹏ 提交于 2019-12-24 06:33:16
问题 I need to install PDFlib required for one module build for a magento website. What I did so far is: go to https://www.pdflib.com/download/pdflib-product-family/ and download the latest version for OS X. print out a phpinfo to find out my extension_dir path /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226 copy the the php_pdflib.so in the extension_dir folder open /Applications/XAMPP/xampfiles/etc/php.ini and put the following extension=php_pdflib.so restart apache

How to update PHP curl extension in Linux/Mac?

旧街凉风 提交于 2019-12-24 06:29:54
问题 What is the easiest way to update the curl extension in PHP? I installed XAMPP on Mac/Linux and noticed that it doesn't allow me to use HTTP2, so I thought of compiling my own curl with the --with-nghttp2 option, but how can I include this into PHP? Installing curl with brew install curl --with-nghttp2 on Mac doesn't change anything in the phpInfo(), the curl version used by PHP remains the same as before. 回答1: The reasons your phpinfo() doesn't update is because XAMPP's CURL and your

include_path fatal error xampp

柔情痞子 提交于 2019-12-24 05:31:21
问题 I've installed Xampp 1.8.3 with the installer and I'm trying to move my htdocs folder from C:\xampp\htdocs to C:\Users\Håvard\htdocs . I've done the necessary edits to the httpd.conf file in xampp and Apache is starting, no problem there. I've been struggling with this problem for a few days now, I even posted a question on it here earlier. Since then I've gotten a little bit further in my quest for a solutiion and I've come to the conclusion that this is a problem regarding the norwegian

SSL/TLS operations failing PHP5.6 - curl-ca-bundle.crt & cacert.pem

两盒软妹~` 提交于 2019-12-24 05:17:05
问题 this has been driving me crazy for a couple of weeks now. I usually do my development on a CentOS 7 box, but recently i've started using Xampp on Windows 10 and using the CentOS box to commit code to & client testing. Everything works fine on the linux box, but on Windows any SSL/TLS calls are failing, and from what I can tell it's due to the new PHP5.6 feature of verifying peer certificates and host names by default - http://php.net/manual/en/migration56.openssl.php I've read just about

Running Python Code on Xampp on windows platform

ⅰ亾dé卋堺 提交于 2019-12-24 03:29:08
问题 XAMPP-PYTHON-WINDOWS I have installed Xampp. I'm running the apache web server and mySql service. I want to host my python code on my web server. However, I am having a hard time setting up python with Xampp. I read about modwsgi, downloaded it and pasted it in the modules folder. I have python 3.2 installed on my C drive. Please let me know what should I do next, as in where should i paste my python files and how should I execute them through a web browser? I should be able to do this: http:

How to disable SSLv3 in Apache on Windows installed by Xampp

回眸只為那壹抹淺笑 提交于 2019-12-24 03:17:02
问题 I'm attempting to disable SSLv3 in Apache which I've installed on Windows via xampp. But I'm having trouble figuring out how. I was told that I needed to add SSLProtocol All -SSLv2 -SSLv3 To my ssl config file but I'm not sure where that is. I see a C:\xampp\apache\conf\extra\httpd-ssl.conf but from the research I've done heard that I'm looking for a ssl.conf file which doesn't seem to exist. Any ideas? Edit also, from the tutorials I was reading, I'm still not sure where in the config file I

Don't get GraphViz and phpDocumentor to work

旧时模样 提交于 2019-12-24 02:44:15
问题 I'm trying to create a php documentation on my local XAMPP host (on Windows 7) with phpDocumentor.phar (v2.). It gives me (after parsing all the files) this error: Unable to find the dot command of the GraphViz package. Is GraphViz correctly installed and present in your path? I searched a lot, but nothing helps. What does 'path' means? If I open a command box at any location I can start the dot.exe (which gives me no output but waiting prompt). In my environment path variable the bin folders

What I have to do to OpenSSL extension work on my xampp (Windows)? :( [duplicate]

大城市里の小女人 提交于 2019-12-24 02:39:03
问题 This question already has answers here : OpenSSL and error in reading openssl.conf file (15 answers) Closed 3 years ago . I've already tried all.... but not works! I did put libeay32.dll and ssleay32.dll on System32 windows folder and I enabled php_openssl.dll extension on php.ini. But, when executes following code, some errors occurs. My openSSL version is 1.0.0. Anyone can help me? Code: $configargs = array( 'config' => 'openssl.cnf', 'digest_alg' => 'md5', 'x509_extensions' => 'v3_ca',

Strict Standards: Non-static method STemplate::assign() should not be called statically

白昼怎懂夜的黑 提交于 2019-12-24 01:44:37
问题 i Upgrade my old xampp (1.7.3) localhost server to 1.8.0 . now, not work smarty template engine (2.6.6) in my all page and i see Strict Standards error. what's problem? how to fix this ? NOTE : This Wroked Fine In Old Xampp(1.7.3). Section of Error : Strict Standards: Non-static method STemplate::assign() should not be called statically in C:\xampp\htdocs\tube\include\config.php on line 88 Strict Standards: Non-static method STemplate::create() should not be called statically in C:\xampp

phpMyAdmin - #1932 Table doesn't exist (collation in use) after reinstalling

空扰寡人 提交于 2019-12-24 00:54:56
问题 I'm in the middle of doing my thesis when I found my XAMPP server got some error logs, so I decide to reinstall my XAMPP to a newer version (I got this idea from some threads in SO). I moved my mysql > data folder and restored it again in my new installation folder. However when I accessed phpMyAdmin and tried to do some operations in my DB I got this (I've never seen my collation column is in use before): error message P.S. I deleted line $cfg['Servers'][$i]['tracking'] = 'pma__tracking';