You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closescrazyxman#80 - simdjson_is_valid() and other PHP functions would
previously return false when out of memory
- Related to crazyxman#60 - other php apis (using emalloc instead) will also emit
fatal errors when out of memory and end the process.
Closescrazyxman#79 - reuse buffers for strings less than 1000000 bytes and
100000 depth. (Assumes the depth rarely changes in callers)
Related to #65
simdjson_is_valid(): bool
and other PHP bindings would unpredictably be false if the OS was out of memoryE.g. use zend_error_noreturn to terminate the process
The text was updated successfully, but these errors were encountered: