[PR #1] [CLOSED] PGO Additions #7

Closed
opened 2026-01-24 11:41:37 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/web-rmtools/pull/1
Author: @szarkos
Created: 1/31/2012
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 67c51b9 Added pgo-build scripts and hooks in client
  • 776c703 - Hooks in client to enable pgo builds
  • 2f5a43e Add support for PHP 5.5 and new setenv parameters
  • 46734f2 Rebase repo to current version
  • cd4d76a Rebase to current version of the scripts

📊 Changes

13 files changed (+1300 additions, -878 deletions)

View changed files

📝 client/data/config/branch/php54.ini (+1 -0)
client/data/config/branch/php55.ini (+24 -0)
📝 client/data/config/branch/phptrunk.ini (+24 -21)
📝 client/data/config/repo/phpnet.ini (+3 -3)
📝 client/include/Branch.php (+173 -154)
📝 client/include/BranchConfig.php (+72 -69)
📝 client/include/BuildVC.php (+212 -199)
client/include/Git.php (+56 -0)
📝 client/include/Repository.php (+39 -34)
📝 client/include/Tools.php (+256 -255)
📝 client/script/snap.php (+203 -143)
pgo-build/pgo_controller.ps1 (+122 -0)
pgo-build/setup-utils.ps1 (+115 -0)

📄 Description

Added PGO scripts and changes in client to enable pgo builds and concurrency.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/web-rmtools/pull/1 **Author:** [@szarkos](https://github.com/szarkos) **Created:** 1/31/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`67c51b9`](https://github.com/php/web-rmtools/commit/67c51b995aaf82469dfb3817a1dd85e7654ea372) Added pgo-build scripts and hooks in client - [`776c703`](https://github.com/php/web-rmtools/commit/776c7037db88591551f7312b1eac11c737a3830d) - Hooks in client to enable pgo builds - [`2f5a43e`](https://github.com/php/web-rmtools/commit/2f5a43e46dbfafa104a65095051770750d26c8ff) Add support for PHP 5.5 and new setenv parameters - [`46734f2`](https://github.com/php/web-rmtools/commit/46734f2ed15feb4efba6930a94131fa99770d8d9) Rebase repo to current version - [`cd4d76a`](https://github.com/php/web-rmtools/commit/cd4d76abbc777602ec8e01497b521c0435e0aafd) Rebase to current version of the scripts ### 📊 Changes **13 files changed** (+1300 additions, -878 deletions) <details> <summary>View changed files</summary> 📝 `client/data/config/branch/php54.ini` (+1 -0) ➕ `client/data/config/branch/php55.ini` (+24 -0) 📝 `client/data/config/branch/phptrunk.ini` (+24 -21) 📝 `client/data/config/repo/phpnet.ini` (+3 -3) 📝 `client/include/Branch.php` (+173 -154) 📝 `client/include/BranchConfig.php` (+72 -69) 📝 `client/include/BuildVC.php` (+212 -199) ➕ `client/include/Git.php` (+56 -0) 📝 `client/include/Repository.php` (+39 -34) 📝 `client/include/Tools.php` (+256 -255) 📝 `client/script/snap.php` (+203 -143) ➕ `pgo-build/pgo_controller.ps1` (+122 -0) ➕ `pgo-build/setup-utils.ps1` (+115 -0) </details> ### 📄 Description Added PGO scripts and changes in client to enable pgo builds and concurrency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:41:37 +01:00
admin closed this issue 2026-01-24 11:41:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/web-rmtools#7