diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:16:33 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:16:33 +0200 |
commit | 3362620b5f8716ce480b6f12269596c2d2351a52 (patch) | |
tree | 775f03a346d980fda9b2c725349f3c51c06bfaed /ext/pdo_oci | |
parent | edefd16fbc96d2ca4600544e5d5902591bf0695d (diff) | |
download | php-git-3362620b5f8716ce480b6f12269596c2d2351a52.tar.gz |
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/pdo_oci')
-rwxr-xr-x | ext/pdo_oci/config.w32 | 2 | ||||
-rw-r--r-- | ext/pdo_oci/package2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_oci/config.w32 b/ext/pdo_oci/config.w32 index b1ec04f13b..39936578a3 100755 --- a/ext/pdo_oci/config.w32 +++ b/ext/pdo_oci/config.w32 @@ -20,7 +20,7 @@ if (PHP_PDO_OCI != "no") { pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib\\msvc;"; pdo_oci_inc_paths += pdo_oci_dirs[i] + "\\include;"; } - + pdo_oci_inc_paths += PHP_PHP_BUILD + "\\include\\instantclient;" pdo_oci_lib_paths += PHP_PHP_BUILD + "\\lib\\instantclient;"; diff --git a/ext/pdo_oci/package2.xml b/ext/pdo_oci/package2.xml index 1f828d1f12..3fc931140c 100644 --- a/ext/pdo_oci/package2.xml +++ b/ext/pdo_oci/package2.xml @@ -35,7 +35,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> You require Oracle OCI 8 or higher client libraries (instantclient is also supported) installed on the machine where you intend to build and/or use this package. - + If you are running on windows, you can download the binary from here: http://pecl4win.php.net/ext.php/php_pdo_oci.dll </notes> |