tiamo / phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard.
43 stars 43 forks source link

Fixed 3 bugs #28

Closed robsonala closed 3 years ago

robsonala commented 3 years ago
  1. /dev/null may not be accessible, so move it to temp file

  2. Boundary may be on separated line, so updated Utils::parseMessage

  3. PCRE have a limitation of number of lines, so it creates a problem when parses a big file (https://github.com/tiamo/phpas2/issues/26) Moved from Regex to other solution

tiamo commented 3 years ago

@robsonala Thanks!