Skip to content

Commit 3c6806a

Browse files
Update PHP on GCP learning path
1 parent d418595 commit 3c6806a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

content/learning-paths/servers-and-cloud-computing/php-on-gcp/_index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: Deploy PHP on Google Cloud C4A on Arm-based Axion VMs
2+
title: Deploy PHP on Google Cloud C4A Arm-based Axion VMs
33

44

55
minutes_to_complete: 30
66

7-
who_is_this_for: This is an introductory topic for software developers migrating PHP workloads from x86_64 to Arm-based servers, specifically on Google Cloud C4A virtual machines built on Axion processors.
8-
7+
who_is_this_for: This is an introductory topic for software developers migrating PHP workloads from x86_64 to Arm-based servers, specifically on Google Cloud C4A virtual machines(VM) built on Axion processors.
98

109
learning_objectives:
11-
- Provision a SUSE SLES virtual machine on a Google Cloud C4A Arm-based Axion VM
10+
- Provision a SUSE SLES virtual machine on a Google Cloud C4A Arm-based Axion virtual machine
1211
- Install PHP on a SUSE Arm64 C4A instance
13-
- Validate PHP functionality with baseline HTTP server tests
12+
- Validate PHP functionality by running baseline HTTP server tests
1413
- Benchmark PHP performance using PHPBench on Arm64 architecture
1514

1615

content/learning-paths/servers-and-cloud-computing/php-on-gcp/background.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Google Axion C4A is a family of Arm-based virtual machines built on Google’s c
1212

1313
The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud.
1414

15-
To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog.
15+
For more information on Google Axion, see [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog.
1616

1717
## PHP
1818

1919
PHP (Hypertext Preprocessor) is an open-source, server-side scripting language designed for web development. It allows you to create dynamic web pages, interact with databases, handle forms, and build web applications. You can embed PHP directly into HTML, making it easy to generate content dynamically on the server before sending it to the browser.
2020

21-
PHP is widely used for websites, web applications, content management systems (CMS), and APIs. Learn more from the [PHP website](https://www.php.net/) and the [PHP documentation](https://www.php.net/docs.php).
21+
PHP is widely used for websites, web applications, content management systems (CMS), and APIs. For more information, see the [PHP website](https://www.php.net/) and the [PHP documentation](https://www.php.net/docs.php).

0 commit comments

Comments
 (0)