1
0
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:
Pavel Djundik
2015-10-19 22:08:05 +03:00
parent 7636340092
commit 412bad768c
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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 );