sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Temporal PHP SDK

Results 136 sdk-php issues
Sort by recently updated
recently updated
newest added

### Describe the solution you'd like In short: - Add the `Patched(patchId, memoized): boolean` and `DeprecatePatch(patchId, memoized): boolean` APIs. Refer to Core's implementation (once it is ready). - (Maybe) Deprecate...

enhancement

### Describe the solution you'd like See https://github.com/temporalio/features/issues/616

enhancement

**Describe the solution you'd like** See https://github.com/temporalio/features/issues/615

enhancement

Expose `WorkflowInboundCallInterceptor::init()` like in [Java SDK](https://github.com/temporalio/sdk-java/blob/a4c9e68254e4eae7e46ee0cd6c8f3e0d13dfe183/temporal-sdk/src/main/java/io/temporal/common/interceptors/WorkflowInboundCallsInterceptor.java#L182-L194)

enhancement

### What are you really trying to do? Trying to create my own types for marshalling. ### Describe the bug I noticed that `MarshallingRule` is marked as internal, which does...

Bug

### What are you really trying to do? There is no correct way to use generic for your marshall-types. ### Describe the bug `RuleFactoryInterface` is not a generic interface and...

Bug

[From Slack chat](https://temporalio.slack.com/archives/C01LK9FAMM0/p1738689191710979) ### Describe the bug > I'm very infrequently getting determinism errors for a reasonably simple workflow > When replaying, I get a `[TMPRL1100] nondeterministic workflow: extra replay...

Bug

### Describe the solution you'd like See https://github.com/temporalio/features/issues/434

enhancement

### Is your feature request related to a problem? Please describe. We need to add annotations to workflows to support the new versioning APIs. Refer to https://github.com/temporalio/features/issues/548 for the Go...

enhancement