summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/basic_functions.c2
-rw-r--r--ext/standard/math.c2
-rw-r--r--ext/standard/php_math.h (renamed from ext/standard/phpmath.h)0
-rw-r--r--ext/standard/php_standard.h2
-rw-r--r--ext/standard/rand.c2
5 files changed, 4 insertions, 4 deletions
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 <stdarg.h>
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 <math.h>
#include <float.h>
diff --git a/ext/standard/phpmath.h b/ext/standard/php_math.h
index 77ee5363df..77ee5363df 100644
--- a/ext/standard/phpmath.h
+++ b/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 <stdlib.h>
#include "php.h"
-#include "phpmath.h"
+#include "php_math.h"
#include "php_rand.h"
#include "basic_functions.h"