mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 14:33:34 +02:00
Fix module name and readme
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
|
||||
if( PHP_INT_SIZE === 4 )
|
||||
{
|
||||
if( extension_loaded( 'gmp2' ) )
|
||||
if( extension_loaded( 'gmp' ) )
|
||||
{
|
||||
$a = gmp_abs( $a );
|
||||
$b = gmp_abs( $b );
|
||||
|
||||
Reference in New Issue
Block a user