We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc664a4 commit 337282dCopy full SHA for 337282d
extension/BuildPhpExtension/patches/xxtea.ps1
@@ -0,0 +1 @@
1
+(Get-Content php_xxtea.c) | ForEach-Object { $_ -replace 'win32/php_stdint.h', 'stdint.h' } | Set-Content php_xxtea.c
0 commit comments