Skip to content

Commit abc5afc

Browse files
committed
Bulk metadata clean for docs [11,300]
1 parent c0de09c commit abc5afc

298 files changed

Lines changed: 1159 additions & 2047 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/connect/php/step-1-configure-development-environment-for-php-development.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: "Step 1: Configure environment for PHP"
33
description: Step 1 of this getting started guide involves installing PHP, the Microsoft ODBC Driver for SQL Server, and configuring your development environment.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 03/26/2018
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: 0bce6022-00bd-45c6-9671-eaa9dfa395a8
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Step 1: Configure environment for PHP development
1612

docs/connect/php/step-2-create-a-sql-database-for-php-development.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: "Step 2: Create a SQL database for PHP"
33
description: Step 2 of this getting started guide involves creating a database in SQL Server or Azure SQL Database for this PHP sample.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 01/19/2017
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: 91046e09-837d-4c4a-9f4f-3a10042f1c19
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Step 2: Create a SQL database for PHP development
1612

docs/connect/php/step-3-proof-of-concept-connecting-to-sql-using-php.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: "Step 3: Connecting to SQL using PHP"
33
description: Step 3 is a proof of concept, which shows how you can connect to SQL Server using PHP. The basic examples demonstrate selecting and inserting data.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 05/05/2021
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: a7451a85-18e5-4fd0-bbcb-2f15a1117290
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Step 3: Proof of concept connecting to SQL using PHP
1612

docs/connect/php/step-4-connect-resiliently-to-sql-with-php.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: "Step 4: Connect resiliently to SQL with PHP"
33
description: Step 4 is a demo program designed to showcase how transient errors during an attempt to connect leads to a retry.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 05/05/2021
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: 8013474f-48e9-43d5-ab89-7b0504044468
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Step 4: Connect resiliently to SQL with PHP
1612

docs/connect/php/support-resources-for-the-php-sql-driver.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
---
22
title: Support Resources
33
description: Helpful resources when you're developing applications that use the Microsoft Drivers for PHP for SQL Server.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 05/06/2020
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
helpviewer_keywords:
12-
- "support"
13-
ms.assetid: 6f35a38f-b260-44cb-a8ac-0a979aa2c218
14-
author: David-Engel
15-
ms.author: v-davidengel
10+
helpviewer_keywords: "support"
1611
---
1712
# Support resources for the Microsoft Drivers for PHP for SQL Server
1813

docs/connect/php/system-requirements-for-the-php-sql-driver.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: System requirements
33
description: The Microsoft Drivers for PHP for SQL Server support a wide range of PHP versions, operating systems, and SQL Server versions.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 02/17/2022
67
ms.prod: sql
7-
ms.prod_service: connectivity
88
ms.technology: connectivity
99
ms.topic: conceptual
10-
helpviewer_keywords:
11-
- "requirements"
12-
ms.assetid: 5db4b75f-c605-4785-9560-399a533c0fc9
13-
author: David-Engel
14-
ms.author: v-davidengel
10+
helpviewer_keywords: "requirements"
1511
---
1612

1713
# System requirements for the Microsoft Drivers for PHP for SQL Server

docs/connect/php/updating-data-microsoft-drivers-for-php-for-sql-server.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: Updating data
33
description: Here's a set of sample code snippets for common use cases where you need to update data in PHP.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 03/26/2018
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: dd323f83-f415-4fa4-8457-89dad6d321d0
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Updating data (Microsoft Drivers for PHP for SQL Server)
1612

docs/connect/php/use-table-valued-parameters.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
title: Use table-valued parameters
33
description: Learn how to use table-valued parameters with the Microsoft Drivers for PHP for SQL Server.
4+
author: David-Engel
5+
ms.author: v-davidengel
46
ms.date: 01/31/2022
57
ms.prod: sql
6-
ms.prod_service: connectivity
7-
ms.custom: ""
88
ms.technology: connectivity
99
ms.topic: conceptual
10-
ms.reviewer: ""
11-
ms.author: v-davidengel
12-
author: David-Engel
1310
---
1411
# Use table-valued parameters (PHP)
1512

docs/connect/php/using-always-encrypted-php-drivers.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22
title: Using Always Encrypted
33
description: Learn how to use Always Encrypted with the PHP Drivers for SQL Server to protect sensitive data in your application.
4+
author: David-Engel
5+
ms.author: v-davidengel
6+
manager: v-mabarw
47
ms.date: 12/12/2019
58
ms.prod: sql
6-
ms.prod_service: connectivity
7-
ms.custom: ""
89
ms.technology: connectivity
910
ms.topic: conceptual
10-
ms.reviewer: ""
11-
ms.author: v-davidengel
12-
author: David-Engel
13-
manager: v-mabarw
1411
---
1512
# Using Always Encrypted with the PHP Drivers for SQL Server
1613

docs/connect/php/using-directional-parameters.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: Using directional parameters
33
description: Learn how to use directional parameters when working with PHP and the SQLSRV and PDO_SQLSRV drivers for SQL Server.
4-
ms.custom: ""
4+
author: David-Engel
5+
ms.author: v-davidengel
56
ms.date: 01/19/2017
67
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: conceptual
11-
ms.assetid: cfe35e14-49cb-45df-b444-addbb94a773f
12-
author: David-Engel
13-
ms.author: v-davidengel
1410
---
1511
# Using directional parameters
1612

0 commit comments

Comments
 (0)