phpTraderNative icon indicating copy to clipboard operation
phpTraderNative copied to clipboard

PECL Drop-in Replacement vs Function Defaults

Open jb-lopez opened this issue 11 months ago • 0 comments

In the README there's this statement under Usage -> Drop-In Replacement

This library is intended to be a drop-in replacement for the Trader extension, it comes with a polyfill for the Trader extension.

Further down in the README, there's this statement under Usage -> Note about default values

This package uses the C/Java defaults and not the PECL defaults.

These two statements are at odds with each other. If this library is a drop-in replacement for the PECL library, then it should use the PECL defaults for the defaults, and not the C/Java defaults.

jb-lopez avatar Feb 04 '25 23:02 jb-lopez