Commit 8cc639e
build: pin sqlsrv and grpc PECL versions for PHP compatibility
- sqlsrv 5.13.0 raised minimum to PHP 8.3; pin PHP 8.1-8.2 to 5.12.0
- grpc 1.80.0 uses EG(max_allowed_stack_size) gated on PHP_VERSION_ID>=80300
but the field is absent in ASan builds because the ZEND_CHECK_STACK_LIMIT
autoconf test cannot execute sanitized binaries during configure; pin to
1.78.0 which predates that change
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 33b0807 commit 8cc639e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
198 | | - | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
0 commit comments