Craig Manley
Craig Manley
Now you can use percentage strings as values for width and height, e.g.: "80%" or "80% of screen" or "80% of parent" To calculate the absolute width/height, the code needs...
See title. It doesn't affect me, but I found it using a phpdd code scan.
Here it is: https://github.com/datto/php-json-rpc-http/blob/db15a075f3562c4e8d297b9082acc5b2869bd4b4/src/Client.php#L226 and a few lines down too. That gets converted into an ErrorException in onError() so the proper send() HTTP exception handling is effectively bypassed.
I recently had an application that started having data corruption issues. It all worked fine until another package installed this package as a dependency. I traced it back to voku/helper/UTF8.php...
I manage a couple of websites, some of which use cp1252 encoding. It's in these websites, the json_encode modifier sometimes returns false when given cp1252 encoded data. This used to...
Since version Smarty v5, the $smarty.template variable returns the type.path/file name of the current template, despite the documentation claiming that it "_Returns the name of the current template being processed...
#### What is this feature about (expected vs actual behaviour)? Documentation change. #### How can I reproduce it? #### Does it take minutes, hours or days to fix? minutes ####...
I don't see void mentioned in the docs or in \PhpXmlRpc\Value class. What is the recommended wat to specify (no) result type void in the method signature?
See https://github.com/smarty-php/smarty/issues/1011
Setting $code to null is now allowed here: https://github.com/datto/php-json-rpc-http/blob/db15a075f3562c4e8d297b9082acc5b2869bd4b4/src/Client.php#L454 I guess that you'll have to use 0 instead.