[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-pdo_ibm] master: Clean up the prose about these prebuilt binaries
From:       Calvin Buckley <noreply () php ! net>
Date:       2021-10-08 17:39:57
Message-ID: iOEmc1HVM4M9gy2iu5ql79HK1x64yhZSYyy11mG3LM () main ! php ! net
[Download RAW message or body]

Author: Calvin Buckley (NattyNarwhal)
Date: 2021-10-08T14:40:28-03:00

Commit: https://github.com/php/pecl-database-pdo_ibm/commit/77f767b146e8593004e622ff970f5cf021f82313
 Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/77f767b146e8593004e622ff970f5cf021f82313.diff


Clean up the prose about these prebuilt binaries

Changed paths:
  M  README.md


Diff:

diff --git a/README.md b/README.md
index 5063e04..76b15ac 100644
--- a/README.md
+++ b/README.md
@@ -53,20 +53,20 @@ export LD_LIBRARY_PATH=/home/user/clidriver/lib
    the HTTP server environment, add the LD_LIBRARY_PATH variable in the httpd.conf \
file.  
 ```
-## How to install php pdo_ibm extension in Windows
-```
-Set CLIDRIVER\bin path to PATH environment variable.
-
-set PATH=<CLIDRIVER installed path>\bin;%PATH%
-
-1. Download the php_pdo_ibm DLLs for PHP 7.x(7.0, 7.1, 7.2) from below link.
-      https://github.com/ibmdb/php_ibm_db2
-	  
-
-2. Open the php.ini file in an editor of your choice. Edit the extension entry in \
                the
-   php.ini file in the <local_php_directory>\php\lib directory to reference the PHP \
                driver:
-	  extension=php_pdo_ibm
-```
+## Prebuilt binaries for Windows
+
+1. Add the `CLIDRIVER\bin` path to the `PATH` environment variable like so (for a \
batch file): +    ```
+    set PATH=<CLIDRIVER installed path>\bin;%PATH%
+    ```
+2. Download the DLLs for PHP 7.x and 8.x from [the ibmdb \
repository](https://github.com/ibmdb/php_ibm_db2). +   Select the build for the PHP \
that matches the version, architecture, and thread model. +
+3. Open the `php.ini` file in an editor of your choice. Edit the extension entry in \
the +   `php.ini` file in the `<local_php_directory>\php\lib` directory to reference \
the driver: +    ````
+    extension=php_pdo_ibm
+    ````
 
 ## How to run sample program
 

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic