2 Commits
v1.1.4 ... v1.x

Author SHA1 Message Date
macintoshplus
3f68296835 add Funding 2026-02-25 12:41:04 +01:00
Jean-Baptiste Nahan
57832d6c6f Add installation instructions for PIE usage
Added installation instructions for the extension using PIE.
2026-02-25 12:29:05 +01:00
2 changed files with 19 additions and 1 deletions

13
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# These are supported funding model platforms
github: [macintoshplus] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@@ -34,6 +34,11 @@ Installation system support:
| PECL | no :x: |
| PIE | yes :white_check_mark: |
To install the extension, use PIE (PHP Installer Extension) with a command like:
```bash
pie install php-win-ext/sync
```
Details
-------
@@ -191,4 +196,4 @@ if ($mem->first())
}
$result = $mem->write(json_encode(array("name" => "my_report.txt")));
```
```