Skip to content

Commit

Permalink
Add instructions to not to use a space-containing dir on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dszmolka authored and sfc-gh-mhofman committed Aug 26, 2024
1 parent f72b8b8 commit 828e684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ To build the PHP driver for Windows:
git clone https://github.com/snowflakedb/pdo_snowflake.git
cd pdo_snowflake
**Choose a target directory where none of the subdirectories contain any spaces or special characters on the path.** E.g. :code:`C:\temp\pdo_snowflake`.
Without this, one of the setup scripts (`phpsdk-starter.bat`) will fail during step 4.

#. Run the script to download the PHP SDK:

.. code-block:: batch
Expand Down

0 comments on commit 828e684

Please sign in to comment.