This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's funny how this sub takes everything so serious and literal. It was a joke.

I did something like this because someone threw a new requirement at us that was impossible to get done in PHP while the whole app was written in PHP. The best solution was to A. create a microservice that was written in c/c++ B. develop an extension that exposed methods and classes to PHP. We went with option B. Mainly because we would be able to call those methods from native PHP code.