WIP: #25-fix-64bit-values #26

Closed
Ghost wants to merge 15 commits from (deleted):#25-fix-64bit-values into stable
8 changed files with 404 additions and 144 deletions
Showing only changes of commit a583763d3c - Show all commits

View File

@@ -358,7 +358,7 @@ class database
$unpacked[] = $encoded; $unpacked[] = $encoded;
} }
/** /**
p * PHP builtin pack() ignores 64-bit integer values * PHP builtin pack() ignores 64-bit integer values
* found on 64-bit PHP distributions * found on 64-bit PHP distributions
* @see https://www.php.net/manual/en/function.pack.php#109382 * @see https://www.php.net/manual/en/function.pack.php#109382
* *