Skip to content

Releases: contentasaurus/node-php-process

Removed bluebird from base implementation

06 Nov 17:23

Choose a tag to compare

Bluebird's implementation was converting data being sent from PHP into objects instead of leaving them as a string in seemingly random cases. This update removed bluebird because the base Promise object does not do that.

Stability update

16 Aug 20:50

Choose a tag to compare

fwrite_stream was a method that was occasionally going into an infinite loop at certain file sizes. Reverting to normal fwrite usage ends up making it more stable.

Reverted validation

26 Apr 16:23

Choose a tag to compare

The previous release was too specific to be useful in a broad use case. Reverted and applied the validation on the specific use case instead.

Added json_encode validation

26 Apr 16:01

Choose a tag to compare

Sometimes setting up the data to be sent to node is malformed after json_encoding. This tells you which element of the modules array is so.

Promise Refactor

10 Jan 16:05

Choose a tag to compare

Reworks the way this module works by making it return promises instead of requiring a callback.

v1.0.3

17 Oct 23:10

Choose a tag to compare

master: getting the version bumping right...

v1.0.2

17 Oct 23:04

Choose a tag to compare

master: updated namespace

v1.0.1

15 Oct 05:34

Choose a tag to compare

Update composer.json

v1.0.0

15 Oct 05:10

Choose a tag to compare

Update composer.json