[FIX] Installing PEAR packages with PHP 7.2
This article will cover the solution to the PEAR "Cannot use result of built-in function in write context" issue. The Issue If installing a pear package (for instance PHP Code Sniffer), when running: pear install PHP_CodeSniffer This error is shown PHP Fatal error: Cannot use result of built-in function in write context in .
By Gabi DJ
· May 18, 2018
Read more →
Where is the intl PHP extension? Problem solved!
Problem PHP packages/frameworks/libraries/scripts we work with might require different PHP extensions. In this case the Intl extension is needed to work with using Internationalization Functions.
By Gabi DJ
· Dec 14, 2016
Read more →