SkepticaLee
SkepticaLee
> What kind of code are you talking about? I was trying something along the lines of: ``` apcu_store (["progress"=>1, "rate"=>2]); apcu_fetch (explode (" ", "progress rate current_directory directories")); ```...
Sorry, but the last sodium dll was compiled for PHP 7.1. That extension is dead. Sodium is referenced in a couple of files in the folder public\docs\html\_sources: config.rst.txt, faq.rst.txt, glossary.rst.txt,...
Alright, I've enabled it now and it works. Thanks guys, but there needs to be better documentation. E.g. The link in the error message does not lead to the PHP...
@Danack All the current, valid constants can be listed with: var_dump ((new ReflectionClass ("imagick"))->getConstants ()) The question is: Do we need to list the deprecated constants, with their sometimes confusing...
I have also noticed that resizeImage() now no longer performs sharpening/blurring after resizing, so the third parameter float $blur could be left out of the documentation.
The following functions no longer work with the latest versions ("undefined method"): setImageBias medianFilterImage autoGammaImage Also waveletDenoiseImage no longer seems to be available.