add new PHP 7.4 functions#181
Conversation
95d7473 to
02a54ab
Compare
|
Oh, please list the polyfill in the root composer.json and README files too! |
BackEndTea
left a comment
There was a problem hiding this comment.
Looks like this covers the polyfill almost perfectly.
It is probably nicer to add a README.md for this polyfill itself as well, in line with the other polyfills.
909d223 to
e039fce
Compare
nicolas-grekas
left a comment
There was a problem hiding this comment.
almost good to me thanks
aac8ed5 to
cac69ec
Compare
|
Thank you @IonBazan. |
This PR was squashed before being merged into the 1.11-dev branch (closes #181). Discussion ---------- add new PHP 7.4 functions This PR adds new PHP 7.4 functions: - [x] `get_mangled_object_vars` (php/php-src@eecd896) - [x] `mb_str_split` (https://wiki.php.net/rfc/mb_str_split) - [x] `password_algos` (https://wiki.php.net/rfc/password_registry) Closes #179 and replaces #178 Commits ------- 141689e add new PHP 7.4 functions
|
FYI there has been multiple workarounds suggested on SO for https://stackoverflow.com/a/41664898/1839439 |
|
@kamil-tekiela feel free to submit a PR! |
|
Done #199 This is my first PR, so I am not sure I followed the process correctly or if my PR is useful at all. I appreciate feedback. |
This PR adds new PHP 7.4 functions:
get_mangled_object_vars(php/php-src@eecd896)mb_str_split(https://wiki.php.net/rfc/mb_str_split)password_algos(https://wiki.php.net/rfc/password_registry)Closes #179 and replaces #178