From: Sascha Schumann Date: Tue, 13 Jun 2000 16:31:57 +0000 (+0000) Subject: Rename phpmath.h to php_math.h. X-Git-Tag: php-4.0.1RC~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1c1e99d98111df6bbe339aff00abf4e427935bc;p=php Rename phpmath.h to php_math.h. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 72cfa4909e..bcbf92287c 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -23,7 +23,7 @@ #include "php_ini.h" #include "internal_functions_registry.h" #include "php_standard.h" -#include "phpmath.h" +#include "php_math.h" #include "ext/standard/info.h" #include "zend_operators.h" #include diff --git a/ext/standard/math.c b/ext/standard/math.c index 26293eb293..ec6ed97b6c 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -22,7 +22,7 @@ /* $Id: */ #include "php.h" -#include "phpmath.h" +#include "php_math.h" #include #include diff --git a/ext/standard/phpmath.h b/ext/standard/php_math.h similarity index 100% rename from ext/standard/phpmath.h rename to ext/standard/php_math.h diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index f87cccf9d5..e9219b5517 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -31,7 +31,7 @@ /* $Id$ */ #include "basic_functions.h" -#include "phpmath.h" +#include "php_math.h" #include "php_string.h" #include "base64.h" #include "php_dir.h" diff --git a/ext/standard/rand.c b/ext/standard/rand.c index a1b490f3af..9766ecfcb3 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -24,7 +24,7 @@ #include #include "php.h" -#include "phpmath.h" +#include "php_math.h" #include "php_rand.h" #include "basic_functions.h"