Andrea Olivato
Andrea's WebDev log

Andrea's WebDev log

Follow
homebadges

How you write your String matters: benchmarking PHP

Jul 9, 20214 min read

Testing how different types of string specification compare in terms of execution speed in PHP · There are a lot of ways in which you can specify, use...

How you write your String matters: benchmarking PHP

Fix `ld: library not found for -lgomp` when installing Imagick 3.5 via PHP pecl on Mac

Jun 21, 20212 min read

Any PHP version, any Imagemagick version, silicon/intel · Update 25 July 2021 As of 22 July 2021, version 3.5.1 is stable in the pecl channel and can be...

Fix `ld: library not found for -lgomp` when installing Imagick 3.5 via PHP pecl on Mac

How to implement TikTok Login Kit for Web in PHP

Jun 17, 20213 min read

Official API implementation via Open Source SDK · TikTok has recently released their new API to allow Social Login via their platform. They called it...

How to implement TikTok Login Kit for Web in PHP