a:4:{i:0;s:3:"three";i:1;s:5:"five";i:2;s:2:"newline1
newline2";i:3;s:6:"garçon";}
---
fails to allow newline characers:
Warning: unserialize(): Error at offset 47 of 83 bytes in /in/Cf6Nh on line 11
false
fails to appropriately count bytes:
Warning: unserialize(): Error at offset 80 of 84 bytes in /in/Cf6Nh on line 14
false
---
USE THIS PATTERN WITH THIS REPLACEMENT:
'a:4:{i:0;s:5:"three";i:1;s:4:"five";i:2;s:17:"newline1
newline2";i:3;s:7:"garçon";}'
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
a:4:{i:0;s:3:"three";i:1;s:5:"five";i:2;s:2:"newline1
newline2";i:3;s:6:"garçon";}
---
fails to allow newline characers:
Notice: unserialize(): Error at offset 47 of 83 bytes in /in/Cf6Nh on line 11
false
fails to appropriately count bytes:
Notice: unserialize(): Error at offset 80 of 84 bytes in /in/Cf6Nh on line 14
false
---
USE THIS PATTERN WITH THIS REPLACEMENT:
'a:4:{i:0;s:5:"three";i:1;s:4:"five";i:2;s:17:"newline1
newline2";i:3;s:7:"garçon";}'
Output for 7.3.32 - 7.3.33
a:4:{i:0;s:3:"three";i:1;s:5:"five";i:2;s:2:"newline1
newline2";i:3;s:6:"garçon";}
---
fails to allow newline characers:
false
fails to appropriately count bytes:
false
---
USE THIS PATTERN WITH THIS REPLACEMENT:
'a:4:{i:0;s:5:"three";i:1;s:4:"five";i:2;s:17:"newline1
newline2";i:3;s:7:"garçon";}'