Changes between Initial Version and Version 2 of Ticket #45832
- Timestamp:
- 01/14/2019 09:52:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45832
- Property Keywords needs-patch added
-
Property
Milestone
changed from
Awaiting Review
toFuture Release
-
Ticket #45832 – Description
initial v2 3 3 On php-pm github page it's stated that: 4 4 5 > For all WordPress lovers out there: PPM is not going to work with WordPress due to the lack of request-response abstraction. We highly doubt that Word press is ever going to be compatible because its architecture is written in a way that makes it currently impossible to serve multiple requests in one application process.5 > For all WordPress lovers out there: PPM is not going to work with WordPress due to the lack of request-response abstraction. We highly doubt that WordPress is ever going to be compatible because its architecture is written in a way that makes it currently impossible to serve multiple requests in one application process. 6 6 7 7 Are there any plans to support it? Has anyone thought about adding support for request-response abstraction?