From d1c1e99d98111df6bbe339aff00abf4e427935bc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 13 Jun 2000 16:31:57 +0000 Subject: [PATCH] Rename phpmath.h to php_math.h. --- ext/standard/basic_functions.c | 2 +- ext/standard/math.c | 2 +- ext/standard/{phpmath.h => php_math.h} | 0 ext/standard/php_standard.h | 2 +- ext/standard/rand.c | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename ext/standard/{phpmath.h => php_math.h} (100%) 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" -- 2.50.1