hydephp / publications

Upcoming Publications Feature - HydePHP Extension
MIT License
0 stars 0 forks source link

Change input string handler termination sequence #2

Closed caendesilva closed 1 year ago

caendesilva commented 1 year ago

https://github.com/hydephp/develop/pull/685/files/21022d305acc441933b3d3f05715477098dbe860#diff-97ef0e9c252c051000da4b6ad59046ac6c60d4c72cf528546e5f80a437b1650eR13-R20

Change termination sequence from empty line (as input might have empty lines) to something like <<< (and possibly also supporting an EOT control character)

_Originally posted by @caendesilva in https://github.com/hydephp/develop/pull/685#discussion_r1094682091_

caendesilva commented 1 year ago

Fixed in https://github.com/hydephp/develop/pull/936 and https://github.com/hydephp/develop/pull/937