How to install sqlsrv for xampp mac os version - php-extension

I used XAMPP 7.1.11 for Mac OS. I could not find the extensions directory to install SQLSRV extension I try so many way to solved this problem about 2 Weeks. Is there anyone every setup PHP like this. Let discus together.

Related

I am facing a PHP_CodeSniffer Error. Can you please help me?

One of our engineers facing an error with PhpStorm. Whenever he edits anything in PhpStorm, it gives the error related to PHP_Codesniffer:
phpcs: env: php: No such file or directory...
If open PHPCodeSniffer Inspection Settings, the below attached settings can be seen.
One more point, it was working fine until he upgrades his MacOS from Big Sur to Monterey 12.0.1. Not sure this OS upgrade affect the application settings. Presently he cannot work with PhpStorm.
Could you please have a look and let me know?
One more point, it was working fine until he upgrades his MacOS from Big Sur to Monterey 12.0.1. Not sure this OS upgrade affect the application settings. Presently he cannot work with PhpStorm.
I had the same issue. Monterey removes the installed PHP version, as Mac OS no longer ships with php installed.
Install php and it should work again.
In my case, using homebrew
brew install php#7.4
brew link php#7.4

How to upgrade pgAdmin 4 on macos?

I installed pgAdmin 4 as part of the postgres installer for MACOS. pgAdmin is now telling me there is a newer version.
However, there is no built in upgrade functionality in pgadmin 4.
Can someone help on this matter?
brew upgrade --cask pgadmin4
Works all the time.
You can reinstall a new pgadmin here:
https://www.pgadmin.org/download/pgadmin-4-macos/
I've installed pgadmin once via homebrew, and everytime I've done brew upgrade and there's been an update its installed it.
I go directly to the pgAdmin download page. Then I install it just like any other Mac program (dragging into the Applications folder).
Be sure to close all connections and shut down the server before installing.
Note: For me, this is in a folder within my Applications folder called "PostgreSQL 11" Not sure if this was by design or a mistake on my part.

Unable to install XAMPP in windows 10

When i tried to install xampp in windows 10 64 bit it shows "windows cannotfind -n".
Is it the first time you're installing XAMPP on that machine? If it is, I would suggest to run some cleaning software that searches for unnecessary files and folders, clean them up and then try to install XAMPP again.
I recommend software like:
AdwCleaner (https://toolslib.net/downloads/viewdownload/1-adwcleaner/)
Malwarebytes (https://www.malwarebytes.com/)
CCleaner
Why do I suggest these? I personally use those myself and it often helps solving my problems with installing software.
If you've already installed XAMPP before, uninstall it completely and try to install it again after reboot!

Install multiple versions of XAMPP on a mac

I want to install multiple XAMPP versions.
In the answer from NivF007 to the question how-to-install-multiple-xampp-versions-or-multiple-php-versions-on-mac-os-x-10-7 it is said
Install each instance of XAMPP in it's own folder
But how can you do this? (Because you can't change the installation directory)
And when you rename the XAMPP folder after installing the manager doesn't work.
Use the portable versions, there you can chnage the path:
https://sourceforge.net/projects/xampp/files/

Where is the download for mac osx on couchdb.org?

I upgraded my OSX to Lion. As I went to install couchdb locally I found that the installer link for mac on http://couchdb.apache.org was gone and replaced with "Mac OS X binaries coming soon". I haven't used couchdb before but I know it was there at one point.
A friend sent me a copy zipped up which he installed on his Snow Leopard OSX. This installed and I could access the Admin Console, but I was unable to access futon.
Is there a reason the button is missing, or is there another way to install it?
My guess is that the site is detecting my operating system and they just aren't ready for 10.7.5 yet. But How do I go about installing a local version?
To install I followed the steps in this post Couch DB installation not working on Mac OSx Lion.
It worked like a charm step by step.
The new version 1.2.1 has recently been released and packed for Mac OSX. You can download it from http://couchdb.apache.org/#download or from http://www.apache.org/dyn/closer.cgi?path=/couchdb/packages/mac/1.2.1/Apache-CouchDB-1.2.1.zip

Resources